SAP for Healthcare Discussions
Foster discussions about patient care, cost reduction, and operational excellence in healthcare organizations using SAP. Join the conversation.
cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter SFS Call NV2000 variant from BAdI

birgit_schall
Newcomer
0 Kudos
275

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

1 REPLY 1

Claudius
Product and Topic Expert
Product and Topic Expert
0 Kudos
146

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