Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling ME28N from webdynpro

Former Member
0 Kudos

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

4 REPLIES 4

surajarafath
Contributor
0 Kudos

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?

0 Kudos

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

0 Kudos

Hi Sangetham,

Go through the below link.

http://sapignite.com/call-sap-tcode-using-webdynpro-for-abap/

Best Regards,

Arun Krishnamoorthy