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

document line item text in Clearing document

Former Member
0 Likes
1,360

Dear All,

Document line item text

My client want the vendor invoice line item text(BSIK-SGTXT) to be captured in the corresponding clearing document line item text field(BSAK-SGTXT).

(i.e) The vendor invoice and its payment clearing document should have the same text in the document line item text filed.

According to me i can use a substition rule and a user exit to assign the values. but here comes a problem* i have one clearing document against 3 to 4 vendor invoice documents* so my programming logic has got stucked here? like which vendor invoice line item text the clearing document should pick up?

is there any other enhancements possible or can some one help me with the programming logic to be applied here.

Thank you

Regards,

Vasanth D

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
972

like which vendor invoice line item text the clearing document should pick up?

is there any other enhancements possible or can some one help me with the programming logic to be applied here

Why don't you discuss the issue with your client? As you said, if you pay 5 invoices in a single run, the payment document item text can't carry all of those texts unless you use the long text. What is the reason for the requirement? Perhaps there's another solution.

like which vendor invoice line item text the clearing document should pick up?

is there any other enhancements possible or can some one help me with the programming logic to be applied here

Why don't you discuss the issue with your client? As you said, if you pay 5 invoices in a single run, the payment document item text can't carry all of those texts unless you use the long text. What is the reason for the requirement? Perhaps there's another solution.

3 REPLIES 3
Read only

brad_bohn
Active Contributor
0 Likes
973

like which vendor invoice line item text the clearing document should pick up?

is there any other enhancements possible or can some one help me with the programming logic to be applied here

Why don't you discuss the issue with your client? As you said, if you pay 5 invoices in a single run, the payment document item text can't carry all of those texts unless you use the long text. What is the reason for the requirement? Perhaps there's another solution.

Read only

gabriel_pill-kahan
Active Participant
0 Likes
972

If you want to force one-to-one relationship between an invoice document and a clearing document you have to setup the vendor master data. In the company code data -> payment transaction screen check the flag for individual payment (LFB1-XPORE). Now the payment program will create a separate clearing document for each invoice and you eliminate the ambiguity.

Read only

Former Member
0 Likes
972

same has been done thank you all