cancel
Showing results for 
Search instead for 
Did you mean: 

Data Not populating in enhanced fields

Former Member
0 Kudos

Hello Experts,

I have enhanced 2LIS_17_I0NOTIF datasource with 3 fields.

I can see the fields in RSA3. However data is not populated.

Please guide me to get values populated in that.

Thanks in advance.

Kavitha

Accepted Solutions (1)

Accepted Solutions (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi,

at RSA6, have you selected field known in exit check for enhanced fields? if not then select and later test it.

What about your logic, have you debugged thru ABAP expert?

please check your logic.

Thanks

Former Member
0 Kudos

Hi Ram,

Thanks for your quick reply.

Yes i have removed tick mark from Hide field and selected field only.

Also i have debugged my enhancement code and activated it.

Regards,

Kavitha

RamanKorrapati
Active Contributor
0 Kudos

As per your logic source table have data?

if you debugged then haven't you find the problem?

former_member229708
Active Participant
0 Kudos

Hi Kavitha,

When you are debugging.. Could you please check that final output populating to correct final output internal table.

If it is populating correctly in final output internal table then it should display result to in RSA3.

Thanks & Regards,

Vipin

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Friends,

Thanks for all your help.

Nested CASE was the problem.I have corrected it and data is getting populated now.

Regards,

Kavitha

fcorodriguezl
Contributor
0 Kudos
former_member360228
Contributor
0 Kudos

Debug your code to find the right issue:

1. Is your code working?

2. Are you pushing the enhanced values back to the extractor in the code?

3. Is there data available in the source tables?

4. Is the data in your data-source matching with the data in source tables?

Thanks,

Arminder

Former Member
0 Kudos

Maybe you added the fields without enhancing the extractor? Please check CMOD if there's an implementation of RSAP0001 (includes ZXRSAU01..4).