How to Create Structure in SAP (SE11 ABAP DATA Dictionary)


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to How to Create Structure in SAP (SE11 ABAP DATA Dictionary)

SAPTechnical.COM - Creating a structure in ABAP Dictionary
http://saptechnical.com/Tutorials/ABAP/Structure/Demo.htm

Go to transaction SE11 and select the radio button “Data type”. Enter a structure name starting with Y or Z. Press create button. A pop-up screen appears with 3 different options. Select the radio button structure. The screen will be displayed like th

Create a New ABAP Dictionary Structure | SAP
https://developers.sap.com/tutorials/abap-dev-adt-create-new-structure.html

Step 1: Create a global Data Dictionary structure Now, you will create a global Data Dictionary (“DDIC”) structure: In the toolbar, select New , then choose Other ABAP Repository Object . Done

How to create a Structure in SAP SE11? - Data Dictionary ...
https://www.sapnuts.com/courses/core-abap/data-dictionary/creatg-structure-sap.html

Structures are two types one is global structure and another one is local structure. Local structure can be created in ABAP programs and global structure can be created in the data dictionary and can be reusable in different objects. In this lesson we wil