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: 

Recording Running Issue in SM35

former_member182034
Active Contributor
0 Kudos

Dear All!

I am facing a problem while doing recording through SM35 for Hospital Management System standard Transaction code

NV2001 for creating new visit and giving the parameters Patient Number (PATNR) and INSTITUTION (EINRI) which is

customized, But while entering start buffering and unable to open next screen (visit creating screen) and It is taking time more than 30 minutes against this tcode while Recording is running fine for other standard tcodes and It is not taking more than 3 seconds.

So Kindly give me some proper solution.

Thanks!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

the transactions NV200x - like many modern and complex transactions - are not really suited for batch-input techniques. Many of the subscreens contain controls that can't be accessed this way, and some aspects of the internal screen processing (especially the parts that control which user will get which arrangement of registers with which fields enabled, disabled or hidden) don't take well to being remote-controlled via batch-input either. Your best bet would be to abandon this approach and use the BAPIs available for patient management. You should be able to solve most of the tasks that you would need a remote-controlled NV200x for this way - and much easier and much more stable.

Best regards

  Volker

View solution in original post

4 REPLIES 4

Former Member
0 Kudos

Hi,

the transactions NV200x - like many modern and complex transactions - are not really suited for batch-input techniques. Many of the subscreens contain controls that can't be accessed this way, and some aspects of the internal screen processing (especially the parts that control which user will get which arrangement of registers with which fields enabled, disabled or hidden) don't take well to being remote-controlled via batch-input either. Your best bet would be to abandon this approach and use the BAPIs available for patient management. You should be able to solve most of the tasks that you would need a remote-controlled NV200x for this way - and much easier and much more stable.

Best regards

  Volker

0 Kudos

Dear Volker,

We have found following BAPIs

BAPI_PATCASE_ADDOUTPATVISIT

BAPI_PATCASE_ADDOUTPATVISITCAS

but these BAPIs can't fullfil our requirement. would you share the BAPI which just create the new visit number from old case number.

Regards,

0 Kudos

I'd say you're on the right track, BAPI_PATCASE_* should be what you're looking for. Without knowing the exact requirements, it's hard to say which BAPI you need.

0 Kudos

Dear,


Solution For SCN Users


First of all Thank you for your help .

Bapi Name: BAPI_PATCASE_ADDOUTPATVISIT

The above bapi resolve our problem by creating new visit number from previous or first time created Case number.


Other Solution:


SM35 --> Create Recording Window

Check: Not a Batch Input Session


Click: Start Recording

Now this recording will not be consumed more time.


Regards,