‎2010 Feb 05 2:16 PM
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.
‎2010 Feb 05 2:50 PM
Hi,
If you know the output type, you can find the Script name using T-Code NACE.
‎2010 Feb 05 3:06 PM
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.
‎2010 Feb 05 3:18 PM
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
‎2010 Feb 05 10:53 PM
check the table TNAPR-FONAM with the print program name or condition type(kschl)