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: 

BAPI_APPLICANT_CREATE - BDC Data for Dynpro SAPMSSY0 0120, debug_mode

timo_ehl3
Participant
0 Kudos

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

nabheetscn
Active Contributor
0 Kudos

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

Nabheet

4 REPLIES 4

nabheetscn
Active Contributor
0 Kudos

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

Nabheet

0 Kudos

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?

0 Kudos

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

0 Kudos

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