SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Assignment to main transactions is not possible

Former Member
0 Kudos
361

Hi Gurus,

We are not able to post the FPE1 posting, after giving all the inputs & press Save it is going for Run time Error(ABAP dump) with below error message.

"Message class Number 0361 FSC1 026 Assignment to main transactions is not possible"

before posting I am simulating the document but not finding any error (The system did not find any errors in the dialog during the simulation)

I have checked EK01 and EK02 and the simulation is giving right GL account.

could you please advise on this. Thanks in Advance.

Regards,

Anilaa Chowdary.

1 ACCEPTED SOLUTION
Read only

AmlanBanerjee
Active Contributor
0 Kudos
200

Hi Anilaa,

The error that you are getting is triggered from the Standard FM, FSC_DB_TFKIVV_SELECT.

In a nutshell, you need to assign the main/sub combination that you are using for posting a document thru FPE1, to the Internal main/sub Transaction combination in the following SPRO Code-

IMG-->Financial Accounting-->Contract Accounts Receivable and Payable-->Basic Functions-->Postings and Documents-->Document-->Maintain Document Assignments-->Maintain Transactions for IS-U-->Maintain Transactions for Charges

Double click 'Allocate Transactions to Internal Transactions' and assign the main/sub combination to the Internal main/sub Transaction combination.

Hope it helps.

Thanks,
Amlan

View solution in original post

2 REPLIES 2
Read only

AmlanBanerjee
Active Contributor
0 Kudos
201

Hi Anilaa,

The error that you are getting is triggered from the Standard FM, FSC_DB_TFKIVV_SELECT.

In a nutshell, you need to assign the main/sub combination that you are using for posting a document thru FPE1, to the Internal main/sub Transaction combination in the following SPRO Code-

IMG-->Financial Accounting-->Contract Accounts Receivable and Payable-->Basic Functions-->Postings and Documents-->Document-->Maintain Document Assignments-->Maintain Transactions for IS-U-->Maintain Transactions for Charges

Double click 'Allocate Transactions to Internal Transactions' and assign the main/sub combination to the Internal main/sub Transaction combination.

Hope it helps.

Thanks,
Amlan

Read only

0 Kudos
200

Thanks Amlan, we detected the same & Issue has been resolved.

Regards,

Anilaa