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

Using RFBIBL01 for assignment Profitability Segment

Former Member
0 Likes
1,049

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
Read only

naimesh_patel
Active Contributor
0 Likes
838

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
Read only

naimesh_patel
Active Contributor
0 Likes
839

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

Read only

Former Member
0 Likes
838

Thanks!!!!

It work!