Thursday, 20 June 2013

When you do the ABAP code for transfer rule, what are the important variables you use? | SAP BW INterview Questions

a. RESULT    - this gets the result of the ABAP code
b. RETURNCODE    - you set this to 0 if everything is OK; else this record is skipped
c. ABORT    - set this to a value not 0, to abort the entire package.

No comments: