what is difference b/w like and type statements?give example? when to use like and when to use type?
1 3566I have 100 records and 75th record contains error,if i use call transaction how many records will update the data base and if i use session method how many will update?
2 6088Suppose i have table with 2 columns say 1st with Numerics and 2nd with words like 1 for one and 2 for two......so.if i want to change the 9 numeric word as some twenty...how?
3 5462In material report output,if i click on any material i have to open MM01 with that material in the field how?and from mm01 screen i have to come out what i have to do?
2 5016In select-options,how to make high as madatory.....?if we use obligatory we'll get the low as madatory by default?
6 19767
What are the major steps will you use for tuning?
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 is a transaction variant and why are they used?
What do you mean by transparent tables in sap abap? : abap data dictionary
Differentiate between transparent tables, cluster tables and pooled tables
What are hashed tables?
Explain what are the events used for logical database?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What are the ways you can do the tuning?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
What data is contained? : abap data dictionary
What are the two statements which are required in an abap program to output an icon using a write statement?
How is conversion of data types done between abap/4 & db layer?
Can i have some Realtime Scenarios on Reports.