cancel
Showing results for 
Search instead for 
Did you mean: 

SMARTFORM for Carrier Instruction

Former Member
0 Kudos

Hi

I need to create a smartform for carrier instructions, this form do not have standard driver program. So i created a new zprogram, i am also calling FUNCTION SSF_FUNCTION_MODULE_NAME in my program. the fields that has to be displayed in the form are in different tables, I want help in getting the data into this function. Can anyone give me some example programs that i can look ?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

have a look at the below links, you will get an idea

http://www.erpgenie.com/abap/smartforms.htm

http://www.erpgenie.com/abap/smartforms_described.htm

Regards

Sudheer

Former Member
0 Kudos

Thanks for giving me the links,

I just wanted to know, if i have my fields in different tables then do i need to send them into a single internal table or structure and then execute this z program?

Former Member
0 Kudos

Hi

See the program demo SF_EXAMPLE*

Anyway you have to insert the right parameter in the interface of your smartform

Max