former_member210563
Participant
Member since ‎2012 Apr 07

User Statistics

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

User Activity

Hi, I am adding a field to a standard extractor using RSA6 and that is ok. However, I also need to modify the data selection in FM. Can I make a copy of the FM in the same FG or is there a way to make an enhancement of the FM for the standard ext...
Hi, I use the BADI above to trigger a web service outbound to send PO data to a third party system. I need to send Work Order No for Item Lines in the WSDL and I have added this code in the above method in order to read the accounting data for it...
I am using BADI ME_PROCESS_PO_CUSTmethod POST in order to read the PO Item fields.. This BADI is getting called through ME21N and ME22N. My problem is that when it gets called from ME21N, field for Delivery Date on item level is still empty in tab...
Hi, I have a custom implementation of the above BADI. I am triggering a web service in order to send PO data to a third party system. This Call Method is placed in POST method of my implementation and it works fine when using transaction ME22N (c...
Hi, I have created a web service for outbound PO's. It has worked fine since I made it. However, we wanted to add 5 new fields to be send for PO item. I have modified the structure by adding these fields and afterwards, I regenerated the service ...