Skip to Content
0
Sep 01, 2023 at 06:53 AM

PBO function module of screen exit is getting triggered but values are not capturing on screen

61 Views

I have created a custom field ZINVRDAT on screen exit with character data type.

I can see the PBO function exit EXIT_SAPLMLSR_020 as a part fo screen exit for ML81N tcodel .both pbo and pai evets are getting triggered upon executing of ML81N.

I want to capture then system date field (SY-DATUM) and it should be default value .

In the include ZXMLUU27, i have used the code as


CI_ESSRDB-ZINVRDAT = sy-datum.

ZINVRDAT is char10 datatype added using CI_ESSRDB to ESSR Table

WHEN i run the ML81N t code I can see the added field as empty.

I can observer that the PAI is working fine, what ever the value is on the screen it is getting updated on db table ESSR

Kindly please help me at the earliest.

image.png

Attachments

image.png (29.3 kB)
image.png (24.8 kB)