cancel
Showing results for 
Search instead for 
Did you mean: 

ESS - Bank Edit option gives a dump

Former Member
0 Kudos

Hi Team,

we are on release 604 & have upgraded our SP to 079. The thing is that there is an enhancement implementation on IT0006 & IT0009( HRPAD00INFTYUI ) and this was working absolutely fine until before the upgrade. Just after the SP upgrade IT0009 has started dumping. I tried debugging and was unable to ascertain the root cause of this dump.

The bank portal application is a SAP Java WD application.

Need some guidance to investigate further.

Thanks,

sridharan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

ok .. 965324 - Multiple data record and Date Handling enhancements   read this once for info and refer this once and check all the infotypes Time constriant classes in the table  V_T7XSSPERSUBTYP  what is there in your clients and if ur checking in DEV compare it with test system 000 client because in that it will not upgrade any thing as upgraded in ur DEV system ......whenever this type of problem occurs make a comaparison in 000 cleint once it will have all standard entries  and the issue here lies down with bad customizing on your use cases for the portal. This is on view V_T7XSSPERSUBTYP. Here you should maintain the use cases for your portal. here the customizing needs to be according the Time Constraints for the

backend. This is on table  V_T591A for the subtypes, and for other

infotypes (not the subtypes) is on V_T582A.

check below once

for usecase = A1, A4, B1, B4 (table V_T7XSSPERSUBTYP)

you should have

zeitb = '1' OR zeitb = '2' (table V_T591A)

for usecase = A2, A3, A5, B2, B3, B5

you should have

zeitb = '2'


forusecase = A6, B3

you should have

zeitb = '3'

Former Member
0 Kudos

Hi Team,

Just figured out that this problem was being caused because of a cache issue from the portal side.

Thanks for taking a look at this thread.

Answers (0)