2021 Mar 12 1:11 PM
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.
2021 Mar 12 1:43 PM
2021 Mar 12 1:45 PM
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.
2021 Mar 12 3:39 PM
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.
2021 Mar 12 3:44 PM
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'.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |