Application Development 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: 

GL Master upload at comp code level for different account groups

Former Member
0 Kudos

Hi,

I want to upload GL Master data for comp code level using Tcode FSS0.

But I am having different screens and different fields for different account groups,

It is difficult to do the recording for all the account groups at the same time.

We have also tried by making all fields are optional and giving some dummy data for all fields.in this way we were able to record all the fileds but problem is while uploading we will face the error for the specific account group saying some screen fields does not exist.

Please suggest me any solution

2 REPLIES 2

Former Member
0 Kudos

A failry common BDC problem.

You'll have to check each account number's group as you read it and your program will have to call the correct screens.

Rob

Former Member
0 Kudos

Process your BDC based on the account group data you are processing. This is a very common problem, when you think of handling BDC in FI transactions.

Regards,

Kiran