‎2007 Mar 16 6:33 PM
How can I programatically open the Item Overview tab of transaction
ME23N using BDC?
Thanks
‎2007 Mar 16 7:11 PM
‎2007 Mar 16 6:37 PM
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
‎2007 Mar 16 6:58 PM
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"
‎2007 Mar 16 7:06 PM
Try this function code '=MEV4001BUTTON'.
Thanks,
Santosh
Message was edited by:
SKJ
‎2007 Mar 16 7:11 PM
‎2007 Mar 16 7:28 PM
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