‎2006 Aug 10 12:38 PM
Hello All,
Please let me know the below script command how to make and how to debug this command.
Below text in the Standard text.
e.g. /: SIP_TABLE STAB_01
Thanks in advance.
Regards
Vikas
‎2006 Aug 10 12:44 PM
Looks like this is a text element in SAP script and if so it will be called using WRITE_FORM from print program.
You could activate the SAP Script debugging from SE71==> Utilities==>Activate debugger.
Furter you could debug the script and reach your text elements for values.
or
Putting one breakpoint @ the write form of this element and check the values which are used in this element.
If it is a standard text you need to add prefix as INCLUDE for printing. Above mentioned debugg will take you to that standard text.
Hope this helps you.
~thomas.
Message was edited by: Thomas Mann
‎2006 Aug 10 12:48 PM
If that field is standard text-
/: INCLUDE SIP_TABLE STAB_01
or
/: INCLUDE SIP_TABLE STAB_01 OBJECT TEXT ID ST
‎2006 Aug 10 1:13 PM
Hello Norman,
It is not any include but it is a command and same as I send you.
Regards
Vikas
‎2006 Aug 10 12:55 PM
Hello Vikas,
this makes no sense for me.
'/:' in the paragraph stands for an istruction, but 'SIP_TABLE STAB_01' isn't an istruction at all.
First of all perform the sapscript check (Ctrl+F4)
‎2006 Aug 10 12:56 PM
Hi Vikas,
You missed include.
e.g. /: <b>INCLUDE</b> SIP_TABLE STAB_01
regards
vijay
‎2006 Aug 10 1:21 PM
Hi Vijay,
I did not missed the Include but it is same as I send you.
Is that possible to make our new command?
Regards
Vikas
‎2006 Aug 10 1:30 PM
Hi,
not sure ,and is that your own commands. or SAP's
Regards
vijay