What are secondary indexes. How can we know which index is being used in a select query?
What are the field and chain statements?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
How to debug a sapscript?
How we format the data before before write statement in report ?
Explain get cursor field?
What is a size category?
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.
List some of the many different ways that the sap standard functionality can be changed by a customer?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is repository info. Systems?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
How to call transaction in session method without recording?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
What are the advantages of logical databases : abap hr