Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

function for insert in NAST table

former_member582701
Contributor
0 Kudos
1,635

Hello!

I need insert an order into the table NAST. Do you know the function for that?

Thx in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos
496

Hi,

The FM is NAST_PROTOCOL_UPDATE

Regards,

Himanshu

3 REPLIES 3

Former Member
0 Kudos
497

Hi,

The FM is NAST_PROTOCOL_UPDATE

Regards,

Himanshu

Former Member
0 Kudos
496

Hi,

When ever some Output type (message Type) is processed from a document an entry will be created in this table. example PO and SO.

when we define the Output type, Medium, Vendor, and Lang in the PO messages then that record will be created in this.

so like that from the corresponding documnet you can create an entry in to this table.

reward if useful

regards,

Anji

former_member582701
Contributor
0 Kudos
496

Better tell you the problem:

When i create an send a delivering I need create too an order with same data.

I already have the user exit where i need write the code (include MV50AFZ1 in user exit userexit_save_document). Now, in this user exit i must create an order appending in NAST table and launch RSNAST00.

Do u have any idea?