cancel
Showing results for 
Search instead for 
Did you mean: 

Field level routine for customer block data update

Former Member
0 Kudos

Dear Exports

my requirement some customers are blocked in ecc side those customer not update to bi, i have field AUFSD it show Blank value required to update if show value in this filed not required, pls send abap code for this field level routine.

Regards

Ramesh G

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

AUFSD field is already available in 0CUSTOMER_ATTR. Please map it to relevant BI infoobject. No need of Enhancement.

ccc_ccc
Active Contributor
0 Kudos

Hi Ramesh,

I guess your requirement like this.

Customer     AUFSD     Remarks

101                              Blank

102               X             Some value

103                              Blank   

104               X             Some value

as per your requirement , you do not want to update 101 and 103 because those are the only records which have blank for AUFSD.

for this write start routine.

Delete source_package where aufsd is not initial.

Customer     AUFSD     Remarks

101                              Blank

102               X             Some value

103                              Blank   

104               X             Some value

After routine ,

Customer     AUFSD     Remarks

101                              Blank

103                              Blank   

Please check this.

Regards,

Nanda

Former Member
0 Kudos

Hi Ramesh,

Your requirement is not clear. AUFSD is the hidden field in customer datasource and not visible in BI system, have you unhide it and is it visible already? If yes, then what exactly you want to check for this?

Thanks

Amit