cancel
Showing results for 
Search instead for 
Did you mean: 

How to create internal table in Adobe form - SFP transaction?

Former Member
0 Kudos

How shd i create an internal table under Global data ???

Regards,

Gurmukh singh

Accepted Solutions (1)

Accepted Solutions (1)

former_member188685
Active Contributor
0 Kudos

you can create the inernal table using the table types.

assume you want to create the Inernal table of type SFLIGHT, then you can create in this way...under the global Defintions.

VARiABLE NAME Type Assignment Type name

IT_SFLIGHT TYPE SFLIGHT_TAB1

IT_VBAP TYPE VBAP_TT

you can populate these tables using the Initialization->Code Initialization.

for more details Check here..

https://www.sdn.sap.com/irj/sdn/adobe

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You have to give the name of internal table type n the table type in global definition.

http://saptechnical.com/Tutorials/AdobeForms/Table/Create1.htm

Regards,

Nisrin.