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 for subscreen with more fields button

Former Member
0 Likes
314

Hi All,

Here is an issue:

I am using BDC to upload data to ME21N.

Here should the data appear:

ME21N -> Personal settings -> Default values.-> PO header

Everything works fine, every fields are filled until I add a new field with the "More fields" button, eg: Currency.

I got an error when I tried to add Currency for the mainscreen, I got error when I tried to add it to the subscreen.

BDC does not allow it to fill because Currency is not on the screens by deafult.

How can I fill field Currency or other fields coming from "More fields"?

1 REPLY 1
Read only

Former Member
0 Likes
273

Hi,

Use function module BAPI_PO_CREATE instead, more efficient.

CHeers.

...Reward if useful.