SAPPPKOM is a standard Module pool for a dialog screen ABAP Program 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 SAPPPKOM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CI10 - Cust: Select Techn. Param. for Comm.
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: Maintain Technical Parameters for Communication Selection
Text Symbol: 002 = Do you want to save your
Text Symbol: 003 = entries first?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING OBJNAME = 'TOKOM' BEGIN = 'X' OBJTYPE = 'T' TABLES DDOBJECTS = DDOBJECTS.
VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING OBJNAME = 'TOKOM' BEGIN = ' ' OBJTYPE = 'T' TABLES DDOBJECTS = DDOBJECTS.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = SPOP_TITEL DEFAULTOPTION = 'J' TEXTLINE1 = SPOP_TEXTTEIL1 TEXTLINE2 = SPOP_TEXTTEIL2 IMPORTING ANSWER = ANSWER. "Keine Exceptions
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPPPKOM - Maintain Technical Parameters for Communication Selection SAPPPKOM - Maintain Technical Parameters for Communication Selection SAPPPCPV - Background Report for Updating Subsystem Confirmations SAPPPCPV - Background Report for Updating Subsystem Confirmations SAPPPC24 - Background Report for Uploading Confirmations (Production Orders) SAPPPC24 - Background Report for Uploading Confirmations (Production Orders)