SAP Reports / Programs

RJKCON01 SAP ABAP Report - IS-M/SD: Print Program for Subscription Order Confirmation







RJKCON01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to print an order confirmation for a subscription in output control using a SAPscript form...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RJKCON01 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 RJKCON01. "Basic submit
SUBMIT RJKCON01 AND RETURN. "Return to original report after report execution complete
SUBMIT RJKCON01 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/SD: Print Program for Subscription Order Confirmation
Text Symbol: E98 = Address of sales organization not maintained
Text Symbol: M01 = Error occurred while opening form
Text Symbol: M07 = Error during output of text element
Text Symbol: M08 = Return Code
Text Symbol: M09 = Error while closing
Text Symbol: M10 = Form:
Text Symbol: M11 = Error occurred during text output
Text Symbol: E31 = Error in address formatting of address no./alt.ship-to party
Text Symbol: E04 = Error reading order with order number
Text Symbol: E10 = Error reading publication
Text Symbol: E11 = Error occurred while reading publication/edition
Text Symbol: E12 = Error occurred while reading text for mix type
Text Symbol: E13 = Error occurred while reading text for delivery type
Text Symbol: E15 = Error reading text for billing frequency
Text Symbol: E18 = Error reading text for sales document type
Text Symbol: E30 = Error in address formatting for sold-to party/number


INCLUDES used within this REPORT RJKCON01

INCLUDE MJG00TAD.
INCLUDE MJY00TPR. " KONST. TEXTELEMENTE FORMULAR
INCLUDE MJY00FPR. " ÖFFNEN/SCHLIEßEN FORMULARE
INCLUDE MJK00FPR.


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:

ISP_SELECT_SINGLE_TJGA3 call function 'ISP_SELECT_SINGLE_TJGA3' exporting jparvw = con_ro_auftraggeber msgty = con_msg_extern tdform = tnapr-fonam importing meldung = meldung tjga3_i = tjga3 exceptions no_entry_found = 01.

ISP_SELECT_SINGLE_TJAKT call function 'ISP_SELECT_SINGLE_TJAKT' exporting aktsprsl = jgtsadr-spras auart = jkak-auart bassprsl = syst-langu msgty1 = con_msg_extern msgty2 = con_msg_extern importing meldung = meldung tjakt_i = tjakt exceptions no_entry_found = 01.

ISP_SALES_DOCUMENT_READ call function 'ISP_SALES_DOCUMENT_READ' exporting vbeln = p_vbeln importing yjkak = jkak tables yjkap = jkap_tab yjkep = jkep_tab yjkkd = jkkd_tab yjkkuend = jkkuend_tab yjkpa = jkpa_tab yjkpaz = jkpaz_tab yjkprom = jkprom_tab "PRM.4.02

ISP_SELECT_SINGLE_JDTDRER call function 'ISP_SELECT_SINGLE_JDTDRER' exporting drerz = jkap-drerz msgty = con_msg_extern importing jdtdrer_i = jdtdrer meldung = meldung exceptions no_entry_found = 01.

ISP_SELECT_SINGLE_JDTPVA call function 'ISP_SELECT_SINGLE_JDTPVA' exporting drerz = jkap-drerz msgty = con_msg_extern pva = jkap-pva importing jdtpva_i = jdtpva meldung = meldung exceptions no_entry_found = 01.

ISP_SELECT_SINGLE_TJD08 * CALL FUNCTION 'ISP_SELECT_SINGLE_TJD08' * EXPORTING * AKTSPRSL = JGTSADR-SPRAS * BASSPRSL = SY-LANGU * BEZUGSTYP = JKAP-BEZUGSTYP * MSGTY1 = CON_MSG_EXTERN * MSGTY2 = CON_MSG_EXTERN * IMPORTING * MELDUNG = MELDUNG * TJD08_I = TJD08 * EXCEPTIONS * NO_ENTRY_FOUND = 01.

ISP_SELECT_SINGLE_TJV02 call function 'ISP_SELECT_SINGLE_TJV02' exporting aktsprsl = jgtsadr-spras bassprsl = sy-langu lieferart = jkap-lieferart msgty1 = con_msg_extern msgty2 = con_msg_extern importing meldung = meldung tjv02_i = tjv02 exceptions no_entry_found = 01.

ISP_SELECT_SINGLE_TJAPT call function 'ISP_SELECT_SINGLE_TJAPT' exporting aktsprsl = jgtsadr-spras bassprsl = sy-langu msgty1 = con_msg_extern msgty2 = con_msg_extern poart = jkap-poart importing meldung = meldung tjapt_i = tjapt exceptions no_entry_found = 01.

ISP_BUFFERED_READ_TJY00 call function 'ISP_BUFFERED_READ_TJY00' importing out_tjy00 = l_tjy00.

BAPI_BUPA_BANKDETAILS_GET call function 'BAPI_BUPA_BANKDETAILS_GET' exporting businesspartner = lv_businesspartner valid_date = lv_valid_date tables bankdetails = lt_bankdetails return = lt_return.

ISP_SELECT_SINGLE_TVKO CALL FUNCTION 'ISP_SELECT_SINGLE_TVKO' EXPORTING vkorg = jkak-vkorg IMPORTING tvko_i = ls_tvko EXCEPTIONS no_entry_found = 01.

ISM_SEPA_MANDATE_GET call function 'ISM_SEPA_MANDATE_GET' exporting iv_sepa_mndid = jkkd-mndid iv_bukrs = ls_tvko-bukrs importing et_mandate = lt_mandate.

ISP_SELECT_SINGLE_TJK02 call function 'ISP_SELECT_SINGLE_TJK02' exporting aktsprsl = jgtsadr-spras bassprsl = sy-langu fkper = jkkd-fkper msgty1 = con_msg_extern msgty2 = con_msg_extern importing meldung = meldung tjk02_i = tjk02 exceptions no_entry_found = 01.

ISP_SELECT_SINGLE_TJD10 call function 'ISP_SELECT_SINGLE_TJD10' exporting aktsprsl = jgtsadr-spras bassprsl = sy-langu bezper = jkep-bezper msgty1 = con_msg_extern msgty2 = con_msg_extern importing meldung = meldung tjd10_i = tjd10 exceptions no_entry_found = 01.

ISP_MATERIAL_READ call function 'ISP_MATERIAL_READ' exporting isp_mm_knz = l_tjy00-isp_mm_knz material_id = jkgift-matnrwerb importing outputdata_isp = jmtmat outputdata_mm = rjm0102 exceptions others = 4.

ISP_ADDRESS_READ call function 'ISP_ADDRESS_READ' exporting adrnr_in = jkpa-adrnr importing sadrwa_out = *jgtsadr exceptions not_found = 01.

ISP_SELECT_SINGLE_TJGA3 call function 'ISP_SELECT_SINGLE_TJGA3' exporting jparvw = con_ro_warenempf * MSGTY = '*' tdform = tnapr-fonam importing meldung = meldung tjga3_i = tjga3 exceptions no_entry_found = 01.

ISP_ADDRESS_INTO_PRINTFORMAT call function 'ISP_ADDRESS_INTO_PRINTFORMAT' exporting anschr_typ = anschr_typ format_in = tjga3-jformnr sadrwa_in = *jgtsadr importing adrs_out = xadrs anschr_typ_out = anschr_typ_out * FLG_GENERATED = tjga1_out = tjga1 exceptions bad_format = 03 type_not_exists = 04.

ISP_ADDRESS_INTO_PRINTFORM





call function 'ISP_ADDRESS_INTO_PRINTFORM' exporting anschr_typ = anschr_typ flg_namenszus = con_angekreuzt sadrwa_in = *jgtsadr zeilenzahl = con_zeilen_adresse importing sadrwa_out = xadrs.



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 RJKCON01 or its description.