PCA_PROTOCOL 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 PCA_PROTOCOL 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING reset = 'X' i_identification = msg_ident check_on_commit = ' ' IMPORTING e_identification = msg_ident.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = lt_mesg-arbgb msgty = lt_mesg-msgty msgv1 = lt_mesg-msgv1 msgv2 = lt_mesg-msgv2 msgv3 = lt_mesg-msgv3 msgv4 = lt_mesg-msgv4 txtnr = lt_mesg-txtnr zeile = sy-tabix EXCEPTIONS message_type_not_valid = 1.
MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message = 1 e_message = 2 i_message = 3 w_message = 4.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-010 EXCEPTIONS inconsistent_range = 1 no_messages = 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.
PCA_PROTOCOL - PCAPROTOCOL PCA_MASS_CRYPTING - Encryption or Decoding as Mass Processing PCA_MASS_CRYPTING - Encryption or Decoding as Mass Processing PCA_DB_ANALYSE - Database Diagnosis Payment Cards PCA_DB_ANALYSE - Database Diagnosis Payment Cards PCA_CONVERT_DATE_EXTERNAL=====FT - PCACONVERTDATEEXTERNAL=====FT