cancel
Showing results for 
Search instead for 
Did you mean: 

IT 0021 record not seen in IT 0167 under dependent Tab.

Former Member
0 Kudos

Hi Everyone,

We write a BDC to Upload the IT 0021 record.

This record (for eg child ) gets created through the BDC. But when we go to the IT 0167 and check the dependent Tab it does not show up.

If we create the IT 0021 record through PA30 transaction , then we get the record in IT 0167 dependent tab.

Can anyone please help me in this. We want the record to appear in IT 0167 even when we are uploading the record through BDC.

Regards,

Rohit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey Rohit,

Check whether the updation is happening through Dynamic Action for infotype 21.ie,Check Table V_T588Z for infotype 21.

If Updation is happening through Dynamic action,You need to code explicitly for 167 in your BDC

Because Dynamic actions are turned off during the execution of batch input sessions. This is a standard behavior. Any updates that happen via dynamic actions in online mode must be explicitly included in the BDC session.

Regards,

Manoj.