Which client is called as golden cient? IS it 100, if yes why?
Answer Posted / vrushali
Golden client contains all the configuration data and master
data so some extent. All the configuration settings are done
in golden clients and then moved to other clients. Hence
this client acts as a master record for all transaction
settings, hence the name "Golden Client". It's client is 000.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
How to call transaction in session method without recording?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What are the two levels in defining a match code ?
How do you write manual bdc session method? : abap bdc
What are the main events of which are used for logical database?
What is img? : sap abap hr
how to capture the errors in bdc Call transaction method?
What are the basic functions of database utility? : abap data dictionary
How can we upload a text file having delimiters in to legacy system? : abap bdc
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
How to combine multiple order in one Delivery ( Step by Step)?
What are the two ways for restricting the value range for a domain ?
What is screen flow logic? What are the sections in it?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
How does the interection between the dynpro and the abap/4 modules takes place?