Alternative data structure models
There are two basic different data structure models with a number of variants
- storage of all map elements in a “combined” structure with multiple attributes associated
- storage of different map elements associated with different themes
Understand more about working with Alternative Data Model Structures (477) .
If you like this post, you may as well like these too:
- A Non-Technical Alternative to LSMW The Legacy System Migration Workbench (LSMW) is a technical tool provided by SAP to help with the data migrations during initial implementations. It is also used by some SAP customers...
- ABAP Programs: Using an alternative work area REPORT ZSOURCE1102.* Work area for a database tableTABLES CUSTOMERS.* alternative work areaDATA MY_CUSTOMER LIKE CUSTOMERS.* Reading all entries of the database tableSELECT * FROM CUSTOMERS INTO MY_CUSTOMER. WRITE: / MY_CUSTOMER-NAME.ENDSELECT....
- Difference between Master Data, Transaction Data and Customizing Data Customizing Data refers to the customized information for a particular Client. This includes data such as payment terms, discounts, pricing, tolerance limits, etc., which you do not normally change on...



















Leave a Reply