2006 Jul 27 11:24 AM
Hi,
I would like to display a text in a Smartforms. This text is a standard include from the QM module. The name is QM_QCERT_GENERAL_TEXT.
Inside this text, when I display the content in the transaction SO10, there is the code :
INCLUDE QM_QCERT_GENERAL_TEXT OBJECT DOKU ID TXWhen I press the preview button in SO10 I saw a text, but when I use this text in a smartform nothing append.
Do you have any idea about this problem ?
Rgd
Frédéric
Hi,
I would like to display a text in a Smartforms. This text is a standard include from the QM module. The name is QM_QCERT_GENERAL_TEXT.
Inside this text, when I display the content in the transaction SO10, there is the code :
INCLUDE QM_QCERT_GENERAL_TEXT OBJECT DOKU ID TXWhen I press the preview button in SO10 I saw a text, but when I use this text in a smartform nothing append.
Do you have any idea about this problem ?
Rgd
Frédéric
2006 Jul 27 5:55 PM
Use a text node and change the type to 'Include'. Then enter the name, id, etc.
2006 Jul 28 7:25 AM
Hi Matt,
that didn't work, I can't find any "normal" way to insert this text.
For the moment, I have created my own code like this :
* Recupère la version max de la doc.
select max( dokversion )
into w_version
from dokhl
where id eq 'TX'
and object eq 'QM_QCERT_GENERAL_TEXT'
and langu eq sy-langu.
* Recherche des textes d'en-tete du document QM.
select dokformat doktext
into table it_text_line
from doktl
where id eq 'TX'
and object eq 'QM_QCERT_GENERAL_TEXT'
and langu eq sy-langu
and dokversion eq w_version.
Rgd
Frédéric
2006 Jul 28 1:40 PM
If the text you are looking for is 'This product was produced in accordance with the guidelines ... and monitored in every manufacturing stage',
then use Text Object = Text, Text ID = ST, in your text node.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |