Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

1.Which of the following is not an EXIT command?

options: BACK, CANCEL, STOP, EXIT?

2.To write certain contents in sap script without skipping
to the next page, which command is used?

Options: ADDRESS...ENDADDRESS, PROTECT...ENDPROTECT,
AT...ENDAT

3. When using a table control in module pool, which
statement has to present in both PAI and PBO.

options : FIELD, LOOP..ENDLOOP, CHAIN...ENDCHAIN

4. Lock objects are :

options : FUNCTION MODULES, PROGRAMS, TABLES

Answer Posted / ashok_replies

For the first question both of the above friends gave a
wrong answer. The correct answer is STOP. Because, the
function codes for Back (F3), Exit (Shift + F3), and
Cancel(F12) usually have type E.
What is type E?
If the user chooses a pushbutton or a function in the
status, the system bypasses the automatic field checks and
calls a special module in the screen flow logic. If the
special module call does not exist, the system resumes
normal PAI processing, that is, the automatic field checks
take place after all.

So Type E actually is used for EXIT Command for the button
which is there by default for Back, Cancel and Exit.

So the correct answer for Question1 is: STOP

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the client concept in sap?

1159


Does the call transaction method allow multiple transactions to be processed by sap?

1052


How we can retrieve data using secondary index. Explain with simple example?

1224


What is full form of bdc session? : abap bdc

1228


What is dynpro? what are its components ?

1158


How many types of data classes are there in sap?

1093


Is it possible to pass data to and from include programs explicitly? : abap modularization

1345


What is the collect statement? How is it different from append?

1125


What are the types of search helps? : sap abap data dictionary

1115


What is a report?

1302


What are the relational operations that can be performed on view in sap? : abap data dictionary

996


How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?

1275


What are the page headers for secondary lists?

1092


can anyone please tell me, in orient paper mill project which fields exits for creating report.

1748


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.

2367