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

Adding a Record to a NAST Table

Former Member
0 Likes
1,825

Hi,

I am working on an SAPConsole program that allows users to scan in RA numbers, then batch print Returns Authorizations.

So, basically I want to replicate the print capability in VA02.

Based on my studies, it looks like the easiest approach is to add a new record to the NAST table, then process it using RSNAST00.

My question is: Is there a function module to simplify adding this record or do I need to add the record directly to the table?

Thanks in advance for any help you could provide. I will award points.

Best Regards,

Brett

Hi,

I am working on an SAPConsole program that allows users to scan in RA numbers, then batch print Returns Authorizations.

So, basically I want to replicate the print capability in VA02.

Based on my studies, it looks like the easiest approach is to add a new record to the NAST table, then process it using RSNAST00.

My question is: Is there a function module to simplify adding this record or do I need to add the record directly to the table?

Thanks in advance for any help you could provide. I will award points.

Best Regards,

Brett

1 REPLY 1
Read only

Former Member
0 Likes
928

Hi ,

Try with NAST_CREATE_MESSAGE_OBJECT.

Regards,

Raghav