0 Kudos 4,743 SAP Managed Tags: ABAP Development Hello, there is a Function Module I would like call that via Transaction Code. How can I create tcode for a function module. Regards sasReply 1 ACCEPTED SOLUTION Former Member 2009 Mar 20 2:03 PM 0 Kudos 872 SAP Managed ...
SAP Managed Tags: ABAP Development Hi! A very simple question: What is the Tcode for the execution of function module? (Se38,???) I have to execute the function module RRSI_INITIAL_LINE_INSERT with import parameter I_CHABASNM = 0REQUID. Thank you very much! regards ThomReply All...
2,803 SAP Managed Tags: ABAP Development HI All, I have one RFC function module " SBCOMS_TABLES_TRANSFER" .my requirement is how to find Tcode for this function module and which Tcode calling this function module. Thanks, SridharReply...
TRDIR, "System table TRDIR(系统表 TRDIR) TFDIR, "Function Module(功能模块) ENLFDIR, "Additional Attributes for Function Modules(功能模块的附加属性) TSTCT. "Transaction Code Texts(事务代码文本) DATA : JTAB LIKE TADIR OCCURS 0 WITH HEADER LINE. "SMOD DATA : ITAB LIKE TADIR OCCURS 0 WI...
modsapt,"SAP Enhancements - Short Texts(SAP增强-短文件) modact,"Modifications(修正) trdir,"System table TRDIR(系统表 TRDIR) tfdir,"Function Module(功能模块) enlfdir,"Additional Attributes for "FunctionModules(功能模块的附加属性) tstct."Transaction Code Texts(事务代码文本) ...
SE03 - Groups together most of the tools that you need for doing transports. In total,more than 20 tools can be reached from this one transaction. SE06 Set Up Workbench Organizer 设置工作台组织器 SE07 Transport System Status Display 传输系统状态显示 ...
(功能模块) enlfdir, "Additional Attributes for "FunctionModules(功能模块的附加属性) tstct. "Transaction Code Texts(事务代码文本) data : jtab like tadir occurs 0 with header line. data : field1(30). data : v_devclass like tadir-devclass. selection-screen begin of block a01 with frame ...
SAP 常用T-code 一些常用的T-Code,供大家工作学习之便:) 以下是11个模块较常用的一些T-Code,希望对大家有所帮助! PlantMaintenance(PM) ProductionPlanning BASIS/ABAP HumanResources SalesandDistribution(SD) SAPOffice FIFinancialManagement MaterialManagement(MM) MMconfigurationtransactions ConfigRelated Plant...
URL - BAPIs for Mass Data Transfer URL - BAPI user guide URL - IDOC URL - BAPI programming guide URL - BAPI programming guide reference ABAP Workbench Tansaction Workflow workspace SE37 -建立function module(1) SWO1 - Business Object Builder(create object type)(2) PFTC_INS -建立工作细项TA...
If the same authorizations are to be checked for CALL TRANSACTION as when starting the transaction directly, the function module AUTHORITY_CHECK_TCODE must be called before CALL TRANSACTION. This performs exactly the same authorization checks as when the transaction is called directly. Hope this help...