cancel
Showing results for 
Search instead for 
Did you mean: 

How to load data into all the fields of the dso?

Former Member
0 Kudos

hi all,

i have few fields which are loaded from PSA to DSO. this is working fine. i also have 2 other fields for which i am writing an end routine. when i debug this, i can see that all the fields in the "result_package" are getting loaded with the data including the 2 fields for which i wrote an end routine.

but when i execute the same and try to display the data in the DSO, all other fields are getting populated with the data except the 2 for which end routine was written.

could anyone help me out with this issue please...

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member209202
Participant
0 Kudos

Hi Alisha,

Did you <MODIFY> the result package with <TRANSPORTING> statement if you are not using the field-symbols. Put your code here.

Regards

Sourav

roland_szajko
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Alisha

What kind of DSO is the target? Is it wo or standard?

Could you please post the code of the endroutine?

Which release does the BW have? Its important to know, because the end routine behaves differently for endroutine fields in 7.0x and in releases >= 7.3x. (see note 1358780)

br

Roland

fcorodriguezl
Contributor
0 Kudos

Hi Alisha,

Your two objects are characteristics, if yes then you need change transfer rule (no transfer) to constants in this objects and try again.

Regards.

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

have you commented the any piece code

activate the transformation and debug the code then check it out.

pelase share the routine.

anshu_lilhori
Active Contributor
0 Kudos

Double click on the transformation in which you have written the end routine.

Press ctrl+shift+f7 . Make sure that you have selected the second radio button which says "All target fields (Independent of active rules)".

I am guessing that this should be the issue.

Regards,

AL