former_member667843
Discoverer
Member since ‎01-30-2020

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I want add validation for Account Assignment Group field "KTGRD" ,in BP Transaction While Creating and Extending the Customer Master,Please Suggest me the Solution.
We have written a Code to Upload DMS document through FM BAPI_DOCUMENT_CREATE2 But We are getting Error as "DATA Carrier is not defined". We have created Storage category as "ZDMS" in Config below is my Code,please suggest the solution. ABAP CO...
I am using BAPI_DOCUMENT_CREATE2 for DMS file Upload, I am able to upload file from one location,but from other location its getting E26 253 error for same file. Please suggest the solution.
I want to update PO Item Condition though BAPI BAPI_PO_CHANGE, but its not getting updated below is my code: WA_POCOND-CONDITION_NO = '1000019505'.WA_POCOND-ITM_NUMBER = '00010'.WA_POCOND-COND_ST_NO = '38'.WA_POCOND-COND_COUNT = '1'.WA_POCOND-CAL...