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

BDC

Former Member
0 Likes
533

How can I programatically open the Item Overview tab of transaction

ME23N using BDC?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

I tried this too, but get the same error message

5 REPLIES 5
Read only

Former Member
0 Likes
508

I think BDC is not possible over ME23N as it seems to be an enjoy transaction.

However, try recording using SHDB t-code

Thanks,

Santosh

Read only

Former Member
0 Likes
508

This is part of the code I am using:

CALL METHOD me->bdc_field

EXPORTING

field_name = 'BDC_OKCODE'

field_value = '=METOGGON2'.

In running the program the following message is displayed:

"Function code canoot be selected"

Read only

0 Likes
508

Try this function code '=MEV4001BUTTON'.

Thanks,

Santosh

Message was edited by:

SKJ

Read only

Former Member
0 Likes
509

I tried this too, but get the same error message

Read only

0 Likes
508

Are you in this program SAPLMEGUI and screen number 0014?

I am sure that BDC is not possible over Njoy transactions like ME21N, ME22N and ME23N.

You may try recording ME23 istead using SHDB t-code OR it is always better to go for BAPIs. You may use BAPI_PO_CREATE1 in your case.

BAPI is preferred over BDCs if one exists.

Thanks,

Santosh

Message was edited by:

SKJ