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: 

Using RFBIBL01 for assignment Profitability Segment

Former Member
0 Kudos

Hi, All.

Please, tell me, how I can send data like Profit Center, Material, Material Group and others, to Profitability Segment. I use RFBIBL01 for it. My programm change external file in format of RFBIBL01 and then submit rfbibl01. But here are any problems:

1. When checkbox "Calculate tax" is on ('X') - screen with Profitability Segment doesn`t close (no ok-code).

2. I don`t know, how to give values to Profit Segment. I supoused that I need to use BBSEG-RKE_*, but it doesn`t help...

Thanks.

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Hello,

You must pass BBSEG-RKE_BUKRS = bukrs, otherwise your profitability data will not considered by the porgram.

Pass all other data as required in the BBSEG-RKE*.

Regards,

Naimesh

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

Hello,

You must pass BBSEG-RKE_BUKRS = bukrs, otherwise your profitability data will not considered by the porgram.

Pass all other data as required in the BBSEG-RKE*.

Regards,

Naimesh

Former Member
0 Kudos

Thanks!!!!

It work!