cancel
Showing results for 
Search instead for 
Did you mean: 

abap documents

Former Member
0 Kudos

hi explain me the process for the following concepts in abap.

at what stages we can do these?

DEBUGGING,

QUERY WRITING

Preparing Fnctional specs for SMARTFORMS, SAP SCRIPTS

and LSMW & BDC, (when can we do this?)

BAPI,

FUNCTION MODULES explain me in detail

Thanks & Regards

Vkrishna81

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

DEBUGGING - You have to DEBUGG any program or code if you have any error with that program or code

for example RUN TIME ERROR

QUERY WRITING --- You have to write a Query to generate a Report which is not standard and you have to fetch some fields specific to your requirement

For example generating the Pricing Report based on the Customer Region

Funcitonal Specifications for SMARTFORMS/ SAPSCRIPTS --- This is used when you are creating any layouts for your requirement

for example ORDR ACKNOWLEDGEMENT, INVOICES, PICKING LIST

BAPI --This is nothing but BUSINESS APPLICATION PROGRAMMING INTERFACE, This is one sort of Code used in program.

FUNCTION MODULES --- These are also used in programs to get some specific details into layouts

For example CONVERT_TO_LOCAL_CURRENCY is used to convert the foreign into local currency

Hope it is clear for you

regards,

santosh