For Sap ABAP which institute is best in Hyderabad?
Answer Posted / gk
Emax Tecnologies.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
What are table clusters?
What is the function of a domain?
Can a constructor be declared private? If yes then in which scenario?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
after creating lock object if does n't access record by second user what should we do?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What are the different methods of bdc? : abap bdc
Can a constructor be redefined?
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.
What are the disadvantages of different types of bdc's?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
In select-options, how to get the default values as current month first date and last date by default?
what is the transaction transaction for setting parameters rdisp/buffermode
wht is the diff. b/n initialization and lotus of event
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary