cancel
Showing results for 
Search instead for 
Did you mean: 

Blank values getting populated to ADSO

0 Kudos

Hi BW Experts

We have data flow where data gets loaded from Infosource to Infsource and then to ADSO ,between the 2 infosources we have a end routine logic. When a FULL load DTP getting executed via PC one of the field(ORGMD) is returning blank value. whenever i tried to debug with selected document ID & line items i am able to see expected output value for the ORGMD field in result package while debugging.

Sample code in TRFN -

READ TABLE LT_ORG_DATA INTO LS_ORG_DATA

WITH KEY /BIC/WC_ORGMD = LS_CUSTOMER-/BIC/WC_ORGID

DISTR_CHAN = LS_CUSTOMER-DISTR_CHAN

SALESORG = LS_CUSTOMER-SALESORG

DIVISION = LS_CUSTOMER-DIVISION

BINARY SEARCH.

IF SY-SUBRC EQ 0.

<FS_WC_ORGMD> = LS_ORG_DATA-/BIC/WC_ORGMD.

ENDIF.

ENDIF.

ENDIF.

Can you please suggest where the issue is?

Accepted Solutions (0)

Answers (0)