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

Similar Messages

  • 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

  • Outbound Cif userexit for Sales order

    Hi All,
    Is there any outbound cif userexit for sales order. I need to modify few data in outbound userexit in R/3 side.
    I know there is a Inbound userexit in APO but the requirement is such that I need to modify data in R/3 since data is available only in R/3.
    Regards,
    Prashant.

    Hi Prashant,
    yes, there is such an EXIT - it's 'EXIT_SAPLCSLS_002' which is called from function 'CIF_SL_DOC_SEND'. This is the very last place to modify data before sales documents are sent to APO.
    Hope this helps!
    Best regards,
    Sebastian Göbel

  • 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

  • Outbound idoc process for sales order using message control

    Hi All,
        I am changing sales order using VA02 , while saving sales number IDOC is creating but I am unable to see the data filling into segments. I think idoc is triggaring in background.
      Can you please tell how I can see the data filling in to segments
    Thanks in advance,
    SN

    keep the break point in the program RSNAST00
    at this particular code.
    perform (tnapr-ronam) in program (tnapr-pgnam) using returncode
                                                             us_screen
                                                             if found.
    and also Activate update Debugging , before pressing the save button in VA02.

  • Message Control in sales order

    Could some one help me to change the message control from Info to Error for Application area V1 (sales order)
    Thanks

    Hi
    This has to be done thro development only
    Only some messages of message class V4 can be done in t code OVAH
    Go to SE91
    1.Input the message class V1
    2..Input the message no say  061 in no and execute
    3.select the message no and click on where used list (ctrlshiftF3)
    4.select the box programming and deselect all others
    5. Then a list of programs where this error message is used will appear
    6.Double click description on the right side of your screen
    7.Here you can see the codings written for this message 061 which can be changed to warning to error
    Note
    The best way to do it is with ABAPer only
    Not recommended to change the standard settings
    Regards
    Raja

  • New Message type for Sales orders

    Hi,
    We have the message type is ORDSRP(ORDERS05) and Function module IDOC_OUTPUT_ORDRSP for the sales orders.
    We have lot of custom fields to be added to the IDoc.
    Can any one suggst if it is better extending the current message of create a new one.
    Thanks.
    Rohita.

    Hi Rohita,
    Instead of changing the standard domain, You have to make the changes in the User Exit.
    Say Qualifier 001,002,003 were already there in the domain.
    001--Purchase Date
    002--Delivery Date
    003--Ordered Date
    In the user exit u have to just add the segment and the qualifier without making any changes to the Standard Domain.
    These Qualifiers are just like other variables and u can add whatever values to them that u want..
    You can add Qualifier 004 for Trnasportation Date or Goods issue date and have to communicate the MiddleWare informing that date with this Qualifier will be Transportation Date and they will do the mapping to the corresponding field in other syste.
    You can have as many message types as u want for the same IDoc type. There is no harm in having multiple message type. And u dont need to change the standard domain. It can be done without changing the domain.
    If u analyse the FM closely u will realise that they have done coding for those values in the domain.
    So instead of adding it to domain u just have to do the coding for this new qualifier.
    Revert back if u need any help on it.
    Thanks...
    Message was edited by:
            Utsah Garg

  • Copy Control for Sales Order

    If you want to copy one particular pricing type (say "H") to a limited number of sales order (say 10). How would you do it without letting it take effect on all the other sales orders ?
    Let me rephrase the question.
    In the copy control settings, there is a pricing type that you can define for Sales Document to Sales Document at the Item Category Level.
    Originally it would be at "A".
    So now you want to change the pricing type for 10 sales orders previously created without affecting any other. How would you do that?
    Thanks

    Hi Noel,
    You can control through copy control settings for the future documents not for the already created document.
    And you also mentioned that the specific pricing type only for ten orders that you can do it manually,you put the pricing type what you want in the copy control settings then create 10 sales orders then change that pricing type to standard one then it will continue the stanadrd process
    I hope it will help you
    Rwegards,
    Murali.

  • ALE-IDoc : Outbound message control for MIRO,IDoc message type for INVOIC

    Dear Experts,
                        I am using the IDoc message type INVOIC. For that i have created the new output type. Then i assinged the the Program RSNASTED and form routine ALE_PROCESSING.
                        But when i am saving the transaction in MIRO i am getting the Update Error like VN 056: Processing log for program RSNASTED
                        Please help me to rectify this problem

    Hi Dharmendiran,
    We also have the same requirement to send status acconf messages on Inbound INVOIC idoc posting..
    Can you let me know how you went about creating new output type..did you mean new output type in NACE for application MR?
    Thanks.

  • How to look for sales order number if I know outbound delivery number?

    How to look for sales order number if I know outbound delivery number?

    Hi ,
        If you want to see the Sales order Number from Outbound delivery or invoice,go to their respective T-codes,say for example,
    for delivery,Goto Tcode: VL02N / VL03N.There you will find Document Flow Icon,click on that,or press F7.
    You will get a window,there you can see the Sales order Number before your outbound delivery Number
    With Thanks and Regards,
    Priya

  • Outbound IDOC BW to R/3 for sales order information

    Hello everybody,
    is there someone, who has any experience with transferring data (sales order data) <b>from BW to R/3</b> via IDOC.
    The customer has already implemented an EDI interface for R/3 via IDOC for generating sales orders. This IDOC interface should be used also for transferring BW data to R/3. So BAPI and flatfile interface BW-R/3 is not favored!
    Is there any good documentation how to proceed which can be provided to me?
    In particular i am interested how to create a function module to fill an IDOC structure from a standard data base table in BW (ODS table), how to create new message types etc.
    Thanks in advance
    Gunnar

    Is it possible in general?
    Yes, theoretically at least.
    You do not have SAP standard IDOCs (ORDERS*) for Sales Orders, neither is the functions or message types etc available on BW system. This would mean you will have to create custom idocs/message-type/process-code and configuration setup. In addition, if you are going to read data from a cube (to create the orders), it is going to be a slow and painful work.
    Another option, if you do have to create sales order IDOCs, would be to extract order data from BW to a , say Infospoke file, on BW. You can process this file in R/3 system to create/post a sales order idoc. This would help as the necessary components (eg sales order IDOC) are available there already. If you need help on that (creating sales order IDOC or BAPI posting, from a file), ABAP forum would be more helpful.

  • Add segment to outbound Idoc for Sales order

    HI experts,
    I need to add segment E1EDP02 under Existing segment E1EDP01 for outbound IDOC for Sales order. FM" IDOC_OUTPUT_ORDRSP".
    I have used the Exit : "EXIT_SAPLVEDC_003" for the FM "IDOC_OUTPUT_ORDRSP"  in the include of the Exit   i wrote my code also for adding segment and activate it.
    But when i am trying to debug the code it's not working
    So please guide me how to debug it
    I have followed below steps to Debug.
    1. In VA02 i have repeat the output.
    2. Put the breakpoint in the Exit include program .
    3. put the Breakpoint in ALE processing Routine in RSNASTED program also
    4. Trigger the program RSNAST00 by giving the  Parameter value of SALES ORDER number and execute.
    But not working
    And i need to know whether i have used the Correct EXIT or not.In that case how to identify the correct exit's
    Thanks In advance

    Hi,
    I hope you have to add your segments through WE30 first for your IDOC type.
    Cheers,
    Raja.D

  • Customer partner block for Sales order message error

    HI Friends,
    I am trying to get error message while creating Sales order, for a Partner (ZA) who is blocked in XD05.
    I did blocking reasons and assigned it to Sales order type, but while creating sales order i am getting pop up of all ZA partners assigned in Customer master, but while selecting one of blocked customer system doesn't gives any message and allowes me to save the order.
    How to get any message or error please suggest.
    Regards,
    Anil Agrawal

    Hi Friends,
    If i am doing same customisation for (SH) Ship tp party it is working but if for any ZA partner it is not can anyone suggest how to do it for ZA also.
    Regards,
    Anil Agrawal

  • How to write a requirement for sales order outbound iDOC

    i need to write the requirement for sales order IDOC
    Please help

    Hi
    From the sales order screen itself you can create the delivery from the menu
    Sales order -> deliver/y
    or from VL01N , enter shipping point and Order number, create and save
    Reward points if useful
    Regards
    Anji

  • IDOC outbound for sales orders

    Hi developers,
    you can help with the name and the transaction where I can try the standard IDOC for sales orders?
    Thanks
    Domenico

    Domenico,
    WEDI is an area menu where you can find all the transactions regarding IDOCS.
    HOwever, If you trying to see the structure of a standard IDOC for sales order, you can go to WE30 and type the IDOC type(ORDERS01) and it should show you the structure of the same.
    Let me know if you have more questions.
    regards,
    Ravi
    Note : Please reward points if this helps you.

Maybe you are looking for

  • Not getting the records from Access database

    Hi All, Iam creating a universe based on Access database. I am able to view the data from all the tables except one table. When i try to view the data there is one error message "Syntax error in from clause, State: 37000". Everything is ok at databas

  • How do I go frame to frame after a few seconds?

    Hello, I'm new here so forgive any mistakes or lack of knowledge. (Brief history: I have programmed in Pascal before, currently learning Java and Flash) So my question is i want to be able to move from frame to frame after X amount of seconds. I have

  • How can I get my iPhone 4 repaired while away from home?

    I will be working in Manila in the Philippines for the next few months. My iPhone 4 has developed a hardware fault and needs to be repaired. It is out of warranty, but I am willing to pay for the cost of the repair myself. The Apple Authorized Servic

  • Testing Bluetooth connection between iPhone and MaxBook pro

    Hi everyone: I'm testing the GKTank sample from the SDK for the purpose of learning how the Bluetooth connection can work between two iPhone/iPad devices. I do not have the second iPhone to test it with so at the moment all I have is my iPhone 4 and

  • How to attach Item LOV to new Customized form.

    Is it possible to attach Item Lov to new customized form in EBS12.04. For example I have created new form and i want to attach LOV of Item like in Requisition Form a LOV attached with Item Text Box.