Application Development and Automation 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: 
Read only

Calling ME28N from webdynpro

Former Member
0 Likes
987

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
Read only

surajarafath
Contributor
0 Likes
911

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?

Read only

0 Likes
911

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

Read only

0 Likes
911

Hi Sangetham,

Go through the below link.

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

Best Regards,

Arun Krishnamoorthy

Read only

Former Member