cancel
Showing results for 
Search instead for 
Did you mean: 

Additional field "SYHR_A_P0105_AF_CELL" doesn't work in InfoSet

Former Member
0 Kudos

Hi experts,

I am trying to make a SAP query base on logical database PNP, what I did:

1. create a infoset base on PNP, selected infotype 0105

2. create a query base on the infoset, chose field SYHR_A_P0105_AF_CELL and SYHR_A_P0105_AF_EMAIL

The email field works, but the cell phone field output no value.

what's the secret behind the additional fields? How was the data is read from backend tables?

Thanks a lot.

Robin

Accepted Solutions (0)

Answers (2)

Answers (2)

ted_dinh
Active Contributor
0 Kudos

Robin :

These pre-defined additional fieds for IT0105 are auto-populated through SAP function 'RPAQ_GET_AF_0105'. Therefore, if you use SAP standard subtype 'CELL' instead of custom subtype, additional field 'SYHR_A_P0105_AF_CELL ' would also be populated.

However, if you decide to use custom subtype for it, when in this additional field, right click on it - select 'Field Code', and key in your own logic to have this field populated instead.

Rgds.

Former Member
0 Kudos

Hi,

anybody knows what are the relationships between the additional fields in P0105_AF and the infotype data? If I have a customized subtype, how to get the value of subtype from SAP Query and infoset?

No clue found on the web.

thanks a lot.

Robin

Former Member
0 Kudos

Hi Robin,

To use additional filed in Infoset you need to write a small program. Accordingly Infotype data will picked from the subsequent table/ tables and appear in your query.

Regards,

GRM

Former Member
0 Kudos

Hi GRM,

could you please explain a little more? where to write the code? Thanks.

Robin