2006 Aug 02 3:28 PM
i run program with recording ( batch input on F-03 ) ,
i want to give the user the option to :
only fix the problem and continue the process
end batch input and go back to the main program .
is there is option to do so ?
in which mode it can be done ('E' ? ) .
the reason that i need this option is
data with fast changes .
thanks .
2006 Aug 02 3:44 PM
hi dakota,
only fix the problem and continue the process
u can use the mode 'E'
end batch input and go back to the main program .
CALL TRANSACTION <tcode> USING IT_BDCDATA MODE 'A'
UPDATE 'S'
MESSAGES INTO it_messages
LEAVE TO LIST-PROCESSING.
2006 Aug 02 3:30 PM
2006 Aug 02 3:44 PM
hi dakota,
only fix the problem and continue the process
u can use the mode 'E'
end batch input and go back to the main program .
CALL TRANSACTION <tcode> USING IT_BDCDATA MODE 'A'
UPDATE 'S'
MESSAGES INTO it_messages
LEAVE TO LIST-PROCESSING.
2006 Aug 02 5:02 PM
Hi
To fix the problem and continue the process
you can give mode as 'E'.
Reward points if helpful
Regards
Swathi
2006 Aug 02 6:18 PM
2006 Aug 03 8:53 AM
thanks any one ,
may be i was not clear inough ,
i know what is mode 'E' .
i want to let him fix the field only
i don't want to allowed him to go to other screen
just do update to the field and proceed.
is there option to do so ?
thanks again , and sure i will award points .