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

Migration

Former Member
0 Likes
455

Hi,

I have to create a smartform based on a script( as per the requirement).

can anyone post how to deal with the perform statements and include statements in the smartform with a detailed procedure.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
430

hi,

i think there is a option to convert SAP script to smartform.

next point is you don't want call any sub prg(perform). Because you can create node for code. In SAP script, you can't write abap-coding.you can use only script command in SAP script.so we needed perform.

include is usefull to add picture/obj. you can add node in smartform for picture.

2 REPLIES 2
Read only

Former Member
0 Likes
430

Yu may Look this PDF:

[Perform in smarforms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287]

Read only

Former Member
0 Likes
431

hi,

i think there is a option to convert SAP script to smartform.

next point is you don't want call any sub prg(perform). Because you can create node for code. In SAP script, you can't write abap-coding.you can use only script command in SAP script.so we needed perform.

include is usefull to add picture/obj. you can add node in smartform for picture.