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: 
Read only

Running RSNAST00 Program

Former Member
0 Likes
3,058

Hi!

I try to run program RSNAST00 in order to create Invoice List, but do not know what should I put as Object key?

Maybe number of Idoc of existing Invoice List or number of object of existing Invoice List?

As well, what is the relation to result of Object key? I mean is it inheriting something or what?

Here are the parametres that I put:

Output application: V3

<b>Object key</b>:

Output type: ZLR0 (because EDI Invoice list)

Medium = 6

Will reward,

Mindaugas

1 ACCEPTED SOLUTION
Read only

former_member582701
Contributor
0 Likes
1,106

Hello!

RSNAST00 program process all messages that are stored in NAST table with VSTAT = 0 (not sent). You can filter what do u want to process. If you don't fill object key you will process all messages with output type ZLR0.

What is object key? For example, when you create a delivery/order in order to send through an idoc, when you save you are creating an entry into NAST table and object key is the id for this table.

Go to se11 and see NAST table for understand better.

Regards

1 REPLY 1
Read only

former_member582701
Contributor
0 Likes
1,107

Hello!

RSNAST00 program process all messages that are stored in NAST table with VSTAT = 0 (not sent). You can filter what do u want to process. If you don't fill object key you will process all messages with output type ZLR0.

What is object key? For example, when you create a delivery/order in order to send through an idoc, when you save you are creating an entry into NAST table and object key is the id for this table.

Go to se11 and see NAST table for understand better.

Regards