cancel
Showing results for 
Search instead for 
Did you mean: 

sap smart forms

Former Member
0 Kudos

Hello Experts

I m developing a smart form for payment advice but i m not clear that how to pass variable in form interface and global definition because my functional consultant give me around 5 table from where he need data. I am new in abap.

I worked on only simple smart from where we pass the field name in form interface and global definition when we are using a single table. if there is any document thn pls provide me.

please help me.

Thanks and regard

bipin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Bipin,

If you want create internal table in smartforms first you have to structure in global defination-> Types. then in global definal -> global data. First field Variable name - write your internal table in second field type table of and last field structure name.

for ex:-

IT_KNA1    TYPE TABLE OF    TY_KNA1.

same create work area like :-

WA_KNA1    TYPE    TY_KNA1.

Regards,

Rakesh Pampaniya

Former Member
0 Kudos

Dear Bipin,

Problem is solved ?

regards,

Rakesh

Former Member
0 Kudos

Hi Pampaniya

thanks for reply...

I am trying this i will revert back to u soon..

Thanks and Regard

Bipin shukla

Former Member
0 Kudos

Dear Rakesh Hi

Can you tell what i have to define in Form interface part.

Thanks and regard

Bipin

Former Member
0 Kudos

Dear Bipin,

     Please Refer This link. :-1.  http://help.sap.com/saphelp_nw70/helpdata/en/da/8fcc44d98b4e8bac6f102aa1fc69cc/content.htm.

2. http://help.sap.com/saphelp_46c/helpdata/en/1c/f40c58ddf311d3b574006094192fe3/content.htm

Mostly Define Data in Import. Define data in import tab you want pass data in SF.

Eg.

INVOICE_no   TYPE    LBBIL_INVOICE.

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

You could start with Passing Data to the Form in Using Parameters in a Form of Smart Forms online documentation.

Regards,

Raymond