Application Development 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: 

Migration

Former Member
0 Kudos

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

Former Member
0 Kudos

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

former_member181995
Active Contributor
0 Kudos

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]

Former Member
0 Kudos

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.