0 Kudos 4,592 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 721 SAP Managed ...
VKXX - Create Test for RKA 创建RKA检測 VKYY - Change Test for RKA 改动RKA測试 VKZZ - Test for RKS-Surcharge Conditions RKS-附加费条件測试 VN03 - Number Assignment for Doc.Conditions 凭证条件的编号分配 VN04 - Number Assignment for Master Conds. 主条件编号分配 VOB3 - Display Plan/Actual ...
1、FI 模块常用的 T-CODEF-01Enter Sample DocumentF-02Enter G/L Account PostingF-03Clear G/L AccountF-04Post with ClearingF-05Post Foreign Currency ValuationF-06Post Incoming PaymentsF-07Post Outgoing PaymentsF-18Payment with PrintoutF-19Reverse Statistical PostingF-20Reverse Bill LiabilityF-21...
1、SAP中常用SE系列TCODE汇总SAP中常用SE系列TCODE汇总SE01递交传输请求(统一服务器的不同client)SE03修改本地对象的开发类SE06请求传输方面SE09运输组织者,查询传输请求SE10请求传输SE11维护ABAP数据字典SE12揭示数据字典结构SE13|SE14|SE15数据字典相干SE16|SE17察看表数据SE18|SE19 BADI编译SE21建开发类SE24CL...
In the custom include of the function exit module ‘EXIT_SAPLAIST_003’, the following code will be written:- E_ANLU = ANLU. The changed values in the subscreen fields exist in global variable ANLU for the function group XAIS. This function exit module will pass the data back to the...
在SAP ABAP 系统中,有一系列的函数模块以 TRINT 开头,被用来与 Transport Request 交互。这里的 "TRINT" 并不是一个标准的缩写,它主要被用来表明这个函数模块与 Transport Request 有关。在 "TRINT" 中,"TR" 很明显的指的是 "Transport Request",而 "INT" 可能是 "Interface" 或 "Internal" 的缩写,用来表...
1. se37. goto->function-groups -> create. 2. se80. regards, Santosh thorat Reply Former Member 2007 Nov 23 8:54 AM 0 Kudos 231 SAP Managed Tags: ABAP Development Hi, You can create a function as below : In the Menu bar Goto - SE37 >Goto> Function Groups --> Create...
But u given only a few tcodes but there are so many tcode in each and every module i want all thos tcodes in sap. thanks, siri Former Member 2007 Jul 26 0 Kudos give me your mail id i have a few doc's! regards, srinivas <b>*reward for useful answers*</b> Former ...
CALL FUNCTION 'Z_CURR_TO_CHAR' EXPORTING p_curr_i = p_curr * p_char_i = p_char * p_num_i = 2 * p_bore_i = * p_nums_i = 20 IMPORTING p_char_o = t_chr EXCEPTION no_p_curr_i = 1 curr_type_wrong = 2 not_bore_i = 3 ...
Function Modules for Base64 Decoding: Decoding is a three-step procedure. Convert Base64 string to Xstring using 'SCMS_BASE64_DECODE_STR'. Next, transform the Xstring to Binary using function module 'SCMS_XSTRING_TO_BINARY'. Finally, turn the Binary format to String via 'SCMS_BINARY_TO_...