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: 

Strange Problem(s) with two level maintenance dialog (date sub screen)

Former Member
0 Kudos
98

Hi,

I've got two problems with a two level maintenance dialog (the maintenance dialog is time-dependent)

Problem 1). On action "delimit", the date sub screen sometimes does not show all splits.

Problem 2) The maintenance dialog "sometimes" do not save the current position when entering the detail screen and leave it again.

Thanking you for your answers in advance!

2 REPLIES 2

Former Member
0 Kudos
47

HI

What is the coding you have done . Can i have part of your coding for more clarification

Regards

Pavan

0 Kudos
47

Hi,

well the maintenance dialog is more or less automatically generated:

I have got a maintenance view and then generated maintenance dialogs by "se54". additionally i have used the function "time-dependent" generation.

In the detail dialog I have the following code:

PROCESS BEFORE OUTPUT.

MODULE detail_init.

MODULE DATE_D0001_IF_EXP.

CALL SUBSCREEN DATELIMITS

INCLUDING 'SAPLSVIM' '0001'.

...

PROCESS AFTER INPUT.

...

CALL SUBSCREEN DATELIMITS.

MODULE DATE_D0001_IF_IMP.

chain.

FIELD <Keyfield1>.

FIELD <keyfield2> .

module detail_pai.

MODULE DATE_D0001_COMNDS.

endchain.

Any idea?