2008 Jan 28 10:24 AM
Dear experts,
I have got a problem calling the function for emergency admission from the NWP1 BAdI Z_ISH_WP_VW123_FUNC. Because emergency admission is not a standard function, I use an own function code and call transaction 'NV07' (without SKIP FIRST SCREEN parameter!). NV07 is rerouted to the corresponding customer variant of NV2000. If user parameter SFS ist set (which seems to happen automatically in some cases) the first screen for patient search is skipped and the user sees directly the first subscreen for patient data entry without any possibilty for previous patient search.
Has anybody else experience with parameter SFS or with a transaction call for NV07 or NV2000 resp. in customer coding?
I'd be grateful for response.
Birgit Schall
2008 Feb 06 9:46 AM
Hi Birgit,
have you tried to set parameter SFS before you call the transaction?
SET PARAMETER ID 'SFS' ON
(to skip the search screen)
SET PARAMETER ID 'SFS' OFF
(to not skip the search screen)
You may also use function ISH_CALL_TCODE.
Regards
Claudius Metze