‎2006 Mar 15 2:28 PM
Hi,
I'm working with smartforms (CRM) and i wonder to know if its possible to create a kind of blank fields that allow the user to insert some free text right before print the form?
Thanks a lot in advance,
Nuno Moreira
‎2006 Mar 15 2:34 PM
Hi,
yep you could make a lot of things, for example, write text of the document (store in STXH, STXL), write text write with the SO10.
or write text from parameters of the screen ?
Just pass the info to the Smartforms with a table (or parameters) like the structure TLINE.
Rgd
Frédéric
‎2006 Mar 15 2:34 PM
Hi,
If you are trying to edit a smartform output,then i am afraid you cannot do that.But you can create a long text in SO10 & write what ever you want & call that in smartform.
‎2006 Mar 15 3:16 PM
Hi,
Thanks for your replies. I assume with your answer that is impossible i do what i need.
I have some templates that i need to print. I'm using smartforms for that, and i'm filling the smartforms with some data that comes from the application context. But there are 2 or 3 fields that the users need to insert manually, before print the form. Even not with smartforms, is there any way to do this in SAP?
Thanks a lot,
Nuno
‎2006 Mar 15 3:21 PM
YES !
What kind of document would you like to print ? For example if you go in VL03N, you could enter text at different level, in the ITEM in the HEADER, all this text is saved into SAP tables.
You could read this text with the function READ_TEXT.
The text will be dependent of the document and will be print if it exist.
That's not what you ask ?
Rgd
Frédéric
‎2006 Mar 15 3:30 PM
Hi,
IF you are not using any SAP standard tcode to print the templates,then you can add some input text on the selection screen & write them in the smartform.
‎2006 Mar 15 3:32 PM
Hi Frédéric,
I know i can insert different kinds of text in smartforms and i did it. But, what i want is edit some fields when i order to print the template, without go to SAP GUI and change the text.
Regards,
Nuno
‎2006 Mar 15 3:37 PM
‎2006 Mar 15 3:41 PM
‎2006 Mar 15 9:19 PM
Yes the answer is no, because samrtforms print programs are called background, even if you use some popup function module to collect the text this will not work.