BAPI_REQUISITION_CREATE 创建了服务类的采购申请里面有一个参数(REQUISITION_SERVICES), BAPI_REQUISITION_CHANGE 和 BAPI_PR_CHANGE但是这二个BPAI里都没有专门的参数存入服务类的数据; 还有一个奇怪的现象,创建申请的有二个BAPI修改的也有二个;可是 BAPI_REQUISITION_CREATE 和 BAPI_REQUISITION_CHANGE 从名字上看这...
BAPI_PR_CHANGE 而不是 BAPI_REQUISITION_CHANGE。 之前调试一条数据,当时没想太多,就直接debug,结果悲剧了, 一直以为是bapi错了,后来到前台看了看,是项目类的,本来就不能在这里删除…… 还有条数据是已经审批过的…… 测试之前一定得去前台看看啊! 首先确保前台可以修改,再去调用bapi测试 1)修改数量...
根据bapi参数发现,删除是用BAPI_PR_CHANGE而不是BAPI_REQUISITION_CHANGE。 之前调试一条数据,当时没想太多,就直接debug,结果悲剧了, 一直以为是bapi错了,后来到前台看了看,是项目类的,本来就不能在这里删除…… 还有条数据是已经审批过的…… 测试之前一定得去前台看看啊! 首先确保前台可以修改,再去调用bapi测试...
Hi All, My requirement is that I need to use BAPI_REQUISITION_CHANGE for the following requirements: 1. Adding of new Items 2. Services Related Data change for a
I AM FACING THIS PROBLEM WHILE USING BAPI_REQUISITION_CHANGE or BAPI_PR_CHANGE I CAN CHANGE THE DATA BUT HOW TO ADD ANOTHER LINE ITEM TO EXISTING PR. HELP NEEDED REGARDS
Symptom When try to change the item text (no text in 1st line) in Purchase Requisition (PR) by BAPI_REQUISITION_CHANGE, the item text cannot be updated correctly. Read more... Environment Materials Management (MM) SAP R/3 SAP R/3 Enterprise 4.7 ...
Check this BAPI "BAPI_PR_CHANGE" Regard's Smruti Reply raymond_giuseppi Active Contributor 2013 Sep 24 7:02 AM 0 Kudos 298 SAP Managed Tags: ABAP Development BAPI_REQUISITION_CHANGE "Change Purchase Requisition" is related to ME52 now "outdated", BAPI_PR_CHANGE "Change Enjoy ...
Well, You cannot use BAPI_REQUISITION_DELETE for changing as it does not have the relevant parameters. BAPI_REQUISITION_CHANGE should still work. Can you debug the standard function and find out why its not able to find the requisition. May be its looking for some specific value in a parame...
BAPI_REQUISITION_CREATE can import this cost center. What is the correct format for entering this cost center if the cost center is only numeric? 11. What must I take into account when I use the BAPI BAPI_REQUISITION_CHANGE to change or ...
BAPI_PR_CHANGE 而不是 BAPI_REQUISITION_CHANGE。 之前调试一条数据,当时没想太多,就直接debug,结果悲剧了, 一直以为是bapi错了,后来到前台看了看,是项目类的,本来就不能在这里删除…… 还有条数据是已经审批过的…… 测试之前一定得去前台看看啊!