Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add editable fields in smartforms

Former Member
0 Likes
1,776

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

9 REPLIES 9
Read only

FredericGirod
Active Contributor
0 Likes
1,222

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

Read only

Former Member
0 Likes
1,222

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.

Read only

0 Likes
1,222

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

Read only

0 Likes
1,222

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

Read only

0 Likes
1,222

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.

Read only

0 Likes
1,222

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

Read only

0 Likes
1,222

Hi,

The answer is NO.

Read only

0 Likes
1,222

Ok Phani,

Thanks in the same way.

Nuno

Read only

0 Likes
1,222

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.