PURCHASE ORDER SMARTFORM   IN ECC 6.0

Hi all.
I have an issue in smart forms.
we are using ECC 6.0,
in this version the smartform for Purchase Order is existing or not.
if it is existing ,plese tell me the smart form name.
if it doesn't exist,how can I get that smart form.
Thanks in advance,
regards,
Eswar

Hi Eswar,
We have the Smartforms in the Service.sap.com, you need to download from this one. in our SAP we do not have these smartforms .
smartform name is <b>/smb40/mmpo_l</b>. Look at the SAP Note 695891
Look at the below link
Re: PURCHASE ORDER SMARTFORM   IN ECC 6.0
<i>Mark all the helpful answers</i>
Regards
Sudheer

Similar Messages

  • ECC 6.0 Purchase Order Smartforms

    Dear all,
      I know the standard PO smartform and print program are:
      Smartforms: /SMB40/MMPO_L
      Print Program: /SMB40/FM06P
    But i can't find them in my ECC 6.0 system.  Any suggestion??
    Regards,
    Kit

    PURCHASE ORDER SMARTFORM   IN ECC 6.0
    PURCHASE ORDER SMARTFORM   IN ECC 6.0
    Smart Form Purchase Order in ECC 6.0
    Reward points..

  • Program to send Purchase Order SmartForm by e-mail

    Hi,
    I need a program to send my Purchase Order SmartForm by e-mail. With the program I use, the output keeps appearing in my spool list in stead of in SOST... Does anyone have a sample code that I can use?
    I am working in a ECC 6.0 system. Package SMB40 is nog available in this system.
    Thanks!
    Patrick

    Hi Patrick.
    By a simple search on this forum i found this.
    Maybe you can use it
    check this code tutorial on how to send smartform output thru email.
    https://wiki.sdn.sap.com/wiki/display/Snippets/emailsendthroughoutputcontrols
    success., Gr., Frank

  • How to customize purchase order smartform BBP_PO in SAP SRM 7.0?

    Hi friends,
    I am new to SAP, as well as to SRM world. Currently I have a object with me from purchase order smartform in SRM. My job is to copy the standard PO form named BBP_PO into "Z" form and to make customizations in the copied one. I don't have idea about how to proceed with it. Please give me some idea about required processing classes, methods, BADI's, FM's etc,.. Can anyone please tell me how to do this job? I am a fresher so if you help me in this means, it would be very helpful for me and for my future.
    Thanks and regards,
    Siva

    Hello Siva,
    I searched and found the below steps ...
    why dont you try the same !
    How to customize an existing Standard Smart form in SRM - Overview.
    1. Copy existing Standard smart form in SRM, let us say, BBP_PO into "Z'' Smart form in Transaction SMARTFORMS.
    2. Do changes in Z Smart form add Desired Logos in Smart form using SE78 and SMARTFORMS transactions.
    3. Change in Jargon: Unlike ECC we will not have Driver program (in SE38), you will find Processing class and Processing method ( in SE24) for SRM Smart forms, where we write extraction logic.
    4. So, In case of SRM we should replace the (word) "Driver Program" with (the word) "Processing Class" and Perform as "Processing Method".
    5.Where to Link: Processing Class, Processing Method and Smart form? In SPRO, SRM Server -> Cross Apps -> Set Output Actions and Output Format -> Define Actions for Purchase Order Output -> Action definition -> Processing types, then select standard PO.
    6. If we are using (Completely- New) Custom Smart Form instead of Changing Standard Smartform, then Do change any settings in Step5, Otherwise, if you are planned to modify existing Smartform, with Small logic changes, format changes and Logo Changes then, Just Implement BADI - BBP_OUTPUT_CHANGE_SF in SE19 transaction.
    7. Put a simple code  in BADI as... CASE IV_OBJECT_TYPE.
    When  'BUS2201' .
       CV_SMARTFORM = 'Z_CustomSF'.
    ENDCASE
    8. Don't forget, you already copied Std Smartform into Custom Smartform say Z_CustomSF.
    9. I am using BUS2201 only becuase I was trying to change BBP_PO Smartform which is a Purchase Order Smartform.
    Hope this helps!
    - Vikas

  • Term&conditions in the purchase order smartform

    Dear friends ,
                   I am struggling with a purchase order smartform where in the first page  layout i have
    1.addres
    2logo
    3. po header detail
    4.delivery window
    5. and now i have a table in the main window to dispaly the item and tax details.
    6.And then a footer window.
    All this is fine i did. but in the next layout
    1. the remaiing part of the item details
    suppose there are 7 items in first page 6 items and footer is displayed nad in the next page item no-7 and then
    2.P.o value
    3.terms & conditions
    4. footer is display..
    I am very confused...as if the item is 10 then how i will manage the positions of the terms & conditions and footer windows.
    pls help ....
    on how to design for the second page..i am not well versed with new page-counters..may be that is stopping me ..
    pls advice...
    thanks.

    Hi Simraan,
    I guess u just want the term's and condition window to be printed only once after the all the items in main window are printed.
    If this is the issue,
    then solution is as follows------>>>>>>>
    As main window length is variable....it extends according to the no. of table entries can extend to number of pages.
    if u want to make anything print just after the complete print out of table in main window then u can declare a TABLE LINE inside the footer of the table and go to Condition tab of the Table line in smartform there in bottom there would be an event ONLY AT PARAGRAPH END, Select this even, once u select this event and inside the corresponding table line if u declare ur terms and conditions then this table line would be printed just Once in ur smartform just after the Complete print of ur table in Main Window.
    Hope this resolves ur issue.
    Regards,
    Akash Rana

  • How to print Excise values in Purchase Order Smartform

    Hi, Experts,
    I am developing the Purchase Order Smartform as per the my client requirment. For this i took the copy of standard Smartform for PO. The name of the standard smartform is 'YBIN_MMPO'. My requirment is to print all the excise values {BED,CESS,ECESS and VAT/CST} of every item. How to get these conditions to print in PO. I serched the table KONV, but the conditions which are under the taxes button are not stored in this table.
    For this I found one FM "CALCULATE_TAX_FROM_AMOUNT'. This is also not helpful if client goes to manual excise to create PO.
    Is there any other table to get these conditions? or is there any function modules to get these conditions?
    Please give me the solution.
    Thanks & regards,
    Jagadeesh.

    Hi,
    I used this piece of code to get the excise values in PO.
    SELECT SINGLE * FROM EKPO INTO
                    W_EKPO
             WHERE EBELN EQ IS_EKKO-EBELN AND
                   EBELP EQ <FS>-EBELP.
    CALL FUNCTION 'J_1I4_COPY_PO_DATA'
        EXPORTING
          Y_EKPO        = W_EKPO
        EXCCOM        =
    CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT'
    EXPORTING
    i_bukrs                 =  <FS>-BUKRS
    i_mwskz                 =  <FS>-MWSKZ
      I_TXJCD                 =
    i_waers                 = IS_EKKO-WAERS
    i_wrbtr                 =  <FS>-NETWR
      I_ZBD1P                 = 0
      I_PRSDT                 =
      I_PROTOKOLL             =
      I_TAXPS                 =
      I_ACCNT_EXT             =
    IMPORTING
      E_FWNAV                 =
      E_FWNVV                 =
      E_FWSTE                 =
      E_FWAST                 =
    tables
    t_mwdat                 = ITAB_TAXDATA
    EXCEPTIONS
       BUKRS_NOT_FOUND         = 1
       COUNTRY_NOT_FOUND       = 2
       MWSKZ_NOT_DEFINED       = 3
       MWSKZ_NOT_VALID         = 4
       KTOSL_NOT_FOUND         = 5
       KALSM_NOT_FOUND         = 6
       PARAMETER_ERROR         = 7
       KNUMH_NOT_FOUND         = 8
       KSCHL_NOT_FOUND         = 9
       UNKNOWN_ERROR           = 10
       ACCOUNT_NOT_FOUND       = 11
       TXJCD_NOT_VALID         = 12
       OTHERS                  = 13
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDIF.
    regards,
    Jagadeesh T.

  • IMG settings after creating new output type for a purchase order smartform

    Hi all,
    Do I need to make changes in IMG after creating a new output type in NACE for a purchase order smartform?
    I have customized a purchase order smartform according to the requirements and copied an existing output type and assigned the custom form name.
    When I am trying to create a purchase order to test it, I am going to the message tab for assigning the output type and if I press F4 on the output type field or if I give the copied output type there, it says output type is not defined.
    Do I need to make any changes in SPRO?
    Regards,
    Anik

    Yes. You have to add the new output type to the proper message determination schema.
    Go to the IMG and select Materials Management -> Purchasing -> Messages -> Output control -> Message determination schemas -> Define message schema for purchase order -> Maintain Message Determination Schema: Purchase Order.
    Select the proper schema, then Control Data and insert your new output type into the schema (eventually with any requirement that may be necessary... you probably want to use 101 like in case of the regular NEU message).
    This should do it.

  • Purchase Order Smartform - Purchase Organization address

    Hello all,
    I am working with a Purchase Order smartform. I need to pullout Purchase Organization address details (like Name, Street, City, Country, Phone) into the form.
    Can anyone please help me.
    Thanks

    Hello Raju,
    You will get the purchase organization address in T024E.
    Goto SE16 for T024E and enter your purchase organization. You will see TXADR field. take the data on that field and goto SO10 tcode and open it. you will see address.
    regards,
    Subba

  • How we enter text for materials in purchase order smartform

    hi guru
    how we enter text for materials in purchase order smartform
    my requirement is create smartform for purchase order.
    in this i have to create item-text, by using which tcode we can give item data
    plz give more expalnation for this plzzzzzzzzz

    Hi,
           You can use read_text function module for readind text of material and store this value in internal table later pass this internal table to smartform will solve your problem.
    otherwise there is direct option for text element property that is include text u can use that also
    Regards
    Gagan

  • SRM Purchase Order Smartform

    Hi all,
    I am having an issue in SRM 5.0.How to get the Purchase Order Amendment details in SRM Smartforms. In ECC we are using a function module to list the amendment details is there any function module in SRM which can do this. Please help me. This is a very very very urgent issue.
    Sure points will be awarded
    Thx in Adv...........
    Regards
    Pavan Kumar

    never mind, went to wrong thread
    Edited by: Rainer Hübenthal on Mar 17, 2010 12:26 PM

  • Purchase Order - Smartform- Best practises

    Hi,
    Could anybody suggest on how to load the Bestpractises for Smartforms (Purchase Order) and access it in ECC 6.0 system.
    Regards
    Syam

    Hi Michael,
    You confirmed that the smartform and print program for PO in ECC6.0 are  /SMB40/MMPO_L and /SMB40/FM06P respectively.  I am a functional person and I understand that these form and program have to be assigned to the PO in the Purchasing configuration, where, you need to specify the medium, program, form routine, form, pdf/smartform, and the form type.  For the medium, I would need to indicate 1 (printout).  My questions are as follow:
    1.  For the Program, is it the /SMB40/FM06P? 
    2,  What is the equivalent std Form Routine for this smartform.
    3.  Under Form, should this be blank?
    4.  Under the PDF/Smartform, is this the/SMB40/MMPO_L ?
    The configurations are in
    A)  MM -> Purchasing ->Messages -> Forms for Messages -> Assign form and output program for PO
    b)  MM -> Purchasing ->Messages -> Output control -> Message type -> Define message type for PO
    I am new to forms and my first time to use ECC 6.0.  I hope to learn from you.  If possible kindly send your response to [email protected] where I can easily check my email.
    Thanks a lot.

  • Purchase order-smartform issue

    dear experts,
        Here in purchase order import po printout one of the text field-AIR/OCEAN FREIGHT-VAL am getting the value like 560.00 but actually i should get 56,000. So i have changed my smartform declaration like JOFV TYPE KWERT. the earlier it was displayed like jofv like ps207-bgert. then the same in samrtforms form interface-->import paramter...where there given like jofv type ps207-bgert. then there i made a change like JOFV TYPE KWERT. once after this has done..when i save it doesn't ask for the request no...it directly saves...SO HERE MY PROBLEM IS NOW I HAVE TO GIVE THE REQUEST NO TO EDP THEN THEY WILL MOVE TO PRODUCTION TO SEE THE O/P.
      here what can i do.....please help me out....
    thanks & regards,
    selva....
    Moderator message: please use more descriptive subject lines for your posts, do not post in all upper case.
    Edited by: Thomas Zloch on Jun 18, 2011 11:06 AM

    Hi,
    if its directly saved means already in some other request.
    if you want to find SAP request in which your smart form is being saved then follow this
    1) se03
    2) Search for Objects in Requests/Tasks
    3) Add in object selection blank box - SSFO and select checkbox
    4) give smartform name
    5) Execute
    it will show request name details
    Regards,
    Dhina...

  • Purchase Order Smartform as attachment in step mail through workflow

    Whenever user create a PO, mail should trigger in Microsoft Outlook, with the purchase order form as attachment.
    I am able to send mail to Microsoft Outlook whenever PO is created.
    But kindly advice how to attach PO smartform in th mail.
    Regards,
    Rahul.

    Hello,
    Please find below link. There is lot of stuff in google regarding this.
    smartform as work item attachment
    Re: PDF attachment in mail
    Regards.
    Edited by: vikram singh on Jan 30, 2012 2:00 PM

  • Purchase Order created in ECC has an unwanted component

    Hello All,
    We use K-class line item component on the BOM in our process. APO selects the right component used on the Sales Order & puts it on the BOM of the sub-con Purchase Order. When Purchase Order is created in ECC, an unwanted component is
    showing up.
    The unwanted component, is one of the regular by-prod item appearing on another alternative BOM for the same material.
    BOM for KMAT matl X -
    Alt BOM # 1 -
    Components A & B (A is the by-prod)
    Alt BOM # 2 -
    Dummy component for Costing & K-class line item used with Variant Configuration.
    When we create a Purchase Order from APO (P Req converted into Purch Ord), we are getting the Comp A, instead of the Dummy component as the 2nd line item. The K-class item shows up as desired.
    Is this is bug in std SAP, has anyone faced this before?
    T

    Hello Mario,
    Not sure if the system is really picking the Alt BOM # 1, since the K-class item, which is on the Alt BOM # 2 is getting picked correctly.
    Thanks

  • Table Header not shown in Purchase Order Smartform

    I have downloaded an installed an SAP SmartForm for Purchase Order (/SMB40/MMPO_DE). Unfortunatelly the document with this form cutting the right side of the document by printing. The width of the tables is 19,5 cm, it should be 19,00 or less. Anyhow, I have started to reduce the width of all windows and included tables and of course the table cells. This works fine with all tables, also with a dynamic content, but if I reduce the static header table t_header(window winheader, cell hd_netwr) for 0,5 cm this doesn't appear on printform. I have tried then to restore everything like it was - no effect.
    What could it be ?
    Kind Regards

    I have found the solution and have localized the problem or vise versa.
    The table had the hight 0,99 LN and the window hight was 0,5 cm. It seems to me that this 2 parameters had a size-conflict. When I have changed the line hight to 0,5 cm it starts work.
    Why it was done on this matter and why the error was not shown during compiling the form and how it did work before I have touched the window - this questions could be addressed to SAP.
    Kind Regards
    Alexey Voynikov

Maybe you are looking for