cancel
Showing results for 
Search instead for 
Did you mean: 

Code list Value and Description Issue In O data ( C4C ) ?

former_member230455
Participant
0 Kudos

Hi All,

I have created a Custom BO Named (XXX) , Inside It a node (YYY) is created.

Custom BO:

-----------------------------

Business Object XXX {

Node YYY [0,1]{

Element AAA: ResCode.code;

}

}

Note : ResCode.Code is a code list having Value { [ 01,res] ,[02, nam], [03, cal] ).

AAA : This field is present is EC . and CCTS Type : Value Only is checked.

1. we want to retrieve the data of custom BO using O data.

But In excel Two columns are coming (1) AAA (2) AAADescription

Inside (1) AAA column values are (01, 02, 03)

Inside (2) AAADescription values are (res, nam,call)

ISSUE :

How to remove the column (1).

Thanks In advance

Br,

Iqbal

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member240914
Participant
0 Kudos

Hi Mohammad,

If you are using ODATA query you can use $select query option to selectively get the values of required fields.

If you are using standard data workbench, it will export all the data part of the ODATA service, and you can manually delete/hide the columns from CSV or excel.

Thanks & regards

Pramodh