priya_ramani
Participant
Member since ‎11-24-2014

User Statistics

  • 104 Posts
  • 3 Solutions
  • 6 Kudos given
  • 12 Kudos received

User Activity

Hi Team,I have assigned one requirment in which they asked to add drop-down for one field in the existing odata service.Can anyone let me know the steps or any reference document for the requirement. Please find the attached image .I want to add F4 h...
Hi Team, I have a string(VAKEY) which can have 4 or 5 or 6 words and i want to capture the 4th word from that string. in the above VAKEY the words are seperated by spaces , it can be seperated by 2 spaces or 3 spaces or 4 spaces.I want to spli...
Hi Team, I'M using bapi SD_SALESDOCUMENT_CREATE for creating sales order. CALL FUNCTION 'SD_SALESDOCUMENT_CREATE' EXPORTING sales_header_in = w_sales_head sales_header_inx = w_sales_headx status_buffer_refresh = abap_false IMPORTING salesdocumen...
Hi Team, I'am using BAPI_PO_CREATE1 to create PO , i'm passing NET_PRICE in POITEM-NET_PRICE as 0.01But once the PO is created i could see 30 in NETPR field. Note : I'm not passing any conditions(POCOND) to BAPI. Still i want my passed 0.01 to...
Hi Team, when i create PO for one document type in ME21n , i need to unchecked the field REPTO returns item. How can i achieve it ?Where can i write the code before savings PO , can we do that ?i want that REPTO field to be unchecked.