我创建了一个简单的BRF+应用,其功能是根据输入的采购订单编号,到数据库表EKKO中查询采购组和采购订单类型,根据这两个字段的组合,来决定是否需要审批。涉及到2个表达式,1个是数据库查找(DB lookup),还有一个是决策表(decision table) 调用 ABAP调用代码, REPORTztest_brf3.PARAMETERS: p_ebelnTYPEebeln.START-OF-...
With SAP S/4 HANA a new Output Management approach is in place. The complete configuration differs from the configuration that is used when output management is based on
INSERTls_table_dataINTOTABLElts_table_data. CLEARls_table_data.**在单元格(1, 3)得到结果 ls_table_data-row_no =1. ls_table_data-col_no =3. CREATEDATAls_table_data-r_valueTYPEif_fdt_types=>element_text. ASSIGNls_table_data-r_value->*TO<lv_value>.<lv_value> ='MOURITECH'. INSER...
我创建了一个简单的BRF+应用,其功能是根据输入的采购订单编号,到数据库表EKKO中查询采购组和采购订单类型,根据这两个字段的组合,来决定是否需要审批。涉及到2个表达式,1个是数据库查找(DB lookup),还有一个是决策表(decision table) 调用 ABAP调用代码, REPORTztest_brf3.PARAMETERS: p_ebelnTYPEebeln.START-OF-...
Dear SAP BRF+ Community, I have couple of queries on BRF+ and need your help. I have a requirement, where I need to maintain two tables and do the operations (like taking average of price from one table, and comparing it with a range maintained in other table) on them to calculate ...
Solved: Hello Everyone I am unable to Hide some standard Warning message coming from BRF+ framework. Requirement : I have one Decision table in which some fields are
Solved: Hi Experts, Im trying to configure a decision table, which splits my request based on system line item, role with risk and role with no risk. Basically, it has a
where there are tasks left for you i. e. the assignment of the concrete data to the BRFplus values. Nevertheless, all the other tasks (like the fetching of the reference, the appending of the parameter name-value pair to the parameter table) that can be generated are already in place ...
I guess confirmation approval is simpler than SC approval and it can be implemented in Process-Controlled Workflow. You can test PC and AC mixed mode by using /SAPSRM/C_WF_102 table. Please note you can test mix mode in DEV system. Do not use it in Production system. Regards, Masa ...
So far I have triggered the BRF+ via the CRMV_EVENT_CUST table calling a function module that triggers the BRF+ Function and receives an CRM Log message but this solution is not sufficient for all locations I want to call the BRF+. At first I want to call the BRF+ for the Entryval...