‎2007 Dec 06 3:51 PM
hi experts,
i have a code where i submit to program RM06EANL to create inbound delivery of PO's.
i must store field g_id from my program to the "External Delivery ID" of the created delivery.
how can i do this? is there a call function to do this?
please help me on this.
thank you.:-)
-march-
‎2007 Dec 06 3:57 PM
Try to get the value form the Parameter id after your submit statment.
SUBMIT RM06EANL..
GET PARAMETER ID 'VL' FIELD L_VBELN.Regards,
Naimesh Patel
‎2007 Dec 06 3:57 PM
Try to get the value form the Parameter id after your submit statment.
SUBMIT RM06EANL..
GET PARAMETER ID 'VL' FIELD L_VBELN.Regards,
Naimesh Patel
‎2007 Dec 06 4:03 PM
Hi Naimesh,
i'd like to ask what the 'VL' refer to. is this the external delivery id?
thank you.
-march-
‎2007 Dec 06 4:08 PM
It's descripiton is DELIVERY NOTE.
It refers to both Inbound and outbound delivery.
Regards,
Naimesh Patel
‎2007 Dec 06 4:15 PM
Hi Naimesh,
Thanks for that information.
after get parameter, how will i change the "External Delivery ID"?
will i use a call transaction to VL32N? or is there other alternative?
thanks!
-march-
‎2007 Dec 07 9:03 AM
Hi,
how will i know the parameter ID of the other fields in the inbound delivery created so that i can pass this to the program?
thank you..:-)
-march-
‎2007 Dec 06 4:13 PM
Hi,
Check the program RM06EANL and the function module GN_DELIVERY_CREATE_FOR_DIALOG in the last line of this fm. there is a call for exporting two tables EXPIMP_TABLES_EXPORT.
Please check these tables for the field you want to import is available.?
a®