cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic enhancement of 0PRODORDER_ATTR

Former Member
0 Kudos

Hello BWers,

I want to add fields in the datasource 0PRODORDER_ATTR.

Here are these standard fields:

- gstrs plnnr stlnrigmng from AFKO

- posnr psamg psmng wemng meins ltrmi from AFPO

- stat chgnr udate utime inact from JCDS

I think i will have to use an user exit with CMOD for adding the fields from JCDS.

But as the extractor PPBW_GET_PP_ORDER is based from AFPO and AFKO, is it possible to get directly data from these tables AFKO and AFPO with an "automatic enhancement"?

Thanks for your help.

Best regards,

Vince.

Accepted Solutions (1)

Accepted Solutions (1)

sathiendiran_balu
Contributor
0 Kudos

Hi vince ,

The extractor PPBW_GET_PP_ORDER does not support automatic enhancement , you have use the user exit for the fields from AFKO or AFPO also

Regards,

Sathya

Former Member
0 Kudos

Thanks for your answer.

Can you tell me how do you know this information? Where can I find this kind of information?

Former Member
0 Kudos

Hi,

If you enhance any standard datasource, you will have to write the code for filling the fields in CMOD.

Please refer the below article for enhancing the datasource.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0af763b-066e-2910-a784-dc6731660...

This should solve your problem.

sathiendiran_balu
Contributor
0 Kudos

Hi Vince,

It is because the FM extractor PPBW_GET_PP_ORDER uses the database view PPORD_BW_V for extracting data , It does not directly access the source tables and hence cannot read the values for the enhanced fields

when the extractor directly reads the source table the automatic enhancement will work, hope its clear

Regards,

Sathya

Former Member
0 Kudos

Hello Sathiendiran

I better understand.

Thanks.

Regards,

Vince.

sathiendiran_balu
Contributor
0 Kudos

This message was moderated.

Answers (0)