Application Development 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: 

Parameter ID to store OK code for call transaction

Former Member
0 Kudos

Hi All,

Does anybody know which parameter ID is used to store last OK code value for call tansaction VD02? In a customize program I use statement CALL TRANSACTION 'XD02'. Now I have to send an email notification if user click the save button and customers is chnaged successfully. In all other cases like back, exit there should not be any email notififcation. Any solution.

Regards,

Seema

2 REPLIES 2

Former Member
0 Kudos

Hi,

There is not specific parameter id to store last OK code.

But since you have a the BDCDATA internal table in the program you can get the last entry and check if it save or not and do further processing based on it.

Regards

Sudhir Alturu

Former Member
0 Kudos

Hi ,

Call transaction XD02 or VD02 is running foreground for user to enter values without using BDCDATA internal table.

Regards,

Seema