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

Batch Input to PA40

Former Member
0 Likes
949

Hi experts,

I need make batch input to PA40 for new action and when i arrive to IT 0001 SAP say:

No dats in IT 0000. SAP don´t save dats. How can i solve the problem?

Thanks.

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
681

Hi,

We dont write BDC's for PA40, instead write one for PA30.

Use that your problem will solve.

Regards,

Amit

Reward all helpful replies.

Hi,

We dont write BDC's for PA40, instead write one for PA30.

Use that your problem will solve.

Regards,

Amit

Reward all helpful replies.

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
682

Hi,

We dont write BDC's for PA40, instead write one for PA30.

Use that your problem will solve.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
681

Hi,

Although it’s not recommended to use BDC for transaction PA40, you will experience in most cases that the problems you encounter can be solved by repeated calls separating the infotypes. E.g. if you want to update infotypes 41 and infotype 8 (witch happens to be dependent on infotype 41), you first call PA40 with infotype 0, then 41 and save. In the next run you call PA40 with the same values for infotype 0, skipping 41 and update infotype 8.

This being said, it is better to use PA30 when possible.

Best regards,

Simen Huuse