Skip to Content
0
Former Member
Nov 29, 2006 at 01:16 PM

BDC session method

41 Views

Hi,

In BDC session method can we use <u>messtab</u> for getting the messages in the transaction as in BDC call transaction method.

In my case i want to do something like below through <u>BDC session method</u>..

CALL TRANSACTION 'O3A1' USING bdctab

MODE 'E'

UPDATE 'L'

MESSAGES INTO messtab .

ENDLOOP.

PERFORM MESSAGE1.

PERFORM NEXT_TRANS.

FORM MESSAGE1.

LOOP AT messtab.

SELECT SINGLE * FROM T100 WHERE SPRSL = MESSTAB-MSGSPRA

AND ARBGB = MESSTAB-MSGID

AND MSGNR = MESSTAB-MSGNR.

<b><u>var_msg = messtab-msgv1</u></b>.

can anybody help me applying similar logic through session method.

it is very urgent requirement so ur valuable support will grant to maximum points.

Thanks''

sonal