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

Gets the ABAP program code and save it in my notebook.

clayton_barbosa
Participant
0 Likes
1,675

Hi.

    I need a function or BAPI that gets the ABAP program code and save it in my notebook.

    I have 500 programs and I need to save them.

    May you help me?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,096

Hi Clayton,

Try using the Program rsdumpsource

SE38-> Give the object name/package/author and path

Thanks & Regards

Parin

6 REPLIES 6
Read only

Former Member
0 Likes
1,096

Hi Clayton,

Search in SCN with this Key Word "all cutom developed objects in a client system" .

Regard's

Smruti

Read only

yogendra_bhaskar
Contributor
0 Likes
1,096

Hi Clayton ,

I have attached a program code for the same ,

I suppose your requirement will be fulfilled by this one

Regards ,

Yogendra Bhaskar

Read only

wol
Active Participant
0 Likes
1,096

Hallo Clayton,

there is the not really public but working statement

READ REPORT

.

See my example how you can fetch the sourcecode:

Downloading the source is easy possible via CL_GUI_FRONTEND_SERVICES.

Does this help?

Regards

Stefan

Read only

Former Member
0 Likes
1,097

Hi Clayton,

Try using the Program rsdumpsource

SE38-> Give the object name/package/author and path

Thanks & Regards

Parin

Read only

Flavio
Active Contributor
0 Likes
1,096

Hi Clayton,

In SE38, run REPTRAN report. Insert your custom programs and save them locally.

Hope this could help.

Bye,

Flavio

Read only

Former Member
0 Likes
1,096

This message was moderated.