Whom you report if you face difficulty in understanding the
business process given in Functional Spec.
Answer / buddula15
Intitially we will discuss with TL. Later we can arrange a
call with onsite people to solve the difficulty in FS.
Is This Answer Correct ? | 6 Yes | 0 No |
Difference between sap script and report?
what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
After transferring of data from flat file to application server i found that it is showing wrong data .Say i had currency in flat file as 1000.00 USD. After transferring i found it is showing as 100.000 in the application server. How will you handle this case?
Explain client-dependent and client-independent tables.
how to see the last updated record in a table?
how to print barcode in vertical manner
project preparation,prepare blue print and realization what do u mean by this?
Do you know how to manage the sequence of passes in a Form?
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
how will you debug sapscript
what r the services have to implemented in SAP R/3?