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???
Answers were Sorted based on User's Feedback
Answer / ranjana sharma, toronto
Yes, APPL0 is the technical settings for Master Table which
changes seldom whereas APPL1 is for Transaction Table
which changes frequently. We should save the data of the
database table on its appropriate disk space otherwise will
create disk space problem, fatal disk problem etc.
Is This Answer Correct ? | 29 Yes | 1 No |
Answer / 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 |
Answer / amit bhatia
APPL0 : Master data: like materials created and stored in MARA, this is master data, master data is not deleted it is only archived.
APPL1: transactional data which is changed frequently and might be deleted as well.
so if we use appl0 instead of appl1 then it will wastage of disk space..
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the advantages of different types of bdc's?
tcode to find applicatin server directories?
What is the difference between Customizing Data, Master Data and Transactional data?
Differentiate database index and match code.
How to put a TableControl in a Screen of Modulepool Programming?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Explain the call transaction method? : abap bdc
What are the system table used in abap?
How to select valid lines for secondary list?
A database table contains 3 fields(Student_no,Section,Total_marks).I want retrieve top 10 students from each section.Note:(Section contains data like A,B,C.Each section contains more than 10 students).
what is the role of extended syntax check in performance tuning?
What are the output type and Tcodes?