SAP Managed Tags: ABAP Development Hello Gurus, I am creating a PR using BAPI_PR_CREATE, I achieve creating the PR, but I can't save value in the custom fields. This is my code, would you please help me? Thanks DATA: ls_req_item TYPE BAPI_TE_MEREQITEM, ls_req_itemx TYPE BAPI...
SAP Managed Tags: ABAP Development Hi Alok, I think BAPI_PR_CREATE is not available in SAP 4.6...You can check BAPI_REQUISITION_CREATE (not sure whether this BAPI exist in 4.6 version). Also, you can directly go to "BAPI" transaction code and check in MM --> Purchasing if any BAPI...
SAP Managed Tags: ABAP Development Hi Chandra, Thx for quick reply... Infact, in the given thread, BAPI_REQUISITION_CREATE has been used. But in my case its BAPI_PR_CREATE in which few field s(packing no etc..) are missing. I do not want to use another BAPI just for service PR...
SAP Managed Tags: ABAP Development We have implemented the bapi BAPI_PR_CREATE to replace the old bapi BAPI_REQUISITION_CREATE, but the problem is that the field EBAN-ERNAM is not allow to modify, so as creator of PR is communication user (COMM_USER). Is posible to change field CREATED...
SAP Managed Tags: ABAP Development hi, my requirement is want to upload file in application server, from there using that file i want to create pr using bapi . I ll upload the file in application server using cg3z, now file is in app server. next step is i want to create pr using...
SAP Managed Tags: ABAP Connectivity Hi everybody I wanted to create PO with reference to PR through BAPI_PO_CREATE (4.6c), but i found there is no field to set PR info in the parameter. Is the bapi right for this case, or there are other functions? THANKS FOR ANY ADVICE! Best r...