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
What is the table buffer? Which type of tables used this buffer?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
Difference between .Include and .append?
How do you convert non-char field into char type fields ?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
What is the significance of delivery class?
What is smart forms? : abap hr
How to create report in SD open sales order which covers all Organization, delivery status, shipping details and partner function details. plz mention the detail coding Tahnks, Rahul
What are the properties of selection screen?
What happens if a function module runs in an update task? : abap modularization
What are the disadvantages of logical databases?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What is a transport?
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
What is meant by performance analysis? Have done anything to improve the performance?