SD_CFS_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_CFS_PRINT01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
VC_2 - Customer Fact Sheet PDF Version
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.
Selection Text: KUNNR = Customer
Selection Text: SPART = Division
Selection Text: VKORG = Sales Organization
Selection Text: VTWEG = Distribution Channel
Title: Sales Summary: Adobe Print Program
INCLUDE: RVDIREKT.
No SAP DATABASE tables are accessed within this REPORT code!
SD_CFS_GET_KNVV CALL FUNCTION 'SD_CFS_GET_KNVV' EXPORTING iv_kunnr = ls_kna1-kunnr IMPORTING et_knvv = lt_knvv_cons.
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 = ls_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.
SUSR_USER_DEFAULTS_GET CALL FUNCTION 'SUSR_USER_DEFAULTS_GET' EXPORTING user_name = sy-uname IMPORTING user_defaults = ls_user_defaults EXCEPTIONS user_name_not_exist = 1 OTHERS = 2.
ADDR_GET_NEXT_COMM_TYPE CALL FUNCTION 'ADDR_GET_NEXT_COMM_TYPE' EXPORTING strategy = gs_nast-tcode address_type = gs_head_detail-nast_address-address_type address_number = gs_head_detail-nast_address-adrnr person_number = gs_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.
SUSR_USER_ADDRESS_GET CALL FUNCTION 'SUSR_USER_ADDRESS_GET' EXPORTING user_name = sy-uname IMPORTING user_address = ls_user_address EXCEPTIONS user_name_not_exist = 1 OTHERS = 2.
ADDR_SELECT_ADRP_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRP_SINGLE' EXPORTING persnumber = ls_user_address-persnumber TABLES et_adrp = lt_adrp EXCEPTIONS person_not_exist = 1 parameter_error = 2 internal_error = 3 OTHERS = 4.
SD_ADDRESS_GET CALL FUNCTION 'SD_ADDRESS_GET' EXPORTING fif_address_number = ls_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.
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_CFS_DISPLAY CALL FUNCTION 'SD_CFS_DISPLAY' EXPORTING iv_kunnr = iv_kunnr iv_vkorg = iv_vkorg it_rg_vtweg = it_rg_vtweg it_rg_spart = it_rg_spart it_obj_request = it_obj_request IMPORTING es_cfs_address_data = cs_item_detail-address_data es_cfs_cust_classification = cs_item_detail-classification es_cfs_key_figures = cs_item_detail-key_figures et_cfs_contact_person = cs_item_detail-contact_person et_cfs_order_info_cust = cs_item_detail-order_info_cust et_cfs_pricing_cust = cs_item_detail-pricing_cust et_cfs_shipping_cust = cs_item_detail-shipping_cust et_cfs_part_deliveries = cs_item_detail-part_deliveries es_cfs_transp_data = cs_item_detail-transp_data et_cfs_billing_data = cs_item_detail-billing_data et_cfs_pay_deli_terms = cs_item_detail-delivery_terms et_cfs_partner_data = cs_item_detail-partner_data et_cfs_statistics_s001 = cs_item_detail-statistics_s001 et_cfs_statistics_measures = cs_item_detail-statistics_meas et_cfs_last_sd_documents = cs_item_detail-last_sd_doc et_cfs_q_notifications = cs_item_detail-q_notifications et_cfs_s_notifications = cs_item_detail-s_notifications et_cfs_credit_info = cs_item_detail-credit_info et_cfs_promotions = cs_item_detail-promotions et_cfs_payment_cards = cs_item_detail-payment_cards es_cfs_quickinfo = cs_item_detail-quickinfo et_cfs_backorders = cs_item_detail-backorders CHANGING ct_cfs_error = ct_cfs_error.
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.
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_CFS_PRINT01 - Sales Summary: Adobe Print Program SD_CFS_PRINT01 - Sales Summary: Adobe Print Program 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