cancel
Showing results for 
Search instead for 
Did you mean: 

Add present field in extract struct to standart datasource

laurent_plichta
Explorer
0 Kudos

Hello

I use 0PM_ORDER_ATTR datasource, in extract struct BWE_0PM_ORDER the field PROID (OTP) is present but not in datasource.

How add this field in 0PM_ORDER_ATTR datasource ?

We use SAP R/3 ECC 6.0 version and BW 3.5

Thanks for answers

Accepted Solutions (1)

Accepted Solutions (1)

edwin_harpino
Active Contributor
0 Kudos

hi Laurent,

try to check the value of field SELECTION for PROID field in table ROOSFIELD, it may have value 'A' (hidden), and update with blank using little abap program (se38)

update roosfield

set SELECTION = ' '

where oltpsource = '0pm_order_attr'

and objvers = 'A'

and field = 'PROID'.

hope this helps.

laurent_plichta
Explorer
0 Kudos

Hello Edwin

Thanks for answer

But objvers = 'D' (only 1 line)

can I update with 'A' ?

former_member186445
Active Contributor
0 Kudos

if version is 'D' you could go to rsa5 and transfer the datasource again

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Laurent,

RSA6 - Postprocessing of Datasources.

Goto RSA6 & select 0PM_ORDER_ATTR datasource & goto extract structure BWE_0PM_ORDER & see whether PROID (OTP) is already added or not.

If it is already added see whether it Hide button is deselceted or not.

If HIDE button is selected for that field you are not able to see that particular field in the Infopackage selections.

If HIDE button is selected do deselect.

After deseletion of hide button,You can see in that particular field in Infopackage selections.

Regards,

Lakshman.G

Former Member
0 Kudos

Hi Laurent,

You Can just enhance ur datasource.. in R/3 side goto T-Code: LBWE and enhance your datasource by adding required fileds... and after that activate it...

and GOTO -> RSA6 also you can enhance the datasource.. and transport it...

this is the same procedure for any version..(ECC 6 .0 also)

Thanks

@jay

laurent_plichta
Explorer
0 Kudos

Hi JAY

Are sure to enhance MASTER DATA DATASOURCE in LBWE ?

0PM_ORDER_ATTR is not in LO COKPIT