Which one of the following statements would occur in the PBO of a dialog program using table control? a) module user_command. b) set screen '0100'. c) loop at itab. d) loop at itab with control itab_tc.
2 14596Which one of the following statements are FALSE about Inactive objects in SAP? a) Development Objects are always saved as inactive versions. b) An inactive version of a Development Object is written to developer’s pc c) In DISPLAY mode, other users can NOT access the code of inactive version of a developer d) Generating a runtime object is same as activating a development object.
1 3989How to run a report in background??and if we try to run in foreground it says"this report sud be run in background".what can be done in this case?? 2-And how sud we stop a report running in background??
3 12217please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
Sony,
2103in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
Sony,
2214in interactive reports i can use hide field for secondary list out put in ALVs for secondary list as a out put which field r u using?in interictive list ican use HIDE in ALVs which field r u using?
2 8289ANY one can tell me what is basic diff b/w keywords STOP,CONTINUE,CHECK,EXIT, AT-EXITCOMMAND?
Sony,
2 6378any 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 ?
KPIT,
2537where can u use secondary index in program please tell me? is there any tool to test in development client?is there any performance tool is thre pleaseeee tell me?
3 7896please any one can tell me the material no,and sales orde number?in which table conpany masterdata will store?
1 6035
Exception handling and how does it transfer from called method to calling method?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is difference between check table and value table ?
How to display if the value entered contains records or not?
did u done enhancement framework?how u implemented?
What are field symbols?
Static and instance variable and method with live example. Why and when to use
What is Transactional based Application & Role based Application?
What is the difference between call transaction and session method? : abap bdc
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
How to define selection screen?
Some Realtime Examples on Exits .
What are internal tables? How do you get the number of lines in an internal table?
What does an exec sql statement do in abap? What is the disadvantage of using it?