FBICRC_CPDATA_UPLOAD 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 FBICRC_CPDATA_UPLOAD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FBIC034 - Upload Contact Person Data
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: SO_RCOMP = D .
Selection Text: PA_XML = Microsoft Excel XML
Selection Text: PA_TEST = D .
Selection Text: PA_TAB = Text Tab Delimited
Selection Text: PA_STRUC = File Structure
Selection Text: PA_RPROC = D .
Selection Text: PA_NONE = No Contact Info
Selection Text: PA_MOD = Only Updated Contact Info
Selection Text: PA_FILE = File Name
Selection Text: PA_DEL = All Contact Info
Title: Upload Contact Person Data
Text Symbol: 026 = Entry not valid according to restrictions.
Text Symbol: 027 = Database Category in file: &1
Text Symbol: 028 = Email data created for &1
Text Symbol: 029 = Phone number created for &1
Text Symbol: 031 = User &1 assigned to company &2
Text Symbol: 032 = &1 assigend to company &2
Text Symbol: 034 = Contact data created for &1
Text Symbol: B01 = Technical Settings
Text Symbol: B02 = Technical Settings
Text Symbol: B03 = File Type
Text Symbol: B04 = File Contents
Text Symbol: C01 = Updated Contact Information for Companies
Text Symbol: C02 = All Contact Information for Companies
Text Symbol: C03 = Only Contact Info Without Link to Companies
Text Symbol: 001 = Choose File for Upload
Text Symbol: 002 = Contact data unchanged for user &1
Text Symbol: 003 = Contact data updated for user &1
Text Symbol: 004 = Email data unchanged for user &1
Text Symbol: 005 = Phone number unchanged for user &1
Text Symbol: 006 = Phone number updated for user &1
Text Symbol: 007 = Email data updated for user &1
Text Symbol: 008 = Name in contact data matches user &1
Text Symbol: 009 = No user name specified.
Text Symbol: 010 = No person ID specified.
Text Symbol: 011 = Name in contact data matches person &1
Text Symbol: 012 = Person &1 will be updated.
Text Symbol: 013 = Person &1 will not be updated.
INCLUDE FBICRC_CPDATA_UPLOAD_TOP.
INCLUDE FBICRC_CPDATA_UPLOAD_SEL.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FBICRC_CPDATA_UPLOAD - Upload Contact Person Data FBICRC_CPDATA_UPLOAD - Upload Contact Person Data FBICRC_CPDATA_DOWNLOAD_TOP - Include FBICRC_CPDATA_DOWNLOAD_TOP FBICRC_CPDATA_DOWNLOAD_SEL - Include FBICRC_CPDATA_DOWNLOAD_SEL FBICRC_CPDATA_DOWNLOAD_F03 - Include FBICRC_CPDATA_DOWNLOAD_F03 FBICRC_CPDATA_DOWNLOAD_F02 - Include FBICRC_CPDATA_DOWNLOAD_F02