• Embed Doc
  • Readcast
  • Collections
  • 2
    CommentGo Back
Download
 
Nested tables in SAP Adobe Forms
 
For more tips, tutorials, Interview questions, certification questions, please visit
SAPTechnical.com
 
SAP Adobe FormsNested tables in Adobe Forms
From
 
Nested tables in SAP Adobe Forms
 
For more tips, tutorials, Interview questions, certification questions, please visit
SAPTechnical.com
 
Nested tables in Adobe Forms
This Tutorial demonstrates on using Nested Tables in Adobe Forms.
Step1:
Go to SFP transaction and create interface for the Adobe form.
Note:
Maintain Interface type
ABAP-Dictionary Based interface.
(IN ECC6.0Version)
Step 2:
Create Global Types as shown below by clicking on Types, here we are creating aNested Table type which consists of 2 Individual fields (carrid, carrname) and an InternalTable(spfli).
 
Nested tables in SAP Adobe Forms
 
For more tips, tutorials, Interview questions, certification questions, please visit
SAPTechnical.com
 
Step 3:
Create Global Work Areas and Internal Tables as shown below.
WA_SCARR TYPE SCARRIT_SCARR TYPE SCARR_TABWA_SPFLI TYPE SPFLIIT_SPFLI TYPE SPFLI_TABWA_FLIGHT TYPE TYPE_FLIGHTIT_FLIGHT TYPE TABLE_TYPE_FLIGHT
Step 4:
Code for fetching the data is written in the code initialization part of interface.In code initialization the variables whose values are being passed to the code to fetch thedetails of the output should be declared in the Input parameters and the variables to whichthe results are assigned needs to be declared in the Output parameters.Input Parameters:
WA_SCARRIT_SCARRWA_SPFLIIT_SPFLIWA_FLIGHT
Output Parameters:
of 00

Leave a Comment

You must be to leave a comment.
Submit
Characters: ...

Great tutorial mate. Here's the video tutorial for those who prefer video over text like me - http://bit.ly/cXQPGN

You must be to leave a comment.
Submit
Characters: ...