cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms

Former Member
0 Kudos

i am customizing one standard smartforms name is rlb_invoice.

here i have to add somr more windows. windows i can add but where should i do the changes to get the value in additional window.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

done

Former Member
0 Kudos

Show the additional windows in the area you want it to be displayed. You can write program lines node in your custom smartforms which you copied, don't do anything with your driver program(unless and until it is absolutely necessary to do that). under program lines just display the text. Values you are going to fetch, take help from functional consultants.

Regards,

Mallick

Former Member
0 Kudos

Hi soumya,

you can use program lines to write additional code if you required.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ccab6730-0501-0010-ee84-de050a6c...

but all the data is available in the form interface parameter->IS_BIL_INVOICE.

you will get all all the values in this paramter (IS_BIL_INVOICE ) based on document number and sales organization.

Reward points .......if useful

Former Member
0 Kudos

Hi Soumya ,

Hi Soumya First Copy Both Smartform & Driver Program

to New One & Change According To U R New Requirement

Send Me The Driver Program & SmartForm Name.

First Let Me See Your Requirement.

Thanks & Regards,

Shiva.

Former Member
0 Kudos

how ll i send without knowing mail id?/

Message was edited by:

soumya shekhar

Former Member
0 Kudos

hi soumya,

i donno wats ur requirement but i understand that u need to add an additional window to the existing form.

for this simply copy the std form to a zprogram and start changing it to ur requirement and when the program is active goto nace transaction and in output type for sales select ur order type for NEU( this is the basic requirement ,u can select ur own also) and in the smartform option add ur program name instead of std prgram name.

there is no need to change any driver program

Former Member
0 Kudos

Hi,

there will be two options for getting the values in the new windows

you can do the coding in the driver prog

and send those internal table or variabls via form interface

or else

declare the internal tables or variables in the global declaration

and then you have to do

program lines and then do the coding in that

and finally you can display them using text nodes.

thanks & regards,

Venkatesh

Former Member
0 Kudos

i don want to touch the driver program.. is it possible??? i m doing through this way.. i have defined the table in global definition, i have created template. and there i m doing coding.. then also it is not fetching the data??