sahu101
Explorer
Member since ‎02-18-2022

User Statistics

  • 8 Posts
  • 0 Solutions
  • 8 Kudos given
  • 2 Kudos received

User Activity

I have a custom action which changes the status of a line item. Pressing the button for the custom action successfully changes the status but then it opens a blank object page (uuid full of 0s) in read only mode. How do I avoid this problem?following...
I am using a custom action in my rap application but the modify statement does not update the key field. Following is the method for the custom action. Please advise on how to solve this and let me know if any more information needed.DATA: lt_inv_rea...
I have the following schema for a CAPM application in nodejs. I have the following schema for a dummy CAPM application in nodejs. entity Orders : managed { key id : UUID; name : String; description : String; total_...
I have three tables, table1 is the parent of table2 and table2 is the parent of table3. I have created the cds views and now I am trying to create the behavior definition. I have marked table1 as root entity and now in the behavior definition I am ge...
I am using BAPI_MATERIAL_SAVEREPLICA to update the Max Stacking Factor and Gross weight for an existing material for Base unit of measure EA. After the BAPI successfully updates the two fields and I am able to see the changes reflected in table MARM ...