Application Development 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: 

Payment Document Reversed

kiran_k8
Active Contributor
0 Kudos

Hi Folks,

1.How to identify a reversed Payment Document ? Can we consider BKPF-XREVERSAL not equal to 1 or 2 ?

2.What is the difference between Reversed Doc and Reversal Document.

Thanks,

K.Kiran

1 ACCEPTED SOLUTION

martin_voros
Active Contributor
0 Kudos

Hi,

1. Yes, you can used this field. The reversed document has this field set to 1.

2. Reversal document is document which was used to reverse document.

For example:

Doc 1 was reversed by document 2. Then Doc 1 has XREVERSAL=1 and doc 2 has XREVERSAL=2. These two documents are linked via fields STBLG and STJAH.

Cheers

2 REPLIES 2

martin_voros
Active Contributor
0 Kudos

Hi,

1. Yes, you can used this field. The reversed document has this field set to 1.

2. Reversal document is document which was used to reverse document.

For example:

Doc 1 was reversed by document 2. Then Doc 1 has XREVERSAL=1 and doc 2 has XREVERSAL=2. These two documents are linked via fields STBLG and STJAH.

Cheers

Former Member
0 Kudos

Also we can check reversed document in FB03 transaction. You can find this data in BKPF-STBLG..

BKPF-XREVERSAL = 1 (Reversed Document)

BKPF-XREVERSAL = 2 (Reversal Document)

.