on ‎2010 Oct 13 11:06 AM
Hi all
I have to convert a sapscript in an adobe form.
In this sapsript there is an include text with dinamic fields.
example :
INCLUDE &T166K-TXNAM& OBJECT &T166K-TDOBJECT& ID &T166K-TDID& LANGUAGE &EKKO-SPRAS& PARAGRAPH NR
Moreover these texts have different pragraph formats in them (there is not only one style)
How can i convert it in adobe forrm logic?
Thanks and regards
Umberto
Request clarification before answering.
You can create a standard text node in the adobe form context. OR you can of course do this in your abap code. Otto
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK so far so good. Creating the text in Context and Changed the Text Type to include text.Lifecycle designer does not allow any fields from context if they are in a table line.
We pass all needed texts (ID, name, object, language) together with other relevant data in the interface, drag them into context. How to create a text node inside internal table?
Regards Clemens
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI,
Populate the Text Name ,ID and Objects in Interface into global variables.
Create a text in Context and Change the Text Type to include text.
Specify the Text Name ,ID , Object and Language.
Select No error if text not available Check box.
Provide the other details also if you have.
Drag this Text in the Lay out.
Text will Display as same as in SO10.
Thanks
UmaS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.