Application Development 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: 

HELP: How to find a ABAP program?

Former Member
0 Kudos

<b>Hello all experts!</b>

I have to find A ABAP program that is running a sap Script.

I do now the name of the sapsqript but cant find the Abap program that is running the sap script.

The name of the sap sqript is: SD_EXPAIV

Thanks if you can help me.

Salam

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try to check in table TNAPR. Here give the form name and it will list all the print programs if at all this form is configured in NACE.

Thanks and Regards,

Bharat Kumar Reddy.V

7 REPLIES 7

Former Member
0 Kudos

Hi,

Try to check in table TNAPR. Here give the form name and it will list all the print programs if at all this form is configured in NACE.

Thanks and Regards,

Bharat Kumar Reddy.V

Former Member
0 Kudos

check program <b>RVEXPAIV</b>.

regards

prabhu

Former Member
0 Kudos

Hi Salam,

Check in TNAPR table using the FOName as ur script name. ie SD_EXPAIV. And PGNAM will be your ABAP print Program.

ALL the BEst.

Former Member
0 Kudos

Tyr these.

1. Goto SE71 -> Display -> Form -> Check -> Texts(check all box - U'll get the name of the Print program

2. Check in table TNAPR by input as Form name.

Former Member
0 Kudos

hi salam,

check the Table <b>TNAPR</b>

enter ur form name and execute..

if u have a customized script then check the table TTXFP.

hope this helps,

do reward if it helps,

priya.

sridhar_k1
Active Contributor
0 Kudos

Look for program name begining with RVEXP*, they are country dependant and all use sapscript SD_EXPAIV.

Regards

Sridhar

Former Member
0 Kudos

Hi salam,

There are 3 methods .

1) Go to table TNAPR give the forname you will get the driver program.

2) open the script and follow the path:

FORM->CHECK->TEXTS and then a diaglog window comes just press enter you see a table which shows the list of driver programs using the script.

3) using NACE you need know the application area of the script like sales or shippind etc.. and u need to know the output type also.procedure below.

Go to NACE.

select the application.

press output types on application tool bar.

select the output type.

double click on processing routines folder

you will see the programs and sap scripts configured

regards,

keerthi.