IF I SAVE A TRANSACTIONAL DATA TABLE IN APPL0 INSTEAD OF APPL1 DURING TECHNICAL SETTINGS OF A NEW TABLE WHTHER IT WILL CREATE ANY PROBLEM OR IT WILL WORK SMOOTHLY???
Answer Posted / pooja vaish
Saving the transaction table in appl0(master table) would give an error when the code inspection will be performed over it. Because The Code Inspector tool uses the data class as a categorization of the table with respect to it's data content. Since this influences some of the tools' check results, you should correctly maintain whether a table contains master data (data class APPL0), transactional data (APPL1), or configuration data (APPL2).
the transaction for the code inspector - SCI
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
State the differences between database view & projection view? : abap data dictionary
Did you create help views?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
java script for push button in adobe forms.
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
Can a constructor be declared private? If yes then in which scenario?
What is the use of the statement leave to list-processing?
Explain what is step-loop?
What two statements are required in an abap program to output an icon using a write statement?
what is the t-code to link technical and functional operation?
What are the 3 types of tables in sap? : abap data dictionary
How can you find the field/data underlying a transaction?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
How to eliminate duplicate entries in internal tables? : abap data dictionary