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 skip screen

Former Member
0 Likes
691

Hi gurus,

I have a little problem with a HR batch input.

I'm trying to upload the data through infotypes, but in the case of infotype 0015 I have some problems. For every person we upload data, we can upload also up to 20 infotypes of the same type. So i have set up the infogroup repeating 20 times the infotype 0015, and if we have data for the 20 times, all works perfect.

The mainly problem is that we can have informed only a few of this 20 infotypes, and we want to skip the screen of the infogroup till the next different infotype, but when we try, the system shows the error "No batch input data for screen...."

Can you help me, please?

I give you a clear example about it.

infotype 0001-----data--


batch input: OK

infotype 0002-----data--


batch input: OK

infotype 0008-----data--


batch input: OK

infotype 00015-----data--


batch input: OK

infotype 00015-----data--


batch input: OK

infotype 00015-----data--


batch input: OK

infotype 00015-----data--


batch input: OK

infotype 00015----- no data--


batch input: "No batch input data for screen...."

infotype 00015------- no data

infotype 00015-------no data

infotype 00015-------no data

infotype 00015------- no data

Thanks I will appreciate all the help you can give me.

2 REPLIES 2
Read only

Former Member
0 Likes
521

which transaction u are using ?

y dont u try FM HR_INFOTYPE_Operation.

see its documentation & sample programs in ABAP forums.

regards

Prabhu

Read only

0 Likes
521

Hi,

We know this FM. We are using only PA30 for the input, and the main problem is with the repetition of the screen of the infotype 0015....

We have started with the standard batch input because everything worked ok, and this is the only problem we have now, and we prefer not change the structure and continue with the batch input. If this was impossible. Do you know if we can add this FM inside a batch input? After everything else was done.

Thanks in advance