Ads

Step by Step Tutorial on Creating Structure in SAP ABAP

Step by Step Tutorial on Creating Structure in SAP ABAP


 Structure is a data object that is made up of components of any data type stored one after the other in the memory.

Structure in SAP ABAP
Structures are useful for painting screen fields, and for manipulating data that has a consistent format defined by a discrete number of fields.

A structure may have only a single record at run-time, but a table can have many records.



steps to create structure through data dictionary SE11.

Go to SE11 and select radio button Data Type


Step by Step Tutorial on Creating Structure in SAP ABAP

Select the Structure Radio Button from Pop up screen.
Step by Step Tutorial on Creating Structure in SAP ABAP


Now define the component(field) and component type (Data Element ) like in the Table One by one Fields.




After creating Structure Components ,Save it local Object

Step by Step Tutorial on Creating Structure in SAP ABAP



Save it as a Local Object .


Step by Step Tutorial on Creating Structure in SAP ABAP


And Click on Activate Button.

Step by Step Tutorial on Creating Structure in SAP ABAP


At Last ,We have successfully created structure.

Comments

Popular posts from this blog

BADI Interview Questions in SAP ABAP

Sample SAP ABAP Programming Examples for Practice

Module Pool Programming Interview Questions and Answers in SAP ABAP

Step by Step tutorial on BDC Session Method Program in SAP ABAP

SAP ABAP Interview Questions and Answers for 10 Years Experienced