Message Control for Purchasing

I am new to output determination and am having trouble with the communication structure between the application and my custom code FORM_KOBED_950. When I put a breakpoint in this form and run ME21n to create a PO, then save, I do hit the breakpoint. However, I am not able to read any application data here. I can't find a function module to fill a structure from EKKO or EKPO in function group V61B. Do I need to write it myself? Any guidance would be GREATLY appreciated.<b><REMOVED BY MODERATOR></b>
Thanks,
Beth
Message was edited by:
        Alvaro Tejada Galindo

I pulled the application data from the stack and assigned to field symbol. I was then able to read contents of EKKO.
FIELD-SYMBOLS: <FS_EKKO> TYPE EKKO.
  ASSIGN ('(SAPLMEDR)EKKO') TO <FS_EKKO>.
  IF SY-SUBRC = 0.
    "LOGIC HERE
  ENDIF.

Similar Messages

  • Output Message Determination for Purchase Order

    Hi all !
    Can anybody please explain in brief, the procedure for Ouyput message determination for Purchase order. (including printer settings)
    I have tried it throgh the Standard Configuration guide. but i am not able to do.
    Please explain step by step including form attachment.
    Thanks in Advance !!!!

    Hi,
    Customization steps for Output of Purchase Order
    1. Condition Table
    SPRO > Material Management> Purchasing -> Message -> Output Control->Condition Tables->Define Condition Table for Purchase Order
    Select:
    Purchasing Doc. Type,
    Purch. Organization,
    Vendor
    2. Access Sequences
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Access Sequences->Define Condition Table for Purchase Order
    3. Message Type
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Types->Define Message Type for Purchase Order
    4. Message Determination Schemas
    4.1. Message Determination Schemas
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Schema->Define Message Schema for Purchase Order-> Maintain Message Determination Schema
    4.2. Assign Schema to Purchase Order
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Schema->Define Message Schema for Purchase Order-> Assign Schema to Purchase Order
    5. Partner Roles per Message Type
    SPRO -> Material Management-> Purchasing -> Message -> Output Control-> Partner Roles per Message Type ->Define Partner Role for Purchase Order
    6. Condition Record
    Navigation Path: SAP Menu-> Logistics -> Material Management -> Purchasing-> Master data->Messages-> Purchase Order-> MN04-> Create
    Now you create PO (ME21N) and save it. Go to ME22N and print the PO by giving output type.
    Note1
    Now Check in SPAD (Printer settings) settings & try to check the printer configuration. Check Device attributes, Access methods etc. are maintained in Spool Administration (SPAD) for the selected printer (your local Printer, may be ur using HP01or any but in SAP std is LP01) but consult with your basis consultant regarding above.
    Check the following also:
    Spool generated using SP01 or SP02.
    Output device.
    Local printer settings.
    Paper Tray, Print Mode, Printer
    Note2:
    Check MN04 and NACE t.codes
    Regards,
    Biju K

  • Message control for Internal Orders

    Hi
    How to change the message control for an error when Iu2019m getting settling internal orders (message # KD503)
    Tks

    Hi
    You need to maintain Condition record for your Purchase Order output. Then output will get assign automatically once you create PO.
    Use Transaction code: MN04
    Navigation:
    Logistics --> Materials Management --> Purchasing  --> Master Data  --> Messages --> Purchase Order  -->  Create
    Enter PO output type and maintain necessary conditions.
    hope it helps.
    regards
    Srinivas

  • Change Message Control for Customer Master data

    Hi Friends,
    I have to choose/populate a message when the user is about to create an already existing customer.
    In SPRO --> Financial Accounting --> Accounts Receivable and Accounts Payable --> Customer Accounts --> Master Data --> Preparations for creating customer master data --> "change message control for customer master data" ...
    OK...
    When u click this it goes into Change View "message control by User" Overview screen wherein u can insert new messages and texts and the type of message ....
    Now .....
    I want to display the 145th message (F4 help of the Message column) ..... it picks up the text "Customer found with same address;check"..... with Online mesasage type 'I' and batch type 'I' and with standard type '-' ..
    I want to have the same message with message types 'E','E', and 'I' respectively.......
    How is this possible (or) what should i do to meet my requirement :-|
    Expecting ur answers
    Thanks in advance ........
    Cheers,
    R.Kripa.

    Hey yes it is not possible (as of now
    I ve met the requirement by just using message statement in the program itself ............
    My requirement is met but still if anyone knows about this do answer / reply
    Thanks
    Cheers,
    R.Kripa.

  • Message control for CIN

    Hi Experts,
    I am having one issue. We know that there is a message control for CIN.
    SPRO - Logistics General - Tax on Goods Movements - India - Tools - Message control.
    So here now i want to search other messages which are related to CIN. That is i want know the other available messages in Application Areas 4F & 8I. Can any body please tell me where i can find these messages. I have already tried in OMT4 and also in SM30.

    Hi,
    Try in SE91, Put Message Class as 4F or 8I and click on Display

  • Creation of Custom IDoc with Message control for sales Order

    Hi all,
    I am trying to create custom Outbound IDoc with message control.
    I wrote the code in a function module and i want to register that function module. (as in inbound registration of function module as in BD51).I am not knowing if that registration is necessary for outbound Idoc, if so in which transacition?
    Please list me the steps to create a custom IDoc for Message control.
    Thanks in advance,
    Regards,
    John.

    Hi,
    You need to use FM : MASTER_IDOC_DISTRIBUTE to create outbound idoc.fill the data in the tables EDIDC,EDIDD and generate the IDOC.
    check this link:
    Re: Master_IDoc_Distribute
    and use transaction : WEDI for IDOC configurations.
    here you will have all the transactions(step by step) to set the outbound IDOC configurations.
    Regards
    Appana

  • Message control for message type ,V 1499

    Hi Folks,
    SAP standard message V1 499 is flashed in case when i am creating the return sales order for an item which had already return in place.
    Following message is displayed 'There are already returns for item 000010:                 348 IT'.
    Above messge is at item level..for each of the item which had return system will flash message.
    My clients requirement is that this  message should flash at header level..
    For example:-
    Now i have invoice which had return order as per following:-
    :-  return order XXX for item no .10
    :-  return order XXX for item no. 20
    :-  eturn order YYY for item no. 30
    Now when i refer same invoice for return order creation scenario once again.. system will flash above message 3 times.. As per my requirement it should be displayed for 2 times only..One message for item 10 and 20 and other one for item 30..
    Is it possible to make this changes through standard configuration..Kindly let me know.
    Regards,
    Abhijeet

    Hi,
    As per i know we can not modify the V1 messages, but we can modify V4 messages. For your requirement you have to do some technical enhancement.
    For controlling V4 messages you can have a check at OVAH t-code.
    Thanks,
    Raja

  • Message Output for purchase order

    Dear SAP Expert,
    We have defined the message output type for purchase order document type XX with special function. We have maintained condition record for the same. It is working fine.
    Now we have defined another output type for another PO document type YYwith special function by copying earlier one.
    But message output is not genarated in case of YY document type.
    Please tell us what we have missed out.
    Thanks & Regards,
    Reva.

    Hi Reva,
    In ME22N for your PO, click on the Messages button. Then click on the blue information button - this should display the output determination analysis for the order, and will show you which output determination procedure was used, which output type and access sequence was processed and whether the system was able to find a matching record. At the lowest level of detail it will show you the keys that were used to read the condition records. All this information should help you to determine why a condition record could not be found for the purchase order.
    Regards,
    Monika

  • Why we are not using "Message Control" for Master data ?

    Hi friends,
    We are using Message control as output determination for Transactional data, <b>what is the main reason for not using the msg control for Master data.</b>Please explain with details...
    I am very thankful to them...
    Thanks and Regards.
    <i><b>Naveen Kumar. Chamala</b></i>

    Hi Naveen,
       Listing down those I know -
       1. Master data is expected to be changed/created less frequestly.
       2. Transactional data is expected to be chnaged/created more frequestly.
       3. Transactions to create/change/display master data do no have message control integration, since you are not supposed to print/fax/mail master data to your partners.
       4. Distribution of master data in generally supposed to happen within Enterprise boundry and typically you will have one central server maintaining master data which will be distributed to multiple downstream operation system (Some thing where MDM fits). So ideally when distributing master data using ALE you will be sending it to multiple systems.
       5. Distributing transactional data PO/SO etc is same as sending fax/print which fits with the requirement of message control.
    Hope this helps,
    Regards,
    Sanjeev

  • User Specific Output Message Determination for Purchase Orders

    Hi Sap Experts,
    Is there any functionality in SAP where you can setup specific Output message determination for a user?
    For example whenever User A creates a purchase order through ME21N it will always be emailed to vendor, whereas for User B whenever they create purchase orders it will always be printed.
    Is this possible?

    There is no standard functionality with in SAP.
    To achieve this Create 2 output types accordingly and create customized tables with user id fields

  • How to configure the message control for DESADV

    dear friends .
    my requiremnet is i have to write the outbound for DESADV message type for extended IDOC  : ZDESADV01.
    pls tell me solution briefly

    Hi...
    How do we use IDoc to create Outbound delivery document using the transaction VL01N.
    Do following steps..
    Go to NACE and select V2 and click output type from menu.
    Give following value.
    Condition component Value
    Access sequence 0005 (sales organization/customer)
    Condition 0 (no condition)
    “Exclusive” select
    Output type LAVA (shipping notification outbound)
    Procedure V10000 (shipping output)
    Application V2 (shipping)
    Processing subroutine Program RSNASTED,
    form routine EDI-PROCESSING
    General data Select Condition access and Multiple sending of output, otherwise
    leave the fields blank
    Time e.g. 4 (immediately, IDocs are generated immediately after
    posting)
    Transmission medium 6
    Partner function WE
    Language DE (German)
    You must maintain following values for outbound partner profile.
    Output category : Desadv
    Partner type : Ku
    Partner function : WE
    Port : Subsystem
    Output mode: Collect idoc
    Basic type : Delvry01
    Packet size: 1
    Application: V2
    Output type : LAVA
    Process code: DELV.
    You can post the delivery by selecting Shipping, Delivery>Sales and Distribution >Logistics
    -->Create (transaction VL01N). Output control is used to find the condition record and the shipping
    notification is sent to the customer via EDI (IDoc Interface). The shipping time in the condition
    record determines when the corresponding outbound IDoc is generated.
    <b>Reward if Helpful.</b>

  • Message control for outline contract BLAORD.BLAORD03

    Hi There,
    I am configuring outline contract idoc BLAORD.BLAORD03, I want to know what are the message control parameters for that?
    Application: -
    Message Type: -
    Process Code: -
    Thanks,
    Nishant

    Hi Nishant,
      Check the Tcode WE82 for Mesage type and Basic type of ur idoc,
      Check  the Tcode WE40 for Inbound process code
      check the Tcode WE41 for outbound process code.
    Messagetype is                 BLAORD
    InboundProcess code is      BLAO
    Function module name is     IDOC_INPUT_BLAORD
    for application try with          WT
    Thanks,
    Ram.

  • Outbound message control for sales order SISCSO.

    Hi...
    I am trying to generate IDoc for Sales order using message control. The IDoc of type SISCSO is getting generated as per the requirement.
    I want to calculate certain things before generating IDocs. I have done the following configurations:
    1. A function module 'ZIDOC_OUTPUT_SALES_ORD' is created with interface same as 'IDOC_OUTPUT_ORDRSP'. (Where i am planning to write a code)
    2. WE57 where Function module is assigned to SISCSO as outbound FM.
    No BD51 is done as it is only for inbound process.
    3. New process code ZSO is created through WE41, which is made message independent and FM created in step 1 is assigned to it.
    4. In WE20 , this process code is attached to V1 type of application under message control.
    Still, my FM is not getting called... I have checked it by applying Break point as well as raising exception in the FM. But still it's not working..
    Where am i going wrong??
    Can anybody suggest solution??
    Thanks,
    Audy.

    Hi,
    You need to use FM : MASTER_IDOC_DISTRIBUTE to create outbound idoc.fill the data in the tables EDIDC,EDIDD and generate the IDOC.
    check this link:
    Re: Master_IDoc_Distribute
    and use transaction : WEDI for IDOC configurations.
    here you will have all the transactions(step by step) to set the outbound IDOC configurations.
    Regards
    Appana

  • How to Create new Message Control for BOM

    Dear Experts,
    My question is , we have Set Deletion flag for BOM of some material, When we go to make Production Order. it is showing an warning message , I want to set Error message,instead of warning message . can you all plz tell me how to do it in conflig.
    I have tried following settings , but it allows me to change it, but not to create a new message no
    IMG, Production, Basic data, Bill of material, General Data,  Change Message type 
    Thank you for your time.

    Hi,
    For OPJB, execute.
    Click on 'New entries'.
    Enter version as 000, application area (the first two digits of the message no, for BOM it would be CO I guess), & message no.
    Press enter. Under category maintain as E i.e. error.
    For SE91, execute.
    In message class enter the first two digits of the message, under subobjetcs, enter the message number & clcik on 'where used list icon' in extreme left.
    A dialogue box will apeear, select programme & classes. Click on right mark i.e. execute.
    A list of programmes will displayed.
    Select the relevant programme & clcik on change.
    Change the warning into error there. Please note that you need access key & need ABAP consultant to do the same.
    Hope this helps you.
    SmanS

  • Error message 1111 for purchasing a egift card.

    I keep getting an error message 1111. I have purchased e-gift cards before I upgraded to v11. Anyone know what to do?

    Try this shut your phone Down or if it's off carefully pull the Sim Leave it out of the phone for about 10 min. then re-install power up the phone see if that fixes the issue.. b33

Maybe you are looking for

  • Invoking a JPanel in a Frame

    How do we invoke a JPanel in an existing JFrame on an Action event.

  • MSI GF3 Ti200 for $79.00 at Computer Geeks

    Computer Geeks has the MS-8851 GF3Ti200 for $79.00.  That is a good price for an extra Video Card to spice up an aging comuter. MSI GeForce 3 Ti200 64MB DDR 4x AGP Video Card w/S-Video Out Night, Richard

  • Export to Nepal & Bhutan

    Hi All, My client requirement is to map the Sales Process for Export to Nepal & Bhutan. I have mapped the process and everything is working fine, like I am able to determine the Excise Values (No sales Tax) in Commercial Invoice. However when I am tr

  • IXOS workflow template 4.7 support pack stack 24 problem

    We are upgrading to the above support pack.  Using a customized workflow template created by IXOS we have uncovered a problem.  When an entry is put into the sap inbox we have option of REJECT EXECUTION after which a menu is displayed with other acti

  • Retrieval of xmltype data into java

    Hi Right now we are facing an issue xmltype retrieval from oracle 10g to java. I used xmltype column.getClobval() to get the xml content, but unable to do the parse to get the xml data. So i tried getStringval(), getting the xml content as string for