Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Error with field E_ENDEDATUM, function module PK_ENDDAT_AUS_START_PLUS_WORK

josgabriel_martnez
Participant
0 Kudos

Hi

Well, i don´t know exactly were put this, but, here it is.

The estandard function module PK_ENDDAT_AUS_START_PLUS_WORKD has an error on his definition: due to the field E_ENDEDATUM has no type, when you test it on SE37, gets a dump error message.

Maybe using it directly in a program, may not happen (I didn´t tested it), but if you first need make tests, you CAN NOT!!

How notify this issue to SAP AG or to somebody of staff of programming???

Thanks in advance.

José Gabriel Martínez.

1 ACCEPTED SOLUTION

athavanraja
Active Contributor
0 Kudos

you cannot test it in SE37. you have to write a small program to call this function and test it.

and the data type of the variable to be used with E_ENDEDATUM should be of type sy-datum or SCAL-DATE

Regards

Raja

1 REPLY 1

athavanraja
Active Contributor
0 Kudos

you cannot test it in SE37. you have to write a small program to call this function and test it.

and the data type of the variable to be used with E_ENDEDATUM should be of type sy-datum or SCAL-DATE

Regards

Raja