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

SAPGUI recording through an ABAP program

Former Member
0 Likes
371

Hi experts,

Can somebody explain how SAPGUI recording can be invoked through ABAP Program. Suppose if I want to record MM01 transaction I need to trigger it through an ABAP program and the recorded data should be downloaded in the form of a file.

In short, the program should work similarly as the sapgui recording.

Regards

Sandeep

Hi experts,

Can somebody explain how SAPGUI recording can be invoked through ABAP Program. Suppose if I want to record MM01 transaction I need to trigger it through an ABAP program and the recorded data should be downloaded in the form of a file.

In short, the program should work similarly as the sapgui recording.

Regards

Sandeep

1 REPLY 1
Read only

Former Member
0 Likes
345

Hi Sandeep,

ABAP Program can upload data by

+ BDC: uploading by simulate the input to SAP screens. If SAP screen are reconfigured for some reasons, BDC programs might need re-written.

+ BAPI: call BAPI* function modules. This technique solves the above issue.

Can you tell me which information you want to get? There are some work around solutions for retrieving SAP data.

Cheers