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

Capture data from transaction O4F2

Karan_Chopra_
Active Participant
0 Likes
796

I have a requirement as below

There is transaction O4F2 to change bulk schedule and afer entering some data in that and finally modifying it will transmit all the data (Nearly 20 fields) to ABAP program and update in some ztable.

please let me know how to capture that data from that transaction

I have a requirement as below

There is transaction O4F2 to change bulk schedule and afer entering some data in that and finally modifying it will transmit all the data (Nearly 20 fields) to ABAP program and update in some ztable.

please let me know how to capture that data from that transaction

1 REPLY 1
Read only

Former Member
0 Likes
644

HI

Find some userexit or badi..w.r.t. to transaction code and then update 'Z' table.

Put a break-point in class CL_EXITHANDLER, run the transaction code , check for any BADI or userexit is available.