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

Can u run the BDC foreground Calling form web dynpro

former_member196331
Active Contributor
0 Likes
1,375

hi.

I need small help. I have some experience in BDC. Never worked with web dynpro.
one webdynpro application is there... it is calling one class and method.
In this method it is calling BDC.
it is having options like ,the below are the options. before calling the BDC.

Dismode N

Upmode S

Cattmode

Defsize X

Racommit

Nobinpt X

Nobind

In debug mode i just made Dismode N to 'A' tried 'E' to.
application is going like 503 Service not available.
how could find in which screen and field is having problem.
Sy-surbc is coming like 1001 , in message coming like Not an input field.

this filed i am passing to BDC. I checked werks Input data. length and exact value i am passing. There is no issue.
the question is how can I run the bdc in foregroudn.

Need valuable suggesitons.

hi.

I need small help. I have some experience in BDC. Never worked with web dynpro.
one webdynpro application is there... it is calling one class and method.
In this method it is calling BDC.
it is having options like ,the below are the options. before calling the BDC.

Dismode N

Upmode S

Cattmode

Defsize X

Racommit

Nobinpt X

Nobind

In debug mode i just made Dismode N to 'A' tried 'E' to.
application is going like 503 Service not available.
how could find in which screen and field is having problem.
Sy-surbc is coming like 1001 , in message coming like Not an input field.

this filed i am passing to BDC. I checked werks Input data. length and exact value i am passing. There is no issue.
the question is how can I run the bdc in foregroudn.

Need valuable suggesitons.

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,312

Are you saying that you want to use BDC with Web Dynpro?

Read only

former_member196331
Active Contributor
0 Likes
1,312

yes...already used somebody.. now it is not working... need to find it... where exactly is the problem.. need to run bdc in foreground ... this is my question.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,312

BDC cannot simulate user actions on Web Dynpro screens. It simulates only user actions on Dynpro screens.

But I understand now the question. I post an answer.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,312

You can run CALL TRANSACTION ... MODE 'A' or 'E' only when connected to SAP GUI for Windows.

You must retrieve the exact context where CALL TRANSACTION runs (content of USING, user name, etc.) and run the transaction code manually. Of course, if possible to create a test program, I find it more convenient to make it run the transaction code with CALL TRANSACTION ... MODE 'A' or 'E'.