Skip to Content
4
Former Member
Jun 28, 2007 at 11:39 AM

SAP Transaction Iview -SAPGUI for HTML-Passing 2 OkCodes and one parameter.

52 Views

Hi All,

I'm using SAPGUI for HTML. The transaction code is me23n.

Usually while using transaction i view we give the parameters to be passed in "Application Parameter" and the Ok code in "Okcode", and it will work fine

Problem:

1. i dont have the input filed name in the first screen

Requirement:

Now in SAP R/3 for this transaction me23n, i need to first click OtherPurchaseorder button(Okcode is MECHOB) and then enter the Purchase order number (Screenfield name = MEPO_TOPLINE-EBELN) and then click Other Document button(Okcode is MEOK) to get to the next screen.

Now i have the Purchaseorder number and i'm not sure of what to give in the Application parameter and the OK code so that when i click the preview button i should directly go to the second screen.

I will be calling this transaction view through WebDynpro.