jmrtinz15
Discoverer
Member since ‎2023 Apr 28

User Statistics

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

User Activity

We have some custom code for a client that Auto-PGI's all deliveries in a shipment. For each one we set VBKOK-WABUC = ABAB_TRUE (PGI Automatically). We then pass this into WS_DELIVERY_UPDATE FM.Auto-PGI works correctly, however we noticed that only t...
I have a requirement to create and pass back values to two pricing conditions (ZFST and ZFCT) to header level sales orders. I tried using BAPI_SALESORDER_CHANGE but it only creates duplicates of one of the conditions. It does not create both. *Note t...
I wrote up a program to perform mass updates on variants. I am using FM RS_VARIANT_CONTENTS to pass in report and variant from table VARID. CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = gs_varid-report variant = gs_varid-variant move_or_w...