cancel
Showing results for 
Search instead for 
Did you mean: 

Internal Order : Settlement to PSG

former_member260552
Active Participant
0 Kudos

Hi All,

We are working on a custom MDG solution for Internal order where MDG is a HUB with multiple Target systems. Now there is a requirement of creating a settlement rule where reciever is profitability segment. Is there standard Idocs which can help me here as the BAPI for internal order is not adequate for this requirement.

I have tried looking but there is no straight forward solution for this. Any pointers in this would be much appretiated.

Thanks

Abdul

Accepted Solutions (0)

Answers (2)

Answers (2)

raghu3
Contributor

Hi,

Unfortunately , there seems to be a limitation with transferring settlement rules via ALE.

Check the information note 1932562 - Settlement rule cannot be sent to receiver system via ALE

Regards,

Raghu

former_member260552
Active Participant
0 Kudos

Hi There

Actually it is possible to send an internal order to another system but the kind of interfaces provided by sap are quite lacking. I have been still not able to figure out the perfect solution for this. Reason for that is the use of buffering to handle too many parameter passing by the standard function modules.

If there is anyone looking for a challenge, this one is quite a good one here.

There is a old function module which has not been update in quite a while but it has the handling for all settlement types but again is quite dependent on buffer. Working on it to understand how it can be used in the best possible way.

Regards

Abdul

former_member231942
Participant
0 Kudos

For Settlement rule (IO to PSG) you have to maintain the following configuration:

1. OKO6 Maintain Allocation structure (Give source and settlement cost elements)

2. KEi1 Maintain PA Transfer structure (Give source and Value Fields for FI)

3. OKO7 Maintain Settlement profile assigned in order type with above stated Allocation structure and PA transfer structure.

4. Create settlement rule with PSG as receiver. Excute settlement.

5. KE5z Check actual line item in COPA.

former_member260552
Active Participant
0 Kudos

Hello

Thanks for this information. I am actually looked to understand how do i create a settlement receiver to PSG in target system. Do we have any Bapi's or Idoc for this.

Regards

Abdul

former_member231942
Participant
0 Kudos

psg-as-settlement-reciever.jpg

1. Check order type of internal order KO03

2. Check Settlement profile in order type KOAB

3.Set Settlement optional for PSG in settlement profile OKO7

4. Create settlement rule now, system will allow you to give PSG as settlement receiver in settlement rule screen of internal order.KO02