2008 Dec 10 11:22 AM
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
2008 Dec 10 11:55 AM
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,
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |