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

smartforms

Former Member
0 Likes
614

Hello,

i want to display customer master details on the smartforms without using print programme,can anybody please help me on the same.

Thanks in Advance

Sri

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

Hi Sridhar,

YOu can write Code in smartform itself to fetch the data. But it will be bit performance issue.

Thats why its suggested to have a ddriver program.

Hope this helps.

Manish

6 REPLIES 6
Read only

Former Member
0 Likes
594

Hi Sridhar,

YOu can write Code in smartform itself to fetch the data. But it will be bit performance issue.

Thats why its suggested to have a ddriver program.

Hope this helps.

Manish

Read only

Former Member
0 Likes
593

hi,

u can write a subroutine in the global defination area and then call it in program lines. in this sub routine write your select statement.

hope it helps.

santhosh

Read only

Former Member
0 Likes
593

Hi

If you want to test the smartform whether it is giving correct output or not you can create test data after executing the function module, then execute the smartform, but the data will not be stored there, whenever you want to execute the form you have create test data.

Regards

Haritha.

Read only

0 Likes
593

Hi haritha,

Thanks for the answer.

But can u please tell me how to create test data.

regards,

Sri

Read only

Former Member
0 Likes
593

you can write all the code in the smartform using the code node of the smart form.

Once you have done with it you can just use the driver program for calling your smart form.

Read only

Former Member
0 Likes
593

Hi,

U can create without driver program

but u have to retrive all the data in smart form code itself.

once smart form is created ,then go to function module which will generate for the function and then execute it.

Rgds,

Sunil.K