cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Empty fields in BW4

0 Likes
1,751

Hello Experts,

I tell you that I am working on BW4hana connected to S4HANA. On S4 create a table-based datasource (RSO2). Then I did an enhance through RSA6, and in CMOD I wrote the code to fill the fields. I made sure to remove the deleted mark and used the RODPS_OS_EXPOSE program. Everything works fine on the RSA3!!

In BW4 I see all the fields and I can map them, but when I run the DTP in BW4 only the fields from the table arrive (the extended fields come empty).

On the other hand, I see that a datasource with the same characteristics, if it works. What's going on?

Greetings

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member362801
Discoverer
0 Likes

Hi Leonel,

Can you do a simple check.

Have you checked the job in source system when you started the extraction, Check the job log, If its an Authorization Error, you should get a message...

If that will not a case, then post your code..

Thanks.

Hitesh

TuncayKaraca
Active Contributor
0 Likes

Hello Leonel,

You can consider simulating and debugging DTP requests. So you can see what's going on for the custom fields.

On the other hand the issue might be on S/4HANA side. So you may need to test & debug data source and the CMOD enhancement/user-exit in S/4HANA too.

References:

Thanks,
Tuncay

Hello Tuncay,

I have debugged in BW4 and the problem is that the data does not arrive from S4HANA, it seems that the CMOD code is not executed. In S4HANA, I executed RSA3 and I have debugged, everything is correct (the fields are filled).

Thanks,

Leonel

TuncayKaraca
Active Contributor
0 Likes

It's to good hear that, Leonel. So you are good now!

Tuncay

0 Likes

The problem is the fields arrive empty at BW4 .... I do not understand why in the RSA3 if they are filling ...

Greetings,

Leonel

TuncayKaraca
Active Contributor
0 Likes

Make sure Transfer (Field Transferred) check box is set on BW4 DataSource's Fields tab for the fields.

0 Likes

Yes, I'm sure