RPC_PAYBR_EFD_ER_GENERATOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to generate eSocial events related to the employer and pass them on to the Federal government database...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RPC_PAYBR_EFD_ER_GENERATOR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M37_EFD_ER_GEN - eSocial: employer event generator
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: P_BEGDA = Start date
Selection Text: P_ENDDA = End date
Selection Text: P_EVENT = Event type
Selection Text: P_LOGDET = Detailed log
Selection Text: P_PROD = Production mode
Selection Text: S_BUKRS = Company code
Title: eSocial: employer event generator
Text Symbol: M01 = Messages
Text Symbol: S01 = Select.
Text Symbol: S02 = eSocial specific data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'EVENT_TYPE' value_org = 'S' TABLES value_tab = lt_shlp return_tab = lt_ret.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPC_PAYBR_EFD_ER_GENERATOR - eSocial: employer event generator RPC_PAYBR_EFD_ER_GENERATOR - eSocial: employer event generator RPC_PAYBR_EFD_EE_GENERATOR - eSocial: employee event generator RPC_PAYBR_EFD_EE_GENERATOR - eSocial: employee event generator RPC_PAYBR_EFD_CLASSES - RPCPAYBREFDCLASSES RPC_PAYBR_DIRF1_SCREEN - RPCPAYBRDIRF1SCREEN