2007 Jul 11 9:32 AM
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..:)
2007 Jul 11 1:14 PM
IF &SAPSCRIPT-SUBRC& = ' 4'
There must be SPACE between ' and 4: -
> ' 4'
IF &SAPSCRIPT-SUBRC& = ' 4'
There must be SPACE between ' and 4: -
> ' 4'
2007 Jul 11 1:14 PM
IF &SAPSCRIPT-SUBRC& = ' 4'
There must be SPACE between ' and 4: -
> ' 4'
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |