‎2009 Aug 07 9:19 AM
Hi Guys,
For our scenario we have extended the custom IDOC ORDERS05 to add one custom field (ZZREF) in the header and one at the line item level (ZZLINEREF).
Same fields have been appended to VBAK (Order header) and VBAP (Line items) tables.
Now the problem is I am unable to find a standard way of populating these standard tables with the values coming in the custom fields.
I am using standard process code attached to function module IDOC_INPUT_ORDERS. this function module creates the order using call transaction method, which is creating a problem to pass on the values.
Can you please help me on this situation and provide me with the possible solutions.
Thanks
Sandeep
‎2009 Aug 07 10:10 AM
Hi Sandeep,
U can copy ur Statndard FM IDOC_INPUT_ORDERS to ZFM and assign to newprocess code.
And replace the old processcode with newprocesscode.
I hope this will resolves your problem.
Regards,
Venkat.
‎2009 Aug 07 10:10 AM
Hi Sandeep,
U can copy ur Statndard FM IDOC_INPUT_ORDERS to ZFM and assign to newprocess code.
And replace the old processcode with newprocesscode.
I hope this will resolves your problem.
Regards,
Venkat.
‎2009 Aug 07 10:12 AM
Hi Sandeep,
U can copy ur Statndard FM IDOC_INPUT_ORDERS to ZFM and ( fill those two fields ) assign to newprocess code.
And replace the old processcode with newprocesscode.
I hope this will resolves your problem.
Regards,
Venkat.
‎2009 Aug 07 10:21 AM
Hi -
As fer as I know, ORDERS is actually a BDC call. So, if possible, you can add two fields in Header and Item, in Additional Data B tab. and populate those two field through screen. I think, this will be the most easiest way to do this.
Kuntal