cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase Requisition Cannot read property 'length' of null

arun_santhanam3
Participant
0 Kudos

Team,

Im getting the error " Cannot read property 'length' of null" while accessing the PR Line Items. When i searched internet i got the below URL (SAP note)

https://launchpad.support.sap.com/#/notes/0002517438

But that note is not for SAP UI 7.5 SP 10. Do we have fix for version SP10? (SAPK-75010INSAPUI)

We migrated to SAP_UI 7.5 SP 10 from that we are facing this issue.

Do someone have any information on this? if so share pls.

masayuki.sekihara

babu.ganeshv

Thanks

-Arun

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

"min_text_length": [

    function (value, params) {
        return !value || (!!value && value.length == 0 || value.length >= +params);
    },
    $.mage.__('Please enter more or equal than {0} symbols.')
],
"max_text_length": [
    function (value, params) {
        return !value || (!!value && value.length <= +params);
    },
    $.mage.__('Please enter less or equal than {0} symbols.')
],
For more  code related assistance visit https://github.com/magento/magento2/issues/4921 and further deep information about code visit Data Recovery Dubai Group.

maria_martos
Explorer
0 Kudos

Hello,

The KBA you mention references three notes. The third of them (S2505745 - In Co-Deployed scenario 'SAP_ORIGIN' property is returned empty while using Multi Origin Composition) is available for SP10. Have you checked this note?

Best Regards,

María Martos

SAP Product Support

Digital Business Services


former_member489109
Participant
0 Kudos

I have too same problem.