PO Print program in ECC 6.0

Hi,
We have upgraded from 4.6C to ECC 6.0.
What is the name of the print program for printing PO?
4.6C smart forms print progam /SMB40/FM06P does not exist in ECC 6.0
The 4.6C standard program SAPFM06P is commented out completely and the output is a blank page.

Dear Lakshman,
The standard pricnt program of PO MEDRUCK
dont modify this because this is original one copy and change copy program
Hope this helps you
Prem

Similar Messages

  • Standrad smartform and standard print program not available in ECC 6.0

    Hi gurus,
    I have a requirement like, I need to change the logo of the standrad smartform based on the company code.
    The standard smartform name is '/SMBUSE/US_MMGR3'.
    I have searched for the above form in ECC 6.0 and could not find one.
    is the issue because of installation or configuration?
    Please let me know what need to be installed or configured. so that I can give directions to the respective basis / functional guys.
    please let me know the standard print program for the above smartform and how can I find the same.
    Thanks & Regards
    Kiran Kumar K

    Hi ,
    No standard smartform's were available because SAP Best Practises was not installed in the system.
    If standard smarforms are not installed then in this case we need to need to download the forms and upload them in our system.
    We need to copy paste the standard print program's as well.
    Thanks & Regards,
    Kiran Kumar K

  • 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!!

  • Order confirmation Print Program and Smartform

    Hi,
    I found a smartform for the order confirmation.'/SMB40/SDORC_A'.I have searched the forums and found the print program to be the same.But we don't have it.We're on ECC 6.0Where can we download the program from?
    Thanks..
    Edited by: John G on Feb 4, 2008 5:19 PM

    Hi John,
    He has given some FM that is generated by that form. But that FM will vary from system to system . So thats very very wrong.
    Some times smartforms will not be there in our system . You have to request your superiors to place the forms in place.
    Reward points if useful
    Regards,
    Nageswar.

  • How to get the PO no in the smart form and in the print program from ME23N

    hello all,
                     I am new to smart form printing.I want to make a smartform along with print program that will show PO Details.It has to be created as an o/p type in ME23N. I have created an o/p type ZPO using NACE ..Can some one tell me how to get the PO number in the smart form and in the print program  from ME23N ,so that I can then program the necessary calculations?plz help me with the code.Thanks in advance.
    Subhabrata.

    Hello Everyone,
    I am new to the forum and also to abap.
    Excuse me if it is a basic question.
    I am taking care of the output types.
    This is 1st time SAP will be implemented .
    For purchase order , I go to NACE ---EF----NEU---Processing routines
    print output---SAPFM06P---ENTRY_NEU----MEDRUCK
    FAX-----------SAPFM06P---ENTRY_NEU----MEDRUCK
    EDI------------RANASTED--EDI_PROCESSING
    DISTRIBUTION(ALE)---RANASTED---ALE_PROCESSING
    Are the above settings fine ?
    What are the standard programs for the PO outputs . I am looking for the smartforms and the driver program .
    I searched and found that IN ECC 6 , we have to install OSS notes .
    Gurus, please help  me . Let me know what all oss notes be implemented and how to proceed from here .
    Any help will be greatly appreciated ,
    Monalisa

  • Print Program - Export Packing List/Export Invoice Form

    Hi friends,
    I've to create two new smartforms for the above said subject and assign the same in output control as a new output type instead of Script.
    Im in ECC 6.0 version and in NACE->Billing,i've the std output control(FUEP) in form of script as "SD_EXPORT_FUEP" and the calling print program is RVADAUS1.....here i want to assign the std program for my customised smartform...like smb40 package or relates to ecc 6.0 version.
    So,pls if anyone did the same object or having any std programs for this...pls help me by posting ur attachment to my email-id.
    [email protected]
    [email protected]
    Pls reply.
    thanks & regards
    Sankar.
    Edited by: sankar babu on Jan 21, 2008 12:56 PM

    Hi Surya,
                  Here is my subroutine,please check it. Still I am not getting description.
    PROGRAM  ZSD_EXPORT.
    tables: VBRP, VBRK, V55ENAFT.
    ********form routine to fetch the material description
    form GET_DESC tables in_par  structure itcsy
                         out_par structure itcsy.
    DATA: BEGIN OF S_MAT.
         VBELN TYPE VBRP-VBELN,
         POSNR type VBRP-POSNR,
         ARKTX  type VBRP-ARKTX,
           include structure vbrp.
    data:      END OF S_MAT.
    data: it_line like V55ENAFT-POSNR,
          inv_no  like V55ENAFT-VBELN.
    data: mat_desc  type VBRP-ARKTX.
    read table in_par with key 'ITLINE'.
    check sy-subrc = 0.
    it_line = in_par-value.
    read table in_par with key 'INV'.
    check sy-subrc = 0.
    INV_NO = in_par-value.
    *SELECT SINGLE VBELN POSNR ARKTX FROM VBRP INTO S_MAT where vbeln = inv_no and posnr = it_line.
    select single * from vbrk
    where vbeln = inv_no.
    SELECT SINGLE * FROM VBRP
    WHERE VBELN = vbrk-vbeln AND POSNR = IT_LINE.
    move vbrp-arktx to mat_desc.
    read table out_par with key 'DESC'.
    check sy-subrc = 0.
    out_par-value = mat_desc.
    modify out_par index sy-tabix.
    endform.               "get_desc
    Thanks,
    Ziad

  • PO standard print program

    Hi experts,
    I have a requirement where we will dsiplay the PO output in different layout(landscape orientation, all items shown in one line only, additional info to be displayed). Now, the functional designer requires us to use the sap standard print program and sapscript for PO because they said it will require less development time. So basically we have to copy the standard program and sapscript to fulfill the requirements. But is it really easier to do the enhancemments required in sapscript than by using smartforms? I am more familiar with smartforms so I don't know if it will be easier to change the layout using a copied standard sapscript and print program.
    Please let me know your thoughts. POints wil be rewarded.
    Thanks,
    Eric

    Hi eric,
              The entire scenario is depends upon the requirement and the main thing is in which version ur working in to.
    If it is ECC 6.0 I would suggest you to go for smartforms the reason is script has got already migrated and for future modifications also smartforms are easier compare to script as well.
    In future anticipations if you have to make some changes if it's not available in script the entire thing will get messed up.
    More to that considering the system point of view the execution of smartforms in much effective than script .
    My point is if there is not major changes only kocking off certain fields and no no need to add anyting new means u can go for script else better go with the smartforms.
    Thanks and Regards,
    Arun joseph

  • How ca we copy standard print program of SMARTFORM?

    guyz...
    how can we copy standard print program of RLB_INVOICE of invoice SMARTFORM to a Z program in ECC 6.0???
    regards
    Zid.

    Hi,
    enter the program name in the SE38 editor
    click on copy button
    then it will ask you for the new name
    when ever you click on the copy transfer buton
    then it will raise a pop and saying that what ever you want from the program like
    1) INCLUDES
    2)SCREENS
    3)USER INTERFACES
    4)VARIANTS
    5) DOCUMANTATION
    ETC..
    hat ever you clcik on that check box
    Thanks.

  • Goods issue print program

    Hi friends
    Can someone tell me what is the print program for smartforms /SMB40/MMGI3_A and /SMB40/MMGI3_L? I'm trying to print goods issue slips(collective) using transaction code MIGO and application ME .we are on ECC 6
    Helpful answers will be rewarded with point.
    Thanks a lot
    -Nash

    hi john,
    to know the print program name u just do like this,
    go to T.code samrtforms,
    provide your smartfrom name ex:SMB40/MMGI3_L,
    display,
    at the menu select environment tab,
    it shows function module name,
    copy that and go to T.code se37,
    there u can paste your smartfroms function module,
    and slelect where used list at the tool bar,
    in the pop up enable programs check box alone,
    and enter,
    now you can see the driver program for that smartforms.
    regards,
    seshu.

  • Need adobe print program for sales order confirmation

    Hello folks, anybody an idea about a sap standard print program and form for adobe forms concerning the sales order confirmation. can't believe that the old sap script RVADOR01 or ...01 ist still the standard. thanx for help
    YES i searched the forums before posting a thread, and i didn't find relevant articles

    The Adobe PDF-based forms for sales are available since Enhancement Package 2 for release ECC 6.0.
    Order confirmation (SD_SDOC_FORM01)
    Print programs - check package VD_PDF or package interface VDPDF_REL.

  • Office 2007 attachments getting corrupted in PO Print Program

    HI SRM Experts,
    We are having SRM 5.0 Classic Scenario and EHP 4.0 ECC 6.0, we have a customized PO Print Program which after PO approval send notification to vendor & requestor of cart with the attachments.
    We are facing problem that when requester attaches MS 2007 attachments(having 4 characters as extension) it is converting these into default 3 character extension and thus they get corrupted. I have already made settings in DMS (DC30).
    Can anyone please help here to know if any SAP note is there for the same as I feel that we cannot change the ABAP program/code mentioned in standard Function module. Here is my finding after the debugging:
    The Function module 'CV120_KPRO_MASTER_DATA_GET' is responsible for returning the document type.
    It is returning the extension in field dappl of table ptx_data which is of type CHAR3.
    So it is not accepting the extension of CHAR4.
    Regards,
    Varun

    Hi
    Analyse the Dump in ST22 transaction
    difficult to say , as what was changed in the program is not known exactly
    from the dump you have to know
    Regards
    Anji

  • 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

  • Print program is not getting triggered when saving the application

    Hi all,
    My requirement is when i save the invoice using VF01 the print program should get triggered.
    The print program is not getting triggered when saving the application even when i have configured the outtype and have attached the print program.
    The setting "send immediately (when saving application)" is also checked.
    I need to configure it for VF01 transaction.
    The error message displayed was " please maintain output device in master data".
    Regards,
    Umesh

    Hi Umesh
    Please check if you have missed any of the following:
    1. Defining Access Sequence(can use existing).
    2. Defining Output Condition Type(can use existing). - Assigning the Driver Program and Form in processing routine.
    3. Output Determination Procedure
    4. Assign Output Procedure to Billing Types
    Kind Regards
    Eswar

  • How to call new window and text element without changing print program

    Hi Friends,
       I have requirement like this . i have a standard print prog and custom form. i want add 2 to 3 extra windows in the form and i have to print some data. but how can v do this with out changing the print program. i know that to pick new fields through subroutines. but how can v call new windows and new text elements with out changing the print program.
    usually in the print program we write as follows.
    write_form
    window = 'HEADER'
    textelemtn = 'HEADER'
    can we accomplish this one also through subroutines or any other way is there.
    can any one pls suggest this.
    Thanks in advance.
    Rahul

    u  copy the standard print program and make custom program.
    write your own codes in it.
    assign this program in the place of standard print program.
    Reward points, if helpful.

  • Use of NACE after creating print program n smart form

    Wat's d purpose of NACE?I hav created my own print program n smart form according to my own requirement.If NACE is necessary 4 my smart from.How can i use NACE i mean navigation steps.
    Please help me out.Its urgent.
    Thanks & Regards,
    Santhosh.

    Hi Santhosh,
    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.
    Hope this helps.
    Reward Points if useful.
    Thanks.

Maybe you are looking for

  • External Monitor Trouble

    Hello, i recently bought a minidisplay to DVI and a DVI to HDMI lead to connect my imac to my Acoustic Solutions 42" 1080i tv. I've got the picture to display on the tv (using it as the main monitor, not a second monitor) and its good quality, but no

  • Format of Date Values in a Condition...Please Help!

    Hi, I just downloaded Oracle 11g XE and built an Oracle 11g XE database and is using the Application Express included to build simple reports. I used the Query Builder inside APEX and entered a condition on a Date column as BETWEEN '01-SEP-2011' AND

  • Keyboard shortcut to NSButton...

    Hi everybody, does anybody know a reason for a keyDown event to work on two different machines in my office but not on the machines of our client? Basically, what I do is to overwrite the keyDown event of my NSWindowController class to check if the k

  • In depth discussion

    So, I have been attempting to modify David Stillers "Loading and Tracking Multiple Files at the Same Time". In his approach you add the items you want to load to an array and then make a call to load them. The issue that I have is when loading an ext

  • Running an 8.8 addon under B1 2007 - will it work without re-compile?

    We have developed an addon for version 8.8 that now needs to be run on version 2007. We tried installing the 8.8 version on the 2007 system, and as far as we can tell it works with no problem. Of course we have the option of re-compiling with the 200