2013 Dec 03 12:55 PM
Hi,
i use this
INCLUDE &VBDPA-TDNAME& OBJECT VBBP ID ZALP PARAGRAPH IX in an sapscript-Form
and the Output is (today OK):
Special Remark for this Materialnumber
Please note
Now i will Change the Output to this:
Remark: Special Remark for this Materialnumber
Please note
Is this possible, and how can i do this?
Regards Dieter
2013 Dec 03 1:26 PM
Hi Dieter,
So your challenge is essentially to prefix the first line of the standard text with the words "Remark:".
You can't combine the text and the command on a single line (the editor forces tham onto seperate lines) as the tags are different;
* Remark:
/: INCLUDE &VBDPA-TDNAME&
It could have a bigger impact on the form, but defining the "Remark:" in a seperate window may be the only way to go and move the window containing the include text over to the right.
Regards,
Nick
Nick has rightly pointed out that we can't combine a static text and a long text which is read through VBDPA-TDNAME since it is written in the command line /:
The solution would to be change the driver program (if it was a custom program) to call the FM CALL FUNCTION 'READ_TEXT' and get the text inside VBDPA-TDNAME and call the text through a new element and print it using <IX>LV_TDNAME</>
2013 Dec 03 1:05 PM
2013 Dec 03 1:10 PM
Hi Deependra,
this is not a SO10-Text.
The user inserts tthe text ZALP direkt in an saleorder,
and this text Shell be includes in the Sapcript-Form
in the new layout as i have mentioned.
Regards, Dieter
2013 Dec 03 1:26 PM
Hi Dieter,
So your challenge is essentially to prefix the first line of the standard text with the words "Remark:".
You can't combine the text and the command on a single line (the editor forces tham onto seperate lines) as the tags are different;
* Remark:
/: INCLUDE &VBDPA-TDNAME&
It could have a bigger impact on the form, but defining the "Remark:" in a seperate window may be the only way to go and move the window containing the include text over to the right.
Regards,
Nick
2013 Dec 03 2:17 PM
Hi Nick,
i feared it, so i will. I will do it like you has mentioned:
* Remark:
/: INCLUDE &VBDPA-TDNAME&
Thanks
Regards, Dieter
2013 Dec 03 1:48 PM
Nick has rightly pointed out that we can't combine a static text and a long text which is read through VBDPA-TDNAME since it is written in the command line /:
The solution would to be change the driver program (if it was a custom program) to call the FM CALL FUNCTION 'READ_TEXT' and get the text inside VBDPA-TDNAME and call the text through a new element and print it using <IX>LV_TDNAME</>
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |