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

exporting SAP Script

Former Member
0 Likes
351

While exporting Sap script to smart form the fields which were retrieved says those fieds of scripts were hidden how to resolve this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
324

Hi,

All text elements in SAPscript form are migrated as text nodes, with same paragraph and character formats as in source form provided the assigned smart styles has those formats. The text elements appear in the same order as defined in SAPscript form.

All fields are output in the text nodes; these fields needs to be declared in the Global data or must exist in the Form Interface.

The migration process creates a form without any flow logic in Smart Forms, as in SAPscripts this logic is defined in the main program; this logic must be copied manually to Smart Forms.

Steps involved in manual post processing

1. Modify the form design i.e. define the necessary data and formats

2. Implement the SAPscript commands in equivalent nodes under Smart Forms

3. Modify the main program to enable the output of the form

4. Implement the form logic, especially the flows in main window.

• Define all variables used in the source form and that needed in the migrated form.

• Check the other fields in SAPscript form and declare the corresponding internal t

tables and field strings accordingly in the form interface of Smart Forms.

If you want some more information provide me your mail id. I will forward the document to ur mail id.

Reward points if useful.....

1 REPLY 1
Read only

Former Member
0 Likes
325

Hi,

All text elements in SAPscript form are migrated as text nodes, with same paragraph and character formats as in source form provided the assigned smart styles has those formats. The text elements appear in the same order as defined in SAPscript form.

All fields are output in the text nodes; these fields needs to be declared in the Global data or must exist in the Form Interface.

The migration process creates a form without any flow logic in Smart Forms, as in SAPscripts this logic is defined in the main program; this logic must be copied manually to Smart Forms.

Steps involved in manual post processing

1. Modify the form design i.e. define the necessary data and formats

2. Implement the SAPscript commands in equivalent nodes under Smart Forms

3. Modify the main program to enable the output of the form

4. Implement the form logic, especially the flows in main window.

• Define all variables used in the source form and that needed in the migrated form.

• Check the other fields in SAPscript form and declare the corresponding internal t

tables and field strings accordingly in the form interface of Smart Forms.

If you want some more information provide me your mail id. I will forward the document to ur mail id.

Reward points if useful.....