2009 Jan 05 7:22 PM
Hello all,
I've an question about the include statement in sapscript;
We have a sapscript that has the line:
INCLUDE &VBDKL-TDNAME& OBJECT VBBK ID 0001 PARAGRAPH HT
For my understanding, text can be included with the INCLUDE statement.
But VBDKL-TDNAME is a structure field, how does this work? How do I know where the value is coming from and what does VBBK mean?
Anyway, I need to use the value of this INCLUDE statement within an IF statement:
I've tried this, but it does not work:
IF(INCLUDE &VBDPL-TDNAME& OBJECT VBBP ID Z005 NE ""
Any help??
Thanks
Anne
2009 Jan 06 6:55 AM
Hi ,
You cant use if statement like this.
If you want to read the text try to fetch it form the table.
Hello all,
I've an question about the include statement in sapscript;
We have a sapscript that has the line:
INCLUDE &VBDKL-TDNAME& OBJECT VBBK ID 0001 PARAGRAPH HT
For my understanding, text can be included with the INCLUDE statement.
But VBDKL-TDNAME is a structure field, how does this work? How do I know where the value is coming from and what does VBBK mean?
Anyway, I need to use the value of this INCLUDE statement within an IF statement:
I've tried this, but it does not work:
IF(INCLUDE &VBDPL-TDNAME& OBJECT VBBP ID Z005 NE ""
Any help??
Thanks
Anne
2009 Jan 05 7:37 PM
Please check the help:
http://help.sap.com/saphelp_47x200/helpdata/EN/d1/802fd3454211d189710000e8322d00/frameset.htm
Rob
2009 Jan 06 6:55 AM
Hi ,
You cant use if statement like this.
If you want to read the text try to fetch it form the table.
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |