Display more than one Internal Table in ALV using Object Oriented ABAP Programming
By Ashwini Thoutireddy, Phifer Wire Products Inc
Applies
to:
This
document applies to SAP ECC 6.0, SAP Net weaver 2004s.
Scenario
Displaying
more than one table in ALV grid report by splitting the custom container.
Step
by step Solution
Step
1: Creating Screen
Go to Screen painter Transaction Code SE51.
Create a screen with no 9010.
Provide description for the screen and click on the Layout Button.
Place a Custom container UI element and give name as
‘CCONTAINER’ now you will have a screen with custom container as below
screen shot. Activate the Object.
Step
2: Flow Logic
Go
to the Flow Logic Tab to write coding for PBO & PAI.
Step
3: Report
Go
to SE38 and create a program in Z name space and paste the following code
snippet.
Click here to continue...
|