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

BAPI_APPLICANT_CREATE - BDC Data for Dynpro SAPMSSY0 0120, debug_mode

timo_ehl3
Participant
0 Likes
963

Hi out there,

any idea? I'm using BAPI_APPLICANT_CREATE. If i debug and set the debug_mode in coding manually to 'A'. Everythings works fine and the applicant is created successfully.

But in default-Debug-Mode (N), what means NOT VISIBLE the return code gives an error.

BDC Data for Dynpro SAPMSSY0 0120 is not available.

I don't know what's going on in this report, and why the error appears.

I suggest: When i run it in mode A. I have to hit twice "enter" to submit the adress completion, so in Mode N it may cause an error...?!?!

But i testet already in self recorded bdc....it works fine. But i wanna use this BAPI.

E00344

Batchinput-Daten für Dynpro SAPMSSY0 0120 sind nicht vorhanden

Edited by: Timo Ehl on Jan 16, 2012 3:17 PM

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
815

When you run in N mode is the break point is activated..?

Nabheet

Hi out there,

any idea? I'm using BAPI_APPLICANT_CREATE. If i debug and set the debug_mode in coding manually to 'A'. Everythings works fine and the applicant is created successfully.

But in default-Debug-Mode (N), what means NOT VISIBLE the return code gives an error.

BDC Data for Dynpro SAPMSSY0 0120 is not available.

I don't know what's going on in this report, and why the error appears.

I suggest: When i run it in mode A. I have to hit twice "enter" to submit the adress completion, so in Mode N it may cause an error...?!?!

But i testet already in self recorded bdc....it works fine. But i wanna use this BAPI.

E00344

Batchinput-Daten für Dynpro SAPMSSY0 0120 sind nicht vorhanden

Edited by: Timo Ehl on Jan 16, 2012 3:17 PM

4 REPLIES 4
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
816

When you run in N mode is the break point is activated..?

Nabheet

Read only

0 Likes
815

Hello,

i went to debugger mode.

( debug_modeit's an internal variable of this bapi.) it's not published as a parameter in interface (import, etc.)

So i switched it from N to A. Then everything works fine.

OK?

Read only

0 Likes
815

Check this

[;

Plus make sure you have not put a break point in the transaction exit or somewhere

Search sdn for same issue you will find many threads..

Nabheet

Read only

0 Likes
815

so it seems that it's pick list problem, when adress completion is awaiting user interaction. I hope it is not!