cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_SFLIGHT_GETLIST "expired"

Former Member
0 Kudos

Hello,

I have a problem with my minisap installation.

I would like to use the example function module BAPI_SFLIGHT_GETLIST.

Problem is it never returns any result.

The reason is simple: all flight dates are older then the system date but the query checks for flights after the system date.

Now I would like to change the function module.

I want to uncomment the where condition of the query that filters flights older then the system date.

Sad enough I can't change the function module because I need some kind of access key.

I tried the minisap BCUSER's key 29671482393151224771 but it does not work.

Do you have any suggestions how the function module can be changed under these circumstances ? Or how to get an access key that actually works ?

Many thanks in advance

Patrick Baer

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

simplest option would be to copy this FM to a custom object and change the code as you require.

Answers (1)

Answers (1)

klaus_keller
Contributor
0 Kudos

Hello Patrick Baer,

The developer key shipped with the trial version allows to create/change objects in the customer namespace (y* z*) only. This is intended for this version. As already mentioned, please copy the function module and apply the desired modifications.

Kind regards,

Klaus