‎2009 Apr 08 9:10 AM
Hi,
I am using GN_DELIVERY_CREATE to create a delivery. This works fine except for one thing.
Some customers are 'One-time' customers so we would like to introduce a ship-to address in the FM that would be entered in the delivery. There is a dummy customer maintained to allow delivery creation but the address data should be ignored.
I have added the data in the FM tables XKOMDLGN and IT_GN_PARTNER but it seems to be ignored as it takes the data from the master data in KNA1.
Anyone know how to update the ship-to address in the FM?
Thanks.
‎2009 Apr 08 11:04 AM
I guess u need to pass data to table :- BAPIADDR1 of the FM.
‎2009 Apr 08 11:04 AM
I guess u need to pass data to table :- BAPIADDR1 of the FM.
‎2009 Apr 08 11:12 AM
Hi,
thanks for the reply, but I'm not sure I understand. There is no reference to the structure bapiaddr1 in the FM. Could you expand what you mean?
thanks.
‎2009 Apr 08 11:14 AM
there is a table parameter IT_BAPIADDR1 of BAPIADDR1 structure type try using this.
‎2009 Apr 08 11:19 AM
ahh, now I see. You are on ECC. The system I am working on is 4.6C.
The table paramater IT_BAPIADDR1 does not exist in 4.6C. This is what I have available:
XKOMDLGN
XVBFS
XVBLS
XXLIPS
XVERKO
XVERPO
IT_GN_PARTNER
IT_GN_LIPSPO
IT_GN_LIPSRF
IT_GN_TEXTH
IT_GN_TEXTL
IT_GN_HUSERNR
IT_GN_SERNR
‎2009 May 11 10:14 AM
Hi,
I was away from this for a while - back to it now.
Anyone know how to update the ship-to address data in a delivery using the FM 'GN_DELIVERY_CREATE'?
thanks.
‎2009 May 11 10:35 AM
In ur IT_GN_PARTNER table parameter u have ADRNR and other address related fields , fill them and see for ship to address.
‎2009 Oct 15 12:50 AM
Hi
krockroc with this GN_DELIVERY_CREATE MF, if pudistes create an inbound delivery (ASN) as making sap in tx VL31N. Because I have a need equal, I would spend an example of this function.
Thank you.
‎2009 Oct 15 12:50 AM
Hi
krockroc with this GN_DELIVERY_CREATE MF, if pudistes create an inbound delivery (ASN) as making sap in tx VL31N. Because I have a need equal, I would spend an example of this function.
Thank you.