Solved: Hi friends, You must be aware of the function module PRICING which simulates (sales order) and returns back TKOMV which contains all the pricing data - condition
NO_FUNCTION_MODULE = 2 others = 3. 由于开发机上开发smartform传入生产机后有可能会改变其函数名,所以在调用smartform前使用这个函数 SSF_FUNCTION_MODULE_NAME :调用SmartForms SMARTFORMS输出报表时,生成一个函数名称,然后CALL这个名称 CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING FORMNAME = CNS_SMART...
SSF_FUNCTION_MODULE_NAME 根据form名取得对应的函数名(SmartForm) 函数名 描述 DATE_CHECK_PLAUSIBILITY 日期CHECK cl_gui_frontend_services=>gui_upload 上传到服务器 cl_gui_frontend_services=>gui_download 下载到服本地 SSF_FUNCTION_MODULE_NAME SMARTFORMS输出报表时,生成一个函数名称,然后CALL这个名称 函数名...
SSF_FUNCTION_MODULE_NAME 根据form名取得对应的函数名(SmartForm) 函数名 描述 DATE_CHECK_PLAUSIBILITY 日期CHECK cl_gui_frontend_services=>gui_upload 上传到服务器 cl_gui_frontend_services=>gui_download 下载到服本地 SSF_FUNCTION_MODULE_NAME SMARTFORMS输出报表时,生成一个函数名称,然后CALL这个名称 函数名...
Function modules and their interfaces are created in the Function Builder. Function Module Interfaces The parameter interface of a function module is defined in the Function Builder. It includes the definition of interface parameters and the specification of exceptions that can be triggered by a ...
APPL_LOG_READ_DB With this function module you read the log data in the database for an object or sub-object according to specified selection conditions. APPL_LOG_READ_INTERN With this function module you read all log data whose log class has at least the specified value, from local memory...
Solved: I am using BAPI function module BAPI_SALESDOCU_CREATEFROMDATA1 to create sales orders through program. It is working fine with item level pricing conditions. But
Function PRICING 1. Form KONDITIONSVORSTEP (LV61AA12) - read customizing data - build KOMT1 (pricing procedure, relevant condition types including their characteristics)
fields, for example the quantity. Thesemay also not be called in the (pre)conditions. 1. Programming details When you call up pricing (for example with function module PRICING),the requirements arecalled as follows: CONDITIONPRELIMINARY STEP Loop over the pricing procedure (T683S) ...
arbfeld= xkomv-kwert * quantity_new / quantity_old. - At the end of this function XKOMV will be copied toHKOMV and then HKOMV will be copied to TKOMV.TKOMV is used in function module PRICING Thanks for sharing This is a New Learning VBRP...