cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Form output can be editable?

Former Member
0 Kudos

Hi Techies,

I am working on smartforms, my Client need the form output can be editable.. Is it possible? If possible please give me guidance on this issue.

Thanks n Regards,

Muralikrishna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi!

Well, it can be edited only through SMARTFORMS transaction.

After the printout, it's just a picture on your screen or on a paper.

So it can be edited maybe with a Photoshop or similar program, or if it is printed out, with a pencil or pen...

Regards

Tamá

Former Member
0 Kudos

Hi Tamas,

Thank you for giving reply.. My client need the some changes when he need the print out of the form output. Is it possible?

Thanks n Regards,

Muralikrishna

Former Member
0 Kudos

Hi!

Well, it just came into my mind, that if you include a SO10 text object into your SMARTFORM, it can be edited by the customers as well, before the printout even in the productive systems.

You might try it out.

Regards

Tamá

Former Member
0 Kudos

Hi Tamas,

I have the long text in Purchase Order. I am developing form for PO, in PO some text is static and some text is pick from Data base. So could you please give me how to Include the Text in SO10

Thanks n Regards,

Muralikrishna

Former Member
0 Kudos

Hi muralipsharma ,

It's impossible to edit field in smartforms when it prints out.

To include a standard text from SO10, you have to change your text node type (text type) to Include Text then provide:

Text Name

Text Object

Text ID

Language

Regards,

Former Member
0 Kudos

Hi Thien,

Thank you for reply. But, I have the doubt that when i use Include text it will works for all PO's ? I have the long text mean 25 lines for Terms & Conditions. In this 15 lines are static and remaining texts are pick from database. So How can I do this?

Please light me on this issue

Thanks n Regards,

Muralikrishna

Former Member
0 Kudos

hi,

include text object

it wil work for all POS

Give the text wht ever u want to print in output...

Let me know if u have any concernss....

Regards,

Lokesh..

Former Member
0 Kudos

If you want to print header text of PO you use text node with text type Inlcude text then provide parameter as follow:

Text Object EKKO

Text Name PO num

Text ID you can use F4 help in smartforms for relevant ID

Language Key EN

YOu can also use FM reAD_TEXT to read out header text but remember to concatenate string if you have many lines.

Regards,

Former Member
0 Kudos

Hi Lokeswara,

In include text, it will ask the Text Name. Here i can poss PO no. This PO no is static or dynamic? If it is static it will works for that particular PO. I am little bit confusing the parameters to pass. So, How can i pass Dynamic PO's to the Text Name? so please light me.

Thanks n Regards,

Muralikrishna

Former Member
0 Kudos

Hi Thien,

You have given like Text Name is PO num. Here I am getting confuse. This PO is static or it is from itab? can you please light me on this.

Thanks n Regards,

Muralikrishna

Edited by: muralipsharma on Oct 1, 2010 11:01 PM

Former Member
0 Kudos

Hi Murali,

u can pass the variable that is having the PO number...

Suppose wa_ekpo is having the ur po related data

In this structure wa_ekpo-ebeln is contains the u r PO number

Just pass this variable to text name of the include text ...(Ex: in text name give like this &wa_ekpo-ebeln& )

Let me know if u have any concerns......

Regards,

Lokesh

Former Member
0 Kudos

Hi Lokeswara,

when i execute the tcode SO10 it will ask Text Name here what I have passed WA_EKKO-ebeln. but it is throwing the error like

Include Text 1100000044 does not exist (Object EKKO, ID FO1). What could be the reason?

Thanks n Regards,

Muralikrishna

Edited by: muralipsharma on Oct 4, 2010 5:47 PM

Former Member
0 Kudos

Hi ,

Use && Like &wa_ekpo-ebeln&

Let me confirm one thing ur using the header text or item text going to be print .

IF it is item text textname is the combination of pono & item number

And also check the check box dont show error if text does not exist ....

Let me know if u have any concerns.....

Regards,

Lokesh

Former Member
0 Kudos

Hi Lokeswara,

I did what you said, but still i am getting the same problem. I am using the Header Text only...

I have to create the Text Name in so10 by passing &WA_EKKO-EBELN&?

Thanks n Regards,

Muralikrishna

Edited by: muralipsharma on Oct 4, 2010 7:07 PM

Former Member
0 Kudos

Hi,

Solved

Thanks n Regards,

Muralikrishna

Answers (0)