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

regarding in FI posting program rfbibl00

selvi1
Explorer
0 Likes
673

Hi all,

when i use the submit program RFBIBL00, it is not creating the session

i want to capture the message and data record in this case.

how and where can i do this.

Please help me with your suggestions

thanks in advance.

regards,

Selvi

Hi all,

when i use the submit program RFBIBL00, it is not creating the session

i want to capture the message and data record in this case.

how and where can i do this.

Please help me with your suggestions

thanks in advance.

regards,

Selvi

1 REPLY 1
Read only

tarangini_katta
Active Contributor
0 Likes
556

Hi ,

Befor Submit RFBIBLEOO.

Us e this

SUBMIT rsbdcsub AND RETURN

WITH mappe EQ 'Ur session name'.

WITH von EQ sy-datum

WITH bis EQ sy-datum

WITH fehler EQ space

EXPORTING LIST TO MEMORY.

SUBMIT rfbibl00 WITH ds_name = ds_name

WITH fl_check = fl_check

WITH os_xon = os_xon

WITH xnonunic = xnonunic

WITH callmode = callmode

WITH max_comm = max_comm

WITH pa_xprot = pa_xprot

WITH anz_mode = anz_mode

WITH anz_mode = anz_mode

WITH update = update

WITH xpop = xpop

WITH xlog = xlog

WITH xinf = xinf AND RETURN.

I hope it may helpful to you.

Thanks,