cancel
Showing results for 
Search instead for 
Did you mean: 

Cppy text from billing item to text in acouting document

former_member200754
Participant
0 Kudos

Hello all,

May i ask that are there any ways to link between billing item to item in accounting document

I want to copy billing item desc to text in document accounting.

I checked some post about linked between linking billing item to item accounting but i got unclear answer.

any help would be appreciated.

Thank you,

Vo

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Just one question since I am not sure on the existing business process. As you would be aware, standard SAP functionality of SD-FI integration is system would post the line item value from SD to FI, based on the Account Key we set in pricing procedure. This being the case, how you want the system to behave if the material description differs for the same condition type ? Not a Best Practice according to me.

former_member200754
Participant
0 Kudos

G Lakshmipathi,

Thanks for your answer, I clear some points now.

it was a request from user, maybe i will clarify more with user.

Thanks,

Vo

Answers (1)

Answers (1)

sez41
Active Contributor
0 Kudos

John,

Do you want to "copy billing item text" (long text) or "billing item description" (material description) to accounting document?

Your question asks the first, whilst in detail you had mentioned "I want to copy billing item desc to text in document accounting."

I guess, and hope, you'd like to "copy billing item desc to text in document accounting."

This will need a bit of coding. You can check customer function EXIT_SAPLV60B_002 to see if it fits your requirement.

former_member200754
Participant
0 Kudos

Hello Kıvanç Bilgin,

Sorry for a little bit confuse. I mean the material description. I checked customer exit

EXIT_SAPLV60B_002 but this customer exit seem not satisfy. but the exit : EXIT_SAPLV60B_004 maybe cover the requirement but i do not know how to link billing item with the line item in accounting ( abap structure ACCIT ).

It would be nice if have any sample code about this linking.

sez41
Active Contributor
0 Kudos

John, you just need to move vbrp-arktx to bseg-sgtxt.

former_member200754
Participant
0 Kudos

Kıvanç Bilgin,

Yes, i need to move material desc to bseg-sgtxt . But the it is difficult to to know the relationship between the record in billing item (VBRP) and the accounting document item (bseg)