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 FB09

Former Member
0 Likes
686

Hi All,

We have to write a BDC for FB09 depending upon the company code as given in the selection screen.But we have observed that the screens for FB09 corresponding to each company code varies.this is because of different configurations which has been done for different company codes. So please suggest us if there is any generic method to implement it as we cann't do the recording for each of the company code(As no of company code is 200).

Thanks

Raj

Hi All,

We have to write a BDC for FB09 depending upon the company code as given in the selection screen.But we have observed that the screens for FB09 corresponding to each company code varies.this is because of different configurations which has been done for different company codes. So please suggest us if there is any generic method to implement it as we cann't do the recording for each of the company code(As no of company code is 200).

Thanks

Raj

3 REPLIES 3
Read only

Former Member
0 Likes
548

I see two options for you:

The program that creates the BDC has to analyze the customization tables to figure out just what fields are displayed on a screen and the screen sequence. This would be pretty difficult.

Just use the mass change functionality of the line item change/display transactions.

rob

Read only

0 Likes
548

Hi,

Try using BAPI_ACC_DOCUMENT_POST.

- Murali

Read only

andreas_mann3
Active Contributor
0 Likes
548

Hi,

use fm FI_FIELD_SELECTION_DETERMINE

to dtermine your field-status of account / posting key

and look here:

Message was edited by: Andreas Mann