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

Sap Script INCLUDE?

Former Member
0 Likes
341

Hi,

How to check if Sap Script INCLUDE is not empty?


INCLUDE &VBDPA-TDNAME& OBJECT VBBP ID Z003 LANGUAGE &NAST-SPRAS& PARAGRAPH LL 

If include is empty then LANGUAGE has to be E (English).

How to achieve this?

Adibo..:)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
305

IF &SAPSCRIPT-SUBRC& = ' 4'

There must be SPACE between ' and 4: -


> ' 4'

1 REPLY 1
Read only

Former Member
0 Likes
306

IF &SAPSCRIPT-SUBRC& = ' 4'

There must be SPACE between ' and 4: -


> ' 4'