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

FI Validation

Former Member
0 Likes
1,031

Hi Experts,

I need some function module or some programm, that validates FI document. Is there such function? Or is there any chance to run FI document validation without using CALL TRANSACTION statement?

Thanks&regards,

Jirka

6 REPLIES 6
Read only

brad_bohn
Active Contributor
0 Likes
912

What do you mean by 'validate'? Shouldn't your validation occur while the document is being processed, not afterwards?

Read only

Former Member
0 Likes
912

Hello,

I mean the same validations as happen when ou create document using e.g. FB60. For example validation, that cost center is relevant for company code, etc. I need only to park FI document, not post.

Thanks&regards,

Jirka

Read only

Former Member
0 Likes
912

Well, before you park it, simulate it.

Rob

Read only

Former Member
0 Likes
912

Hello,

I need to park FI document using ABAP program, not using standard transaction. There are some function modules, which I can use to park document, but these function modules does not perform validation, so I need to check document header and items, if they are consistent.

Thanks&regards,

Jirka

Read only

0 Likes
912

I have directly called FI_VALIDATION_HEADER and FI_VALIDATION_ITEM in the past in order to perform checks before actually initiating the posting.

Thomas

Read only

Former Member
0 Likes
912

hello

i am also doing same development could please tell me what are the function modules you used to park

it is more help full for me . . . .

thanks in advance

regards

srini