No of Pallets in Order Output

Hi All,
I have a requirement to display the number of pallets in the sales order output. Actually, the conversion rule is been maintained in the material master (in units of measurement). Below is the conversion rule:
1. 12 Bottles = 1 Case
2. 12 Cases = 1 Pallet.
Order entry can happen both in bottles and cases. But in the order output, (bottles or cases) it should be converted into Pallets. I searched for for some tables to get this. But I do not think this will be stored in a ny table. How to achieve this. Please guide.
Regards,
Raghav

Hi,
if you are maintaining the conversion in Addtional tab of material master under Units of measure than you can use the table
MARM ( Units of Measure for Material)

Similar Messages

  • How to define a purchase order output print view as my element

    Dear all :
             I have created a purchase order and want to print,but i found the details of print doc is not my requirements.So,I want to change it .I don't know where the path is .THKS
                                                  Brian

    Hello Jianfeng,
    The purchase order layout can be changed using the SAP script/Form. You need to identify what you need to put on the purchase order output also you can include the client's logo and other standard and constant details (tax number / registration number etc).
    You have to give this requirement to the technical person (ABAPer). (S)he will make the changes in the script program and you need to assign this form to the PO printing program.
    In standard SAP version, Form MENDRUK is available for Purchase order printing.
    Once form is developed by the developer, you need to assign this form in customization,
    SPRO--> Mat Managmenet --> Purchasing --> Messages --> Forms Layouts for messages --> Assign form and output program for purchase order.
    Hope this helps.
    Regards
    Arif Mansuri
    Reward the points if answer is helpful.

  • Processing of Sales order output type BA00 processes another Z output type for acknowledgement.

    Hi Friends,
    I am facing below mentioned issue and request your suggestion to solve it
    Via processing of sales order output type BA00 another Z output type is processed and acknowledgment is sent to SAP inbox( sost).
    This is working incase of manual addition of BA00 output type and via standard program " sd70av1a", but this functionality is not working when i am calling this standard program in a Z report via batch job.     
    with the below code-
    DATA: name TYPE tbtcjob-jobname.
             DATA: number  TYPE tbtcjob-jobcount.
             DATA: print_parameters TYPE pri_params.
             name = 'ORDER_PRINTING'.
             CLEAR: range1.
    *REFRESH: range.
             range1-sign = 'I'.
             range1-option = 'EQ'.
             range1-low = 'BA00'.
    *        range1-high = 'ZBA1'.
             APPEND range1 TO range.
             CALL FUNCTION 'JOB_OPEN'
               EXPORTING
                 jobname          = name
               IMPORTING
                 jobcount         = number
               EXCEPTIONS
                 cant_create_job  = 1
                 invalid_job_data = 2
                 jobname_missing  = 3
                 OTHERS           = 4.
             IF sy-subrc = 0.
               SUBMIT sd70av1a WITH  rg_kschl IN range
                               WITH  rg_vbeln IN order_tab
                               TO SAP-SPOOL
                               SPOOL PARAMETERS print_parameters
                               WITHOUT SPOOL DYNPRO
                               VIA JOB name NUMBER number
                               AND RETURN.
               IF sy-subrc = 0.
                 CALL FUNCTION 'JOB_CLOSE'
                   EXPORTING
                     jobcount             = number
                     jobname              = name
                     strtimmed            = 'X'
                   EXCEPTIONS
                     cant_start_immediate = 1
                     invalid_startdate    = 2
                     jobname_missing      = 3
                     job_close_failed     = 4
                     job_nosteps          = 5
                     job_notex            = 6
                     lock_failed          = 7
                     OTHERS               = 8.
                 IF sy-subrc <> 0.
                 ENDIF.
               ENDIF.
             ENDIF.
           ENDIF.
    In this case only BA00 is getting processed but Z output type created for sending acknowledgment is not triggered.
    Please suggest how can i achieve the required functionality.
    Thanks,
    Surya

    Solved myself..
    Thanks.
    Br,
    Surya

  • Header condition type value not displayed in sales order output

    Hi gurus,
    I have observed a strange issue regarding a header condition in a sales order.
    we have a set up like following:
    1. If the Header condition XXXX is used in sales Order then this value should be printed on sales order output.
    2. If the Header condition mentioned in above point is not maintained in sales order it should print the total price of all line items.
    Though i have maintained the header condition value in Sales Order Header its not displayed in SO output.
    That is , I have a sales order and it has one HEADER condition type entered with 3500 USD.
    In fact this value is used for some business purpose and is being printed on the sales order output for a specific output type.
    But where as in a sales order this header condition value is not getting printed on the output though I am using same data as of the sales order which is having the header condition value printed on its output.
    According to business,we must have the header condition value printed on  sales Order output.
    Please suggest how to proceed.
    Thanks in advance.

    Not sure if you are using costom smartform to print invoice, if yes then ask developer to debug and find the root cause and fix it.
    You might need to give him condition when it shuld be printed and when not.
    You can take reference of another output type for which it is printing

  • Purchase Order output to be blocked in ECC when the PO is technically Incom

    Hi All,
    First of all I would like to say that, I have searched the entire forum for this issue & as i could not find any thread relating to this, I am posting.
    We have implemented SAP GTS & whenever a purchase order is created in ECC system and due to Business partner missing or Legal Unit missing in GTS, the document is created as Technically incomplete in GTS.  Inspite of technically incomplete, the ECC users are able to print out the PO.  We have implemented a SAP note for blocking the purchase order output when the customs Import document is Blocked in SAP GTS.
    Could anyone let me know if we have any OSS note for blocking Technically incomplete purchase order's or is there any workaround to prevent the output from being printed.
    Regards
    Aravind G

    Hi,
    We have a requirement to block PO output as well so we implemented Note 900555. But how does it work? We do not see anything anywhere on the PO that would prevent output. We have POs that are blocked in GTS and nothing is any different on the PO. The note doesn't really explain how it works either. We assumed that the Output logs would also show a message of some sort.
    In addition, when this note references blocking "output" is it only meant for blocking print? Or can it block electronic transmission as well?
    If we can't get this note to work, we are thinking of adding GTS to the PO Release Strategy, in order to block transmission of anything to the supplier.
    Thanks,
    Jessica

  • How to view the purchase order output

    Hi all,
    how to view the purchase order output in the transaction me23n?
    How to obtain the purchase order output form?
    Please help..

    HI,
    goto NACE tcode then select the purchase order type and go to output types u cna use standard one NEU and provide the sapcript name and form name default will be there with MEDRUCK and print program.
    then in ME23n click on messages there create ur message type NEU and save it
    then print the purchase order...
    hope u get solved with this
    Regards
    Syed A

  • Number of messages for Purchase Order output

    Hi All!
    I have to set the number of messages for the Purchase Order output at 2 (NAST-ANZAL). For a certain output type, in the Communication method the default value for Number of messages (original + copies) has to be 2. There is a transaction which allows me to do that but I don't remember it.
    Yours answers and your time are appreciate.
    Best regards.
    Florina C.

    Hi
    The transaction is MN05 or
    Logistics->Materials Management->Purchasing->Master Data->Messages->Purchase Order
    Max

  • Purchase order output

    Hi
    I have created a new purchase order output. When I go to messages in a Purchase order, I do not see any output. The output/message screen is blank.
    When I go to Determin. Analysis, I see the Output has been found. See picture below.
    http://i35.tinypic.com/169kwwn.jpg
    Sincerely,
    Ketan

    Hi Ketan,
    Go to MN04 and select the condition type NEU if you are using the standard condition type or select the customized condition type and select the appropriate combination to maintain the output master record.
    if you want to check whether you Purchase Order output has been assigned to your output or not
    a) execute t-code NACE
    b) Select EF -Purchase order
    c) click on output types
    d) here select NEU if u are using NEU or select the condition type which you have customized
    e) click on the processing routines to see if the PDF/smartform is attached to the print out and fax.
    hope this helps

  • Different interfaces for purchase order output from MM system

    Dear Guru's,
    We are configuring the business scenarios of service procurement classic and Plan driven procurement with supplier enablement in the MM-SUS environment for our SRM7.01/ECC6 ehp 5 combination.
    These two scenarios are using different interfaces for purchase order output.
    The service procurement classic is using the proxy interface PurchaseOrderERPRequest_
    Out_V1 for purchase order output from ERP.
    However, the plan driven procurement uses the interface ORDERS.ORDERS02 for idoc message for purchase order output from ERP.
    Why are there two different interfaces for the same document output in two different business scenario? How the system will determine which interface needs to be used in the runtime for the purchase order output?
    Any thoughts will be highly appreciated.
    Thanks and regards,
    Ranjan

    Hi Ranjan,
    Please add the value 'CL' in the table SWF_CATIDS
    Then it will work.
    With Regards,
    Malay

  • I have to send the sales order output via mail to a customer

    have to send the sales order output via mail to a customer, what steps i have to follow
    kindly guide me.
    regards
    satya

    Hello,
    You need to carru out your output configuration for this.
    Use tcode, NACE where you can do this centrally.
    Select V1 & click on output types above
    Select output type MAIL for your requirement & use tranmission medium as simple mail.
    After configuring your MP mail partner functions & use of proper output program you will be able to send mail to your party.
    Hope this is helpful to you.
    Regards,
    Dhananjay

  • What is Order Output? What is Transfer price?

    I have 2 questions:
    1. What is order output?and how can we stop order output for a customer, plz explain in detail.
    2.What is Transfer price? my client wants to transfer material from thier plant to 3 diff. warehouse and they want to Put Transfer price on that, my question if we have to create new pricing condition for transfer price, what changes needs to be done in condition type or what needs to added, i am really confused,appreciate ur help guyz.
    Thanks
    Mohammed.

    > 1. What is order output?and how can we stop order
    > output for a customer, plz explain in detail.
    have a to the access sequence of the message and make one entry for the customer so that you have not immediate print (4) but manual print (3)
    > 2.What is Transfer price? my client wants to transfer
    > material from thier plant to 3 diff. warehouse and
    > they want to Put Transfer price on that, my question
    > if we have to create new pricing condition for
    > transfer price, what changes needs to be done in
    > condition type or what needs to added, i am really
    > confused,appreciate ur help guyz.
    transfer price is usually condition type PI01/PI02 and represents the price for internal transefers in intercompany process.
    have a look to:
    http://sap-img.com/sap-sd/configure-intercompany-stock-transport-order.htm
    reagrds
    Roberto
    pls. reward points

  • Regarding finding out Partner function based on Sales Order/Output Type

    Hi All,
    <b>I have a issue in finding out Partner function[PARVW],  Message partner[PARNR], Message transmission medium[NACHA], Teletex number[TELTX], User name[USNAM], Message processed manually[MANUE], Country Key[TLAND] and some other fields all are related to NAST table.</b>
    Actually we have one script which is already working when we run from from <b>VA02/03</b> for single order.
    When we execute from <b>VA02/03</b> all <b>NAST</b> table entries are filled up and by using those entries we are fetching remaining entries and displaying them in Output.
    Now we are developing another program where we will have a selection screen with <b>Sales order, Output Type & Order Type</b> and execute the program and then we will get list of sales orders in <b>ALV list output</b> with check boxes before every record.
    Now if we select one (or) multiple records from there and click on Print Prevview button i am calling above <b>SAP Script Print Program</b> but now in that P.Program we will not have any <b>NAST</b> table entries other than Sales Order and Output Type those can be moved to [<b>NAST-OBJKY, NAST-KSCHL</b>].
    But here what about other fields in <b>NAST</b> table like <b>PARVW, PARNR, NACHA, TELTX, USNAM, MANUE, TLAND</b> etc.
    How can we get them as we are exclusively using those other <b>NAST</b> table entries in above <b>SCRIPT/Print Program</b>.
    Can anybody solve this issue!
    Thanks in advance.
    Thanks & Regards,
    Prasad.

    Check this FM
    WFMC_MESSAGES_SELECT
    example
    tables : nase.
    constants: appl     like nase-kappl value 'V2'.
    select-options:
      rg_nacha  for nase-nacha default '1',
      rg_kschl  for nase-kschl.
    ranges: rg_objky for nast-objky.
    data:
    msgs_1 like msg0   occurs 100 with header line.
    *-Fill Object Key
    *-Execute fm
    call function 'WFMC_MESSAGES_SELECT'
         exporting
              pi_application = appl
              pi_processing  = '1'
         tables
              ri_medium      = rg_nacha
              ri_type        = rg_kschl
              ri_object      = rg_objky
              tx_messages    = msgs_1.

  • Return Order output email send to Creator as PDF

    Hi All,
    Please let me know, how to configure Return sales order output as email send to creator(end user).
    Business don't want to send it to customer, They need it in their mailbox as PDF and later they will send it to customer when ever they wants...
    Please provide some solution on this issue.
    Regards,
    Sathiesh pillai.

    Hi,
    You need to configure the output determination for return order type. The "Internal Output (MAIL)" output type can be used. For sending PDF copy to user himself, the user data should be maintained as "mail partner".
    From what i read from your question, you want to send PDF file to user who logged into system to create return order. If yes, then the program need to pick user-id who logged into the system and use his/her email id as communication for sending PDF file. For this, minor code changes will be required to make mail partner defaulted to end-user and not look at customer account partners of the return order.
    If user going to be same for every return order, then you may use TVARVC variant table to store his/her email id and check that table while sending email.
    regards,
    Vaibhav

  • View order output before saving

    Hello,
    I am getting an error "Maintain bIlling Plan Type with sales document type or Item Category", when i press Header order Output preview before saving sales order.
    When i save sales order , then i can easily preview Order Output.
    I have maintain Billing plan type with Sales document type and assigned item category with billing plan.
    Amit
    Edited by: Amit Gupta on Jan 19, 2009 6:00 AM

    Hi,
    please do check whether u assigned billing plan for both sales document type and item catagery?
    if u assign to sales document type all the item under the sales document will have billing plan.
    If u assign to specific item catagery ,only the material item with that otem catagery will have billing plan.
    May be system is finding both(sales doc. and item cat) relavent for billing plan.
    you have to maitain both.
    Why dont you try billing plan with item catagery separately(remove sales document type assignment to billing plan) and check.
    Regards,
    Reddyy

  • Sales Order Output - determined by Sales Order Type, Created By

    I want have my order output determined by sales order type
    (vbak-auart) and created by (vbak-ernam).
    I have created a condition table 501, access seqeunce Z001.
    In v/48, in accesses for Z001, I created
    AcNo: 10
    Tab: 501
    Requirement: [empty]
    Exclusive: unchecked
    in fields, I can't find ERNAM in structure KOMKBV1(header), but I find one in KOMPBV1 (item).So I have assigned it to ERNAM.
    besides, I have created the corresponding records in VV11
    I expect to have:
    Output Z001 will be created for sales order type OR if created by user XXX
    However, no output is generated. When I go out detemination analysis, I found that in the output determination procedure, it did go into output type Z001, but, since no value is found for "created by", i got message "Access not made (initialized field").
    I suspect that no value stored in KOMPBV1-ERNAM. Do you know how I can get it done?
    Points will be awarded for useful information. Thanks in advance.

    Hi
    You have to include this field as a Zfield in the structures KOMKBV1, KOMPBV1 and KOMB.
    You have to include the field as Zfield in these structures.
    Once this is done, you should also be able to update this field in the structures.(As on now, you have only created a field, but you have not mentioned how the field has to be updated.
    In order to update the logic, you have to do a small code in one of the user exits for outputs.
    In the user exit, you have to write a code like this
    MOVE VBAK-ERNAM = KOMKBV1-ZERNAM(this is the zfield you have created)
    Now create the condition table and do the rest.
    Your output should work fine. The user exit I was saying is the subroutine USEREXIT_KOMKBV3_FILL in the include RV61B902 in the user exit RVCOMFZZ. If you can give this info to the technical guy, he should be able to find out the same for saels order output also.
    The user exit RVCOMFZZ also has the subroutine USEREXIT_KOMKBV1_FILL    which you can verywell use for your requirement. This will solve your problem
    Hope this helps.
    If you have any problems in this, you can again put the problems in this thread. I will try to solve.
    Reward if this helps you

Maybe you are looking for

  • How do i upgrade my iphone 3gs from 3.1.3 to latest firmmware?

    Here is what i've done so far. Downloaded the latest Itunes restarted computer Backed up my iphone downloaded the latest firmware(4.3.5) from ios 3.1.3 pressed update it gets as far as the beginning of the installation and displays an error: "The Iph

  • Using Apple's sample project at your own gain, legal or not legal?

    I found a sweet sample project in my Xcode developer folder called "Sketch". I would like to use it's code and redesign, redevelop, and totally flip it around to were I just used it as a template towards my own project. Is that legal to do? Consideri

  • Read Out Loud won't read tags, reads content instead

    Hi, I have a PDF generated through a third party library, and it is a tagged PDF (running it in PAC 1.3 and 2.0 says it passes accessibility test) and when I use the Read Out Loud feature on it in Adobe Acrobat Pro XI and Adobe Reader, it ignores all

  • Cost Sheet is not displaying condition values

    Hello All, When i am running the transaction code KGI2. System is calculating the Overhead values and updating the Actual Overhead cost for the Oder but it is not  displaying the values in the Cost Sheet, when we select Dialog display check box. Can

  • Price Control for Material Type

    Hi How to configure a default price condition for a particular material type and should greyed off and not allowed manual change. Regard MM Edited by: Csaba Szommer on Nov 4, 2011 8:15 AM