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

script

Former Member
0 Likes
588

By knowing the Driver Program can we find the Script..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
572

1.Go to SE38

2. open the driver program.

3. find call function open_form statement

4. check the Form name passed as a parametr to this FM.

4 REPLIES 4
Read only

Former Member
0 Likes
572

hi,

Yes we can ... give the driver program name in TNAPR table entries i.e, in PGNAM to find form name i.e, FONAM

Read only

0 Likes
572

Yup you can check in table TNAPR ....

Give PGNAM as the Program name and you can find the corresponding form name in FONAM.

Raghav

Read only

Former Member
0 Likes
573

1.Go to SE38

2. open the driver program.

3. find call function open_form statement

4. check the Form name passed as a parametr to this FM.

Read only

Former Member
0 Likes
572

you can find either these ways.....by table tnapr in se11 give your program name pgname and get foname...

or go to se38 give programname and search open_form in that you can see the formname or search start_form in that you can find the name of script.

reward if helpful...