Creation of new Print Program & Variant for new Correspondence Type created

Dear Friends,
I have created 2 new Correspondence Types in SAP as SAP61 (Vendor Debit Note) & SAP62 (Vendor Credit Note) by copying SAP09 (Internal Document) properties like itu2019s Name of the print program - RFKORD30 & Name of variant - SAP09.
We are facing problem when we execute print program in F.64 for SAP09 it is coming same like SAP61 or SAP62. Actual script & print values of SAP09 are replaced by SAP61 or SAP62.
Please suggest us how we can differentiate both SAP09 & SAP61/62. Because we use these correspondences for different purposes like SAP09 gives the information for the Line items in the Document whereas SAP61/62 gives the information of vendor line item weather it is debit or credit entry.
Your kind co-operation in this matter is highly appreciated.
Thanks & Regards,
Naveen Kumar.P

"Assigned the from to the company code - progam in V_001F_B"
Check 'Form ID' field in this IMG transaction against the program and form that you have created.
I am assuming there are 2 lines with same entries but different form IDs.
Or there are 2 lines with the same entries but different CoCodes (seem to remember that the CoCode is not taken into account as a key in certain programs - not logical i know but remembered a previous issue I had many moons ago - could be to do with the blank entry for CoCode field if there is one being picked up by the program before the entry that has your CoCode).
Now check the variant attached and Form ID in step 'Created new program variants in SA38'
Ensure the correct program and variant are attached in step OB78.
My assumption is Form ID is the key.
Hope this helps

Similar Messages

  • Standard smartform name and standard print program name for Sales Quotation

    Hi,
    I would like to know the standard smartform name and standard print program name which can be used for sales quotation through transaction VA23.
    For eg: The standard output type for billing document (For T code VF03) is RD00 and it' smartform name is LB_BIL_INVOICE. It's print program name is RLB_INVOICE.
    Similarly, I would like to know the standard smartform name and standard print program name for AN00 output type which is used for sales quotation. .
    Regards,
    Zahid

    Hello
    std driver prgram is /SMB40/RVADOR01
    form entry is ENTRY
    std smartforms is /SMB40/SDQUO_A an du can check this the in NACE tcode.
    Output Type     AN00          Quotation
    Application     V1            Sales
       Program                   /SMB40/RVADOR01
       Form Routine              ENTRY
       Form                      RVORDER01
       PDF/Smartform Form        /SMB40/SDQUO_A                 
    Thank u,
    santhosh

  • Print program failed in new ECC 5.0,need help

    Hi All,
    how are you doing,Please help me in how to proceed to the solution.
    We are
    My problem is We are upgrading SAP from 4.6C to ECC 5.0,
    In the print program we getting error saying the
    "Processing log for program SAPFM06P routine OLD_ENTRY_NEU"
    "Processing routine OLD_ENTRY_NEU in program SAPFM06P does not exist"
    Could please help me out how to do print program in new version.
    Thanks in advance
    Madhavi

    Hi Madhavi,
    It seems SAP does not support old_entry_neu routine from ECC 5.0 onwards. For more details, pls check SAP Note 324453. I think you need to change Form routine using OMFE txn in the Customizing of the message type .
    FYI:
    Symptom
    The print program does no longer work in purchasing.
    Other terms
    MEDRUCK, SAPLMEDRUCK, SAPFM06P, TNAPR, ENTRY_NEU, OLD_ENTRY_NEU, ENTRY_MAHN, OLD_ENTRY_MAHN, ENTRY_AUFB, OLD_ENTRY_AUFB, ME21N, ME21, ME22, ME22N, ME9A, ME9E, ME9F, ME9L, ME9K
    Reason and Prerequisites
    The print function was changed in purchasing.
    Solution
    With Release 4.6, new print program SAPLMEDRUCK is used.
    This program is called by SAPFM06P if FORM routine ENTRY_NEU is entered in Customizing of the message type (table TNAPR (transaction OMFE)).
    These settings are delivered in the SAP standard system.
    However, the old print logic is still available via FORM routine OLD_ENTRY_NEU. The print runs as in earlier releases.
    The same logic also applies to order acknowledgments OLD_ENTRY_AUFB and urgings OLD_ENTRY_MAHN.
    For scheduling agreements with release documentation with print operation 'A' and '9' (both for FAB and for LAB), you should continue to use Form routine ENTRY_LPHE.
    As of Release 4.6, only the print program delivered in the standard is maintained. Thus, the routines OLD_ENTRY_xyz are no longer supported.
    In Release 470, the routines OLD_ENTRY_xyz do no longer exist in
    program SAPFM06P.
    Cheers,
    Vikram
    Pls reward for helpful replies!!

  • I have a L7680 All in with two new print heads but the new cyan/magenta shows yellow monitor status.

    I have a L7680 All in with two new print heads but the new cyan/magenta shows yellow monitor status. Ink status, cyan more than 50% and magenta is a 25% w/no low ink warnings... Just ran a clean print head again, print out looks good now but the status of the new cyan/magenta shows yellow monitor status. Is it time to buy another..When I purchased this printer it had to be replaced 3 times because of problems... Just a lemon?
    thx for your help in advance...
    Jim

    Could you share a link to the page?
    Seeing it in context and in our browsers is much easier to debug.
    If not, make sure to run the validator here The W3C Markup Validation Service and clear out any problems. HTML errors, especially structural ones, will cause all kinds of display problems in various browsers/versions/platforms.

  • Print program name for the dunning form F150_FR_DUNN_01 in sapscript

    Hi,
          I am not getting the exact print program name for the dunning form F150_FR_DUNN_01 in sapscript. After an extensive search I have come across few names of print program like SAPF150D2 and SAPLF150. But still I am not understanding which one to use for the form and also how to use it. I am unable to understand which include I should use to write my code.
    Kindly help me.
    Thanking you.
    Pujarini Patra

    Hi,
    Yes, you should be able to assign F150_FR_DUNN_01 in Dunning Forms customizing:
    and yes, I too would absolutely try to go for either a Smartform or even a PDF Form (if i'd have all the necessary setup for them, like Adobe Document Services, in the system already). I have Basis 702 SP  0011and FINBASIS 600 SP 0021, so all the following technicalities refer to those releases:
    The corresponding SAP sample Forms are:
    - F150_DUNN_SF for Smartform; and
    - F150_DUNN_SF for pdf Form (don't let the name confuse you )
    I'm not entirely sure if it's a good idea to try to convert/migrate Sapscript to Smartform and the Smartform to PDF Form - have never done that  myself and don't know how good/usable the migration result is. I just take the interface of Smartform from SAP and do the rest from scratch or by copying over the common parts of our existing custom forms.
    There are the SAP Standard wrapper FMs for SF and PDF forms already in the System:
    - FI_PRINT_DUNNING_NOTICE_SMARTF calling PRINT_DUNNING_NOTICE_SF and
    - FI_PRINT_DUNNING_NOTICE_PDF calling PRINT_DUNNING_NOTICE_PDF.
    So, theoretically, all you had to do to replace SapScripts (or even to enable all three form types) is to assign a custom BTE Event handler FM to event 1720 (for correct Application), which could detect, what type of form is assigned in Customizing and call the corresponding wrapper FM.
    As a sample for coding PDF form wrapper call one could take FI_PSO_EVENT_00001720_PDF (if you have IS-PS) in the system. I'd take out the IS-PS specific "business logic" like posting dunning charges (if it does not apply to my solution) and add the logic to decide, which wrapper to call.
    The confusing part about the customizing (Table T047E) to me is that there seems to be no form type defined anywhere in there... just the FORNR field for form name, which should apparently take the names of all three form types... I'd  try to extend that table with custom Form type field and try to regenerate Table Maintenance dialog for  view Cluster VC_T047_F... That would save the whole effort to try to detect the type for  form assigned...
    Another tip, in case you didn't know it already: you should be able to see all the Customizing paths, where T047E is involved, when you enter table name in SM30 and press "Customizing" and then "Continue w/o Specifying Project":
    The selected entry is the one you are looking for to assing your custom forms, I believe.
    cheers
    Janis

  • Error when I create the New material Master (MM01) for New Plant.

    Dear experts,
    I got the error when I create the New material Master (MM01) for New Plant.
    Error:  Valuation Area 2800 Not yet productive with Material Ledger.
    So Pl send me the solution asap.
    Venkata Raju Khottari

    Hi,
    Have u assinged Plant to Company code?
    If u say no, use T.code OX18.
    Regards,
    Murali
    Assign points if it is useful.

  • Wats d in-built print PROGRAM name for layout MEDRUCK???

    wats d in-built print PROGRAM name for layout MEDRUCK??? and can we change it??
    wat shud we do if we want2 change it??
    i mean...assume we got a scenario in which we need ta use MEDRUCK layout n print progrm n change some text in it.. and d address  and header in it..
    how cud we do dis??

    Hi ,
    The print program name for 'MEDRUCK' is <b>SAPFM06P</b>, it is not advisable to change the print program instead if you want to do any changes use Subroutines in the layout. Eg : PERFORM <Subroutine name> in PROGRAM <pname> USING <in_variables>
                   CHANGING <out_var>
    ENDPERFORM.
    Srini

  • Whom do I talk to about new printer or software for printer I have.

    I have read in most of the posts this issue goes back and forth. I switched to a Mac 4 months ago and so what I am looking for is.....I am not Mac savvy.
    Okay, I have the hp psc 1315 printer scanner and I would like to enlarge the patterns I have. There is no option to say make them poster size. I can only pick a photo size. I need to make them larger than 8x10. I know with a pc you can pick an option to have it print out in poster size but I lost that option in mac format. With the poster size the pattern would print out on more sheets of paper then I would tape them together, which is ok for what I am doing. Should I get a new printer with more options or have you all help me try to fix this one. Sorry so wordy but not sure what I should do.

    You might like to try an alternate driver called hpijs - it comes as a three-part install:
    http://www.linuxfoundation.org/en/OpenPrinting/MacOSX/hpijs

  • I need to get a new printer/photo scanner for my new Mac. Any recommendations?

    I need a new printer for my Mac. Also want to scan old photos and slides. Any recommendations?

    You really need to determine what the priorities are. For example, scanning slides is not something you're going to be able to do with a multifunction printer.
    It might be to your benefit to cost out dedicated printers and scanner. Then you don't need to compromise one thing for an other.

  • Can i trade new ink cartridges (unopened) for new printer type

    Bought new printer.  Have new ones from old printer..does HP have a trade policy>

    Best bet is to call HP phone support for your country to see what they can offer. Failing that, another option is to sell them on eBay.
    Phone no.s
    http://welcome.hp.com/country/us/en/wwcontact_us.html
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • Hw to find out the Print program name for SF?

    HI Guys,
    I have a Smart form in SRM system. i wanted to find out the print program for this. i know we can find out with Table TNAPR, But this table is not existed in SRM System for my client. Any alternate solution for this..?
    Pls let me know.
    Akshitha.

    Hi
    Byusing the Tables Tnapr & TTXFP  u can get the details of driver program of your script or smartform
    Or
    Goto NACE->select the Application type(EF-purchase order)->select output types->NEU for new PO printout->double click on process routines_> sscroll right->specfiy ur form and print proggram there(instead of MEDRUCK give ZMEDRUCK)->save
    Nace is for message control settings. Say if u want to trigger a Smartform or an Idoc or any other customized program u can do the message control settings.
    Say at the time of Sales Order creation or updation u want to trigger a Smartform, then u have to follow the following steps:
    Goto NACE
    Select application V1 and then click Output Type.
    create a new Output type or copy the existing one abd save it with new name
    then in Processing Routine Mention the driver program name and in Form routine mention the main subroutine name.
    In Smartform mention your SMartform name and also the layout if u have ceated.
    Again go to NACE and Select application V1 and press Procedures.
    here out of the many procedures u have to select the right one and attach your Output Type to it.
    You can also create a condition record..Say if u want to trigger this Smartforms for Sales Order of particular type.
    Regards
    Pavan

  • Just got a new printer and i,m new to all this and i need some help please

    Hello everyone since i,m new here and i,m trying to fined out how to fined how to get the printer claim code for my new printer as this is my first time useing 1 please could someone help me fined it as its doing my head in.
    My printer is a HP Deskjet 1510 All-in-one series . Thank you

    Hi,
    Is this the one ?
        http://h10025.www1.hp.com/ewfrf/wc/document?cc=au&​lc=en&docname=c03775352#N132
    No, it doesn't have claim code. Only printers with ePrint enable/ready have claim codes.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Reassigning WBS element to a new IM program in the new FY

    We have a scenario, wherein a WBS element is assigned to an Investment Program (IM) in a Financial Year, but the same WBS element needs to be reassigned to another Investment Program in the next Financial Year. But, in reporting the cost booked for the WBS element for the previous Financial year should be reflecting along with the old IM program and in the next Financial year, the cost for the WBS element should be reflected along with the new IM program. How to accomodate this?

    Do I understand correctly. If I change the data ID of your account on the Apple ID program purchased through this account does not join a new account?
    Change data on the device ID can be 90 days, I have passed more.

  • I want the cursor to be in the address bar when creating a new window; it works for new tabs and in a new private window, but not in safe mode.

    I have tried following the advice offered in the few different threads I have found on this but nothing fixes it. I want the cursor to be in the address bar when I open a new window and/or when firefox opens without restoring a previous session. I fixed the issue for new tabs via about:config but this doesn't work for new windows. I tried safe mode and the problem persists. In new private windows the cursor is in the address bar.

    The search box in about:home steals the cursor. Changing your home page to something else will cause the cursor to start in the address bar for new windows.

  • Add New field in OMJJ for MB1B mvt type: 303

    Hello Experts,
    I need your help in resolving an issue:
    I am tring to add a Field: "LFSNR" in OMJJ for Tcode: MB1B and Movement type: 303. but i am getting the error: "Field LFSNR is not
    allowed for transaction type 303" as this field doesnt exist in table: T156B / MIGO_CUST_FIELDS.
    Please help me with your thoughts as how can i add a new field to T156B / MIGO_CUST_FIELDS and then in OMJJ for 303 mvt type.
    We are on ECC 6 EHp4.
    regards
    Venkat

    Hi Venkat,
    You may check this first: Re: Scrap HU via HUMO - mvt type 551 doesn't req internal order
    Thanks,
    Gordon

Maybe you are looking for