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 command

Former Member
0 Likes
652

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

7 REPLIES 7
Read only

Former Member
0 Likes
628

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

Read only

Former Member
0 Likes
628

If that field is standard text-

/: INCLUDE SIP_TABLE STAB_01

or

/: INCLUDE SIP_TABLE STAB_01 OBJECT TEXT ID ST

Read only

0 Likes
628

Hello Norman,

It is not any include but it is a command and same as I send you.

Regards

Vikas

Read only

Former Member
0 Likes
628

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)

Read only

Former Member
0 Likes
628

Hi Vikas,

You missed include.

e.g. /: <b>INCLUDE</b> SIP_TABLE STAB_01

regards

vijay

Read only

0 Likes
628

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

Read only

0 Likes
628

Hi,

not sure ,and is that your own commands. or SAP's

Regards

vijay