2013 May 29 8:27 PM
Hi Experts,
My requirement is to call the me28n from the wbedynpro component skipping the first screen & displaying the selected purchase order.
I have am calling following URL but its not skipping the first screen.
CONCATENATE 'http'
'://' host ':' port
'/sap/bc/gui/sap/its/webgui/?sap-client=&~transaction=*ME29n EKKO-EBELN=' lv_ebeln ';T16FC-FRGCO=' lv_im_rel_code '&~OKCODE=SHOW&'
INTO url.
Please hep me with the correct URL.
Thanks,
sangeeta
2013 May 30 4:53 AM
Hi Sangeetha,
What is the tcode you want to call ME28 or ME28n or ME29n ?? and what is the issue you are receiving while calling this URL?
2013 Jun 05 9:16 PM
Hi,
I want to call ME23n, skip the first screen & directly go to the particular PO.
I dont want user to click to 'other document' & key in the PO, rather I want to do this dynamically.
Thanks,
Sangeeta
2013 Jun 06 6:08 AM
Hi Sangetham,
Go through the below link.
http://sapignite.com/call-sap-tcode-using-webdynpro-for-abap/
Best Regards,
Arun Krishnamoorthy
2013 Jun 06 6:20 AM