SD_CAS_PRINT01 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 SD_CAS_PRINT01 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: Program SD_CAS_PRINT01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NAST_PROTOCOL_UPDATE call function 'NAST_PROTOCOL_UPDATE' exporting msg_arbgb = sy-msgid msg_nr = sy-msgno msg_ty = sy-msgty msg_v1 = sy-msgv1 msg_v2 = sy-msgv2 msg_v3 = sy-msgv3 msg_v4 = sy-msgv4 exceptions others = 0.
SD_ADDRESS_GET call function 'SD_ADDRESS_GET' exporting fif_address_number = gs_interface-head_detail-tvko-adrnr fif_address_type = '1' importing fes_sdpartner_address = ls_address exceptions address_not_found = 1 address_type_not_exists = 2 no_person_number = 3 others = 4.
VIEW_VBADR call function 'VIEW_VBADR' exporting input = ls_vbpa langu_prop = gv_language importing adresse = gs_interface-head_detail-contact_address exceptions error = 1 others = 2.
VIEW_VBADR call function 'VIEW_VBADR' exporting input = ls_vbpa langu_prop = gv_language importing adresse = gs_interface-head_detail-contact_address exceptions error = 1 others = 2.
VIEW_VBADR call function 'VIEW_VBADR' exporting input = ls_vbpa partnernummer = gs_nast-parnr langu_prop = gv_language importing adresse = ls_vbadr exceptions error = 1 others = 2.
VIEW_VBADR call function 'VIEW_VBADR' exporting input = ls_vbpa langu_prop = gv_language importing adresse = ls_vbadr exceptions error = 1 others = 2.
SD_GET_TEXTNAME call function 'SD_GET_TEXTNAME' exporting fi_object = lc_tdobject fi_vbeln =
-vbeln importing fe_tdname = lv_tdname exceptions others = 1.
SD_GET_TEXT call function 'SD_GET_TEXT' exporting fi_object = lc_tdobject fi_name = lv_tdname fi_txtgr = ls_tvkk-txtgr fi_language = gv_language fi_del_empty_lines = gc_true importing fet_xthead = gs_interface-head_detail-activity_texts exceptions others = 0.
FP_JOB_OPEN call function 'FP_JOB_OPEN' changing ie_outputparams = ls_outputparams exceptions cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 others = 5.
FP_FUNCTION_MODULE_NAME call function 'FP_FUNCTION_MODULE_NAME' exporting i_name = tnapr-sform importing e_funcname = lv_fm_name.
FP_JOB_CLOSE call function 'FP_JOB_CLOSE' exceptions usage_error = 1 system_error = 2 internal_error = 3 others = 4.
ADDR_GET_NEXT_COMM_TYPE call function 'ADDR_GET_NEXT_COMM_TYPE' exporting strategy = gs_nast-tcode address_type = gs_interface-head_detail-nast_address-address_type address_number = gs_interface-head_detail-nast_address-adrnr person_number = gs_interface-head_detail-nast_address-adrnp importing comm_type = lv_comm_type comm_values = ls_comm_values exceptions address_not_exist = 1 person_not_exist = 2 no_comm_type_found = 3 internal_error = 4 parameter_error = 5 others = 6.
COMM_STRATEGY_READ call function 'COMM_STRATEGY_READ' exporting pi_strategy = gs_nast-tcode tables t_strategy = lt_strategy exceptions not_found = 1 others = 2.
ADDR_COMM_GET call function 'ADDR_COMM_GET' exporting address_number = gs_interface-head_detail-tvko-adrnr language = gv_language table_type = 'ADSMTP' tables comm_table = lt_adsmtp exceptions parameter_error = 1 address_not_exist = 2 internal_error = 3 others = 4.
ADDR_COMM_GET call function 'ADDR_COMM_GET' exporting address_number = gs_interface-head_detail-tvko-adrnr language = gv_language table_type = 'ADFAX' tables comm_table = lt_adfax exceptions parameter_error = 1 address_not_exist = 2 internal_error = 3 others = 4.
SD_PDF_SEND_DATA call function 'SD_PDF_SEND_DATA' exporting iv_device = uv_device iv_email_subject = lv_mail_subject it_email_text = lt_mail_text is_main_data = us_pdf_file iv_language = gv_language is_address = ls_address importing ev_send_to_all = lv_send_to_all exceptions exc_document = 1 exc_send_request = 2 exc_address = 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.
SD_CAS_PRINT01 - Program SD_CAS_PRINT01 SD_CAS_PRINT01 - Program SD_CAS_PRINT01 SD_CAS_GET_CUST_OF_PARTNER - List: Customers to which a partner is assigned SD_CAS_GET_CUST_OF_PARTNER - List: Customers to which a partner is assigned SD_BIL_PRINT01 - Sales: Adobe Print Program SD_BIL_PRINT01 - Sales: Adobe Print Program