Skip to Content
1
May 21, 2020 at 07:38 AM

Field COBL-PRCTR does not exist in the screen SAPLKACB 1007

3118 Views

Hi All,

we recently noted that the field COBL-PRCTR changed the screen reference from 1007 to 10014.

Below the codes used in the past and that now does not work because the screen reference number for SAPLKACB changed:

- BEFORE: session.findById("wnd[0]/usr/subBLOCK:SAPLKACB:1007/ctxtCOBL-KOSTL").text = "12620003"

- NOW: session.findById("wnd[0]/usr/subBLOCK:SAPLKACB:1014/ctxtCOBL-KOSTL").text = "12620003"

Someone could give me some explanation about what happened? maybe due to some SAP Note updates?

I have not clearly understood how the program SAPLKACB works, it works to create the coding block for defining the dynpro, is it right?