20) What is the difference bewtween client dependent tables
and client independent tables?
Answer Posted / jerome prakash
client dependent tables : the tables which has the fields
mandt is a client dependant. these tables details cannot be
viewed in other client.
client independant: these tables will not have the mandt
field , the details of the table can be viewed by in any
client.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we use transfer dataset to transfer data in internal table ?
When is the top-of-page event triggered? : abap data dictionary
What is the t-code to display batch input sessions? : abap bdc
In which table the material master data is stored?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What is the difference between commit-work and rollback-work tasks?
How can we handle table control in bdc? : abap bdc
Does the external program run in the same sap luw as the caller, or in a separate one?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
What are the different kinds of lock modes?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
Explain the differences between interactive and drill down reports?
How can we declare a table control in the abap/4 program?
How to call transaction in session method without recording?
how can you display data say "your name"in sap script without print program or driver program??