SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJNASTPDF SAP ABAP Report - IS-M: Process Output Using PDF Form







RJNASTPDF is a standard Executable ABAP Report 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 RJNASTPDF into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RJNASTPDF. "Basic submit
SUBMIT RJNASTPDF AND RETURN. "Return to original report after report execution complete
SUBMIT RJNASTPDF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-M: Process Output Using PDF Form


INCLUDES used within this REPORT RJNASTPDF

INCLUDE MJ000M00.
INCLUDE CHECK_BUNDLING_PRINT.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ISM_PDF_ADDRESS_FORMATS_GET call function 'ISM_PDF_ADDRESS_FORMATS_GET' exporting i_form = tnapr-sform i_formtype = tnapr-formtype importing e_formattab = l_formattab.

ISM_PDF_NAST_PROCESS call function 'ISM_PDF_NAST_PROCESS' exporting i_nast = nast i_tnapr = tnapr * I_XGETPDF = i_xscreen = p_xscreen i_xrepeat = xrepeat i_object_data = l_object_data i_control_data = l_control_data i_toa_dara = toa_dara i_if_mail = l_if_mail * importing * pdfdata = * page_count = exceptions others = 4.

ISM_BCONTACT_CREATE_FROM_NAST call function 'ISM_BCONTACT_CREATE_FROM_NAST' exporting p_nast = p_nast importing p_msgtab = l_msgtab exceptions error = 1 others = 2.

NAST_PROTOCOL_UPDATE call function 'NAST_PROTOCOL_UPDATE' exporting msg_arbgb = msg-msgid msg_nr = msg-msgno msg_ty = msg-msgty msg_v1 = msg-msgv1 msg_v2 = msg-msgv2 msg_v3 = msg-msgv3 msg_v4 = msg-msgv4 exceptions others = 0.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RJNASTPDF or its description.