2007 Jul 09 10:52 AM
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!
2007 Jul 09 12:01 PM
HI
What is the coding you have done . Can i have part of your coding for more clarification
Regards
Pavan
2007 Jul 09 1:18 PM
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?