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

Get sapscript name

Former Member
0 Likes
499

Hello,

I am running a Sapscript and it is defined in SPRO. I am using a Z table to get the company logos, and in that table the sapscript name is defined as key.

Is there any way, to get the sapscrip name?

Thanks in advance.

4 REPLIES 4
Read only

Former Member
0 Likes
470

Hi,

If you know the output type, you can find the Script name using T-Code NACE.

Read only

Former Member
0 Likes
470

Could you please be more clear to your requirement?

I am using a Z table to get the company logos, and in that table the sapscript name is defined as key.

Is there any way, to get the sapscrip name?

Hope you can get all the entries and find the table name...

NACE is a good option otherwise.

John.

Read only

0 Likes
470

I am using this code:


/:	 	DEFINE &SEQ& = 1
/:	 	PERFORM GET_LOGO IN PROGRAM ZFIFRM_SAPSCRIPT
/:	 	  USING &T001-BUKRS&
/:	 	  USING &SEQ&
/*	 	  USING &FORM_NAME&
/:	 	  CHANGING &LOGO&
/:	 	ENDPERFORM

The perform will retrieve my logo. My table has two entries(two logos), depending on the company name, for the same sapscript. So in order to get the correct logo I need to send the sapscript name with the company name.

I will check NACE but if you have any other suggestions please help me.

Thank you

Read only

0 Likes
470

check the table TNAPR-FONAM with the print program name or condition type(kschl)