Tuesday 3 January 2012

Orientation in SAPSCRIPT

This is very important for developer to know the orientation in Sapscript. As a developer, we must know the basic function modules needed during creating program and calling Sapscript form. Below are the most important Function Modules to call the Sapscript form from driver program:


1. Call function 'OPEN_FORM'
2. Call function 'START_FORM'
3. Call function 'WRITE_FORM'
4. Call function 'END_FORM'
5. Call function 'CLOSE_FORM'

No comments:

Post a Comment