2010 Jun 30 11:22 PM
Dear experts,
I would like to know, as the rquirement is to generate from one message multiple line item records in the SAP for a delivery.
The outbound message will have a single line item record. The logic should enable, in the oubound message, a second line item based on a logic.
Can you tell me where one could do that and how?
Thanks
2010 Jul 01 5:11 AM
Hi,
Infact the question is not clear to me.
If you want to do some addition of segements in the outbound Idoc
Use exit CUSTOMER_FUNCTION_002(ZXTRKU02) in the FM IDOC_OUTPUT_DELVRY.
Suresh
2010 Jul 01 6:37 AM
hi,
the requirement is to insert a new line item in the delivery.
This new line item inserted should be done via an IDOC, which while entering the SAP will insert a new line item in the delivery.
The question if this line item insertion should be done through the inbound FM or via XI/PI.
In both the scenarios how will it be done is a question.
Thanks a lot
2010 Jul 01 7:04 AM
Hi,
if you are receving Inbound Idoc data through SAP XI,it will be better to add new line over there.
based the conditions provided, a new E1EDP01 segement can be generated from PI.
Regards,
Suresh
2010 Jul 01 7:18 AM
2010 Jul 01 7:54 AM
Hi,
you can call BAPI also from PI.
if your BAPI will be able add new lines then call BAPI from PI otherwise go ahead with IDoc.
Suresh
2010 Oct 07 7:06 AM