cancel
Showing results for 
Search instead for 
Did you mean: 

Row Level Matrix Data at Document Level UDF not coming

bhavank_gajjar
Active Contributor
0 Kudos

Hello Expert,

I am working on SBO 8.8 PL 15 i want to fetch Location at Document Level UDF.I have Create FMS as below.

SELECT T0.Location from OLCT T0 Where Code = $[$38.2000002049.1]

Its working in SAP standard Remarks field but when i attach same FMS to Document Level UDF it throws error as "Internal error (3006) occurred [Message 131-183]"

Please help me out.

Regards,

Bhavank

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Bhavank,

Row Level Matrix Data will only work on row level, not be available for FMS on Document Level UDF.

Do not waste your time.

Thanks,

Gordon

bhavank_gajjar
Active Contributor
0 Kudos

Hi Gordon,

Thanks for Reply.

Its a bug or SAP has restrict it

Can we raise ticket to SAP Support for it??

Regards,

Bhavank

Former Member
0 Kudos

It is not a bug. It is by design.

former_member196081
Active Contributor
0 Kudos

hi,

try below...


SELECT T0.Location from OLCT T0 Where T0.Code = $[$38.2000002049.1]

on what document you want to apply this..?

Thanks

Deepak tyagi

Edited by: Deepak Tyagi on May 27, 2011 11:18 AM

bhavank_gajjar
Active Contributor
0 Kudos

Hi Deepak,

Thanks for Reply.

Its not working.

I want to apply it on Sales Order

Regards,

Bhavank

former_member196081
Active Contributor
0 Kudos

hi,

try this...


SELECT T0.Location from OLCT T0 Where T0.Code = $[$38.2000002049.11]

bhavank_gajjar
Active Contributor
0 Kudos

Hi Deepak,

Have you checked this??

its not working.

Please check at your test company.

Regards,

Bhavank

former_member196081
Active Contributor
0 Kudos

Hi,

I have checked it and its working properly....there should be 11 in place of 1 .

Regards

Deepak Tyagi