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

NAST Update Failure

Former Member
0 Likes
2,287

on save of the sales order for an output type, I need to get all the contact person for the customer. for each contact person based on his communication preference an output record should be added into NAST.


A program is configured in NAST which will be triggered for my specific output type. Here I am trying to insert records into NAST and doing a submit RSNAST00 program. Once this is done in update mode in a new task, I am getting the error the object is blocked by my user ID.


Is there a way to release the locks? or a better approach is to find an user exit? I am not finding a place where NAST table is being filled in an user exit to insert a new output record.

Thanks,

Karthik

on save of the sales order for an output type, I need to get all the contact person for the customer. for each contact person based on his communication preference an output record should be added into NAST.


A program is configured in NAST which will be triggered for my specific output type. Here I am trying to insert records into NAST and doing a submit RSNAST00 program. Once this is done in update mode in a new task, I am getting the error the object is blocked by my user ID.


Is there a way to release the locks? or a better approach is to find an user exit? I am not finding a place where NAST table is being filled in an user exit to insert a new output record.

Thanks,

Karthik

1 REPLY 1
Read only

Former Member
0 Likes
1,034

Hi,

when you create a sales order then according to your coding it takes a output type. then this created sales order automatically stored in NAST table. if according to your coding it does not take any output type then this sales order can not insert in NAST table. you just check your output type....

Thanks

Sabyasachi