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: 

PPDPIM :Update IDP: ITS Programming

Former Member
0 Kudos

Hi all,

I am trying to update employees IDP ( PPDPIM ), through ESS. For this I have developed a RFC function module and written ITS program in SE80 which call the function module from ESS.The function module updates the IDP thru a BDC call transaction.

When I test the function module in R3,it creates records correctly but it is giving error ( 1001 ) when i test it from ESS.

need help in this regard.

1 ACCEPTED SOLUTION

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

Sounds like a typical online / background problem (1001 = dynpro not found?!).

Probably your transaction reacts different in batch mode. Write a small test report in R3 to check your function module in batch mode.

If this is the problem, you can either try to figure out fields and dynpros of background or you might need to use a different technic for booking.

Regards,

Christian

1 REPLY 1

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

Sounds like a typical online / background problem (1001 = dynpro not found?!).

Probably your transaction reacts different in batch mode. Write a small test report in R3 to check your function module in batch mode.

If this is the problem, you can either try to figure out fields and dynpros of background or you might need to use a different technic for booking.

Regards,

Christian