RSAPTD1 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 RSAPTD1 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: Template for Transaction Data Transfer Program
INCLUDE LRSAPD00.
INCLUDE RSAUCMAC.
INCLUDE LRSAPD01.
No SAP DATABASE tables are accessed within this REPORT code!
RSA1_SINGLE_OLTPSOURCE_GET *@ call function 'RSA1_SINGLE_OLTPSOURCE_GET' *@ exporting *@ i_oltpsource = l_s_roisgen-isource *@ i_objvers = 'A' *@ importing *@ e_s_rois = l_s_rois *@ e_s_oltpsource = l_s_oltpsource *@ e_s_gendelta = l_s_gendelta *@ e_t_fields = l_t_fields *@ e_language_key = l_language_key *@ exceptions *@ no_authority = 1 *@ not_exist = 2 *@ inconsistent = 3 *@ others = 4.
RSUR_MBC_ALIGNMENT_CHECK *@ CALL FUNCTION 'RSUR_MBC_ALIGNMENT_CHECK' *@ EXPORTING *@ I_DESTINATION = L_DESTINATION *@ IMPORTING *@ E_MBC_ALIGNMENT = L_MBC_ALIGNMENT *@ E_MBC_LANGUAGES = L_MBC_LANGUAGES *@ E_MBC_STRUCT_TO_CONTAINER = L_MBC_STRUCT_TO_CONTAINER *@ E_MBC_CONTAINER_TO_PACKET = L_MBC_CONTAINER_TO_PACKET *@ E_MBC_CODEPAGE_UNIQUE = L_MBC_CODEPAGE_UNIQUE *@ TABLES *@ E_T_CPINFOS = L_T_CPINFOS *@ EXCEPTIONS *@ REMOTE_ERROR = 1.
\l_s_rois-fname\ * call function '\l_s_rois-fname\' EXPORTING i_requnr = p_s_request-requnr TABLES *@if l_s_rois-genflag is initial.
DDIF_NAMETAB_GET *@CALL FUNCTION 'DDIF_NAMETAB_GET' *@ EXPORTING *@ TABNAME = L_S_ROISGEN-TFSTRUC *@ IMPORTING *@ X030L_WA = L_S_X030L *@ EXCEPTIONS *@ NOT_FOUND = 1 *@ OTHERS = 2.
RSC1_DELTA_BIW_GET CALL FUNCTION 'RSC1_DELTA_BIW_GET' EXPORTING i_isource = i_isource i_requnr = l_requnr i_maxsize = l_maxsize i_initflag = l_initflag i_updmode = i_updmode i_rlogsys = i_rlogsys i_read_only = sbiwa_c_flag_on TABLES i_t_select = i_t_selections i_t_fields = i_t_fields e_t_data = l_t_exstruct EXCEPTIONS no_more_data = 1 error_passed_to_mess_handler = 2 OTHERS = 3.
RSUR_DATA_WRAP_RFC CALL FUNCTION 'RSUR_DATA_WRAP_RFC' EXPORTING i_data = l_t_tfstruct i_target_release = i_target_release IMPORTING e_export_release = e_export_release TABLES e_t_container = e_t_container EXCEPTIONS conversion_failed = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSAPTD1 - documentation and ABAP source code RSAPSCRIPT_ERROR - Search for SAPScript Error in Documents RSAPSCRIPT_ERROR - Search for SAPScript Error in Documents RSAPPL_CONVERT_OBJVERS - RSAPPL_CONVERT_OBJVERS; Insert A Object version. RSAPPL_CONVERT_OBJVERS - RSAPPL_CONVERT_OBJVERS; Insert A Object version. RSAPO_SYBASE_UPDATE_TMPL - APO BW Interface: UPDATE Template (Sybase ASE)