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

Regarding Save Event

Former Member
0 Likes
397

Hi All,

I am working on a report where from report i am calling IW32 Transaction, and in the IW32 transaction some changes willl be done and the order will be saved, on Save i have to trigger and Idoc that is done in the report itself after call Transaction statement.

Now my problem how could i get the info of whether the user has saved the IW32 or Cancelled, in my report.

I dont want to disturb any userexits or standard code is ther any system variable or any way to find wherther the user has saved thr order or not.

sy-ucomm doesnot work here.

Reward points are guaranteed.

Regards,

Ravi G

2 REPLIES 2
Read only

Former Member
0 Likes
379

Ravi,

To trigger an IDOC based on a particular condition in application we will use Message Control Technique.

Define that field in Condition table and that condition in access sequence.

Steps to configure Message Control are

<a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAGTFBSMC/CAGTFBSMC.pdf">Click Here.</a>

All the very best to you.

- Mohan Vamsi Krishna.

Read only

Former Member
0 Likes
379

check the value of sy-subrc after the CALL TRANSACTION....statement, it works in batch input.