ROIASMJQ_FORMS_ENTRY_PDF is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ROIASMJQ_FORMS_ENTRY_PDF into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include ROIASMJQ_FORMS_ENTRY_PDF
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING * KZRFB = ' ' * MAXTZ = 100 MATNR = G_BASPRODS-OIBASPROD SPRAS = NAST-SPRAS IMPORTING WMAKT = MAKT EXCEPTIONS WRONG_CALL = 1 NOT_FOUND = 2 OTHERS = 3.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = LV_PDFFNAME IMPORTING E_FUNCNAME = FM_NAME.
FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS USAGE_ERROR = 1 SYSTEM_ERROR = 2 INTERNAL_ERROR = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIASMJQ_FORMS_ENTRY_PDF - Include ROIASMJQ_FORMS_ENTRY_PDF ROIASMJQ_FORMS_ENTRY - ENTRY ROIASMJQ_FORMS_DIFFERENT_REFER - DIFFERENT_REFERENCE_NO ROIASMJQ_FORMS_DETERMINE_NUMBE - DETERMINE_NUMBER_PARTNER_LINES ROIASMJQ_FORMS_CURRENCY_CONVER - CURRENCY_CONVERISON ROIASMJQ_FORMS_CLR_EXG_LEVEL_A - CLR_EXG_LEVEL_ACCUMULATORS