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

Original Document - Clearing Document.

Former Member
0 Likes
1,719

Hi All,

I have a requirement where in i need to find a table :

Which provides me the linkage between : Original Document Number - Clearing Document Number - Write Off Reason Code(corresponding to the line item of the clearing document using F-32).

For Example: Suppose i have an Original Document Number and I Write Off an amount with a particular Reason Code and a Clearing Document is generated and a GL account is linked to this clearing document.

So I need a table where all these values can be mapped and fetched.

Any Logic or Table will do..

2 REPLIES 2
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
920

Check table BSE_CLR (BSE_CLR-BELNR_CLR is the clearing document and BSE_CLR-BELNR is the cleared document)

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
920

Hello,

You can find the clearing document in BSEG itself (the clearing doc detail is also maintained in the index tables viz., BSID, BSAD etc.). The relevant fields are AUGBL(Clearing Doc. No.) & AUGDT(Clearing Doc. Date)

BR,

Suhas