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: 

rsbdcbtc

former_member182412
Active Contributor
0 Kudos

hi experts,

i am processing session using RSBDCBTC with qid and modus parameters like this.

SUBMIT rsbdcbtc

WITH mappe = P_SESS

with modus = 'N'

WITH queue_id EQ lv_qid

and return.

if i want to process in fore ground what is the value of modus parameter.

thanks in advance,

praveen.

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

hi,

try 'A'

Andreas

4 REPLIES 4

andreas_mann3
Active Contributor
0 Kudos

hi,

try 'A'

Andreas

0 Kudos

hi,

i tried with 'A' but its saying please choose processing option.

thanks in advance,

praveen.

0 Kudos

HI

Please try with these options, as per the documentation in the program:

  • - STARTEN einer Batch-Input Mappe. Modus 'N' Dunkel abspielen *

  • - LÖSCHEN einer Batch-Input Mappe Modus 'D' oder 'P' *

  • ( Modus 'D' loescht Mappe; 'P' loescht Mappe + Protokolle) *

  • - FREIGEBEN einer Batch-Input Mappe Modus 'F' *

  • - DRUCKEN einer Batch-Input Mappe Modus 'R'

Kind Regards

Eswar

0 Kudos

Hi,

you can only process it in background.

Modus A is not provided

in engl.

  • - starting bdc mode 'N' in background

  • - delete bdc: 1) mode 'D' bdc-map, 2) 'P' map + log

  • - release bdc-map mode F'

  • - print bdc-map mode 'R'

Andreas

Message was edited by:

Andreas Mann