Hello Guys, If any body looking for "worksoft certify tool training in hyderabad", please contact me
sachincertify@gmail.com
Answer Posted / akshata
Hi Sachin,
I am also looking for worksoft certify training and certification. Could you plz provide me the details of the course and fee structure ASAP?
Thanks in advance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is the disadvantage of a call by reference? : abap modularization
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is Buffering Concept? When should a Table be buffered?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What are the kinds of foreign key fields?
How do you execute the payroll
How do you Export a session ?
Explain the different types of screen keywords?
How can end-of-selection be used?
please 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 ?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What is the difference between a dialog program and a report?