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

Park documents using RFBIBL00

Former Member
0 Likes
574

Hi all,

I am trying to park documents using the program RFBIBL00.

To this program we need to pass the document date and posting date.

These two fields are in structure bbkpf and each is of 8 characters.

and therefore i am passing date in YYYYMMDD format.

But the transaction needs the date in DD/MM/YYYY format(i have seen when i have run the session) which is of 10 characters.

I cannot pass the date as DD/MM/YYYY because the date fields are of 8 characters in length .

So because of this i am unable to run the trasaction.

Any pointers to this problem is helpful.

Thanks.

Hi all,

I am trying to park documents using the program RFBIBL00.

To this program we need to pass the document date and posting date.

These two fields are in structure bbkpf and each is of 8 characters.

and therefore i am passing date in YYYYMMDD format.

But the transaction needs the date in DD/MM/YYYY format(i have seen when i have run the session) which is of 10 characters.

I cannot pass the date as DD/MM/YYYY because the date fields are of 8 characters in length .

So because of this i am unable to run the trasaction.

Any pointers to this problem is helpful.

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
494

Hi,

use Module BAPI_ACC_GL_POSTING_POST in your own program

Regards

Read only

Former Member
0 Likes
494

dear Joshi,

I also need same requirement, please can you suggest how to do Park documents using abap program, please if you have any example can you send it..

your cooperation will be highly appreciated.

Read only

Former Member
0 Likes
494

I passed the date as DDMMYYYY without the separators and the transaction accepts it adn it worked.

Thanks.