what is ECC in current version of sap r/3 ECC6.0.
what is full form of ECC6.0?
Answer Posted / suresh
Hi,
ECC means Enterprise core component.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Normally how many and what files get created when a transaction program is written?
When you prefer lsmw?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
Is it possible to pass data to and from include programs explicitly?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
Differentiate between table and template ?
What is an abap instance?
How many detail lists can be created in interactive reporting?
What is a type group?
Can you print decimals in type n? What is difference between float and packed data type?
Under Data Transfer Portion of ABAP, what do you mean by DX Project
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
How many lists can a program can produce?
Value table VS check Table.