2008 May 13 11:53 PM
I am trying to create a report which reports on the fact that the a user has changed the patients address before they were discharged, and also what the previous address was (no need to report all changed.
Its obvious where to find the current address in NPAT-STRAS but how do I find/list the old addresses. I cannot find out which table they are stored in and can only see the old addresses when I view the patient and select environment - Patient Rel Change Documents.
Any suggestions or help would be greaty appreciated.
2008 May 14 11:02 AM
Hi Laurence,
the change documents contain the old address information. Are you familiar with this concept? If so you may take a look at the function module ISH_NPAT_CHANGES to see how they are used for the patient address. You may then try out report RSSCD200 to display the respective change documents.
Regards
Claudius
2008 May 14 9:45 PM
Thanks for the information. It is my first few weeks using SAP and it looks like I will need to get a developer to look into this function/report as I don't believe I have acess to view that information.
Is there an easy way to view that report?
2008 May 15 8:52 AM
Is there an easy way to view that report?
To start the report use transaction SA38 (or via the SAP Menu --> Tools --> ABAP Workbench --> Development --> ABAP Editor ) and type RSSCD200 in field Program and press F8.
On the selection screen type NPAT into field Object class. You may want to fill out other fields, e.g. a 10-digit patient number in field Object ID or a suitable time interval. The result list can be changed in layout according to your needs or you can export the data, e.g. to EXCEL.
For a more specific report I agree that you had to involve a developer. He or she should be able to find all necessary details by looking at the function module ISH_NPAT_CHANGES.
Regards
Claudius
2008 Jun 10 1:55 PM
Hi,
I use the standard program RSSCD100 to view the change documents.
I do not see any change documents for service entries (NLEI). Does it require any configuration set up?
Regards
Rajesh
Edited by: Rajesh Sadhanala on Jun 10, 2008 2:56 PM
2008 Jun 11 10:46 AM
Rajesh,
a bit off-topic maybe, but just to let you know that SAP Patient Management does not offer change documents for rendered services (NLEI).
Regards
Claudius
2008 Jun 12 2:59 AM
Hi Claudius ,
Shall I start a new thread or I can continue from here. Is there anyway where we can enhance the code to capture the change documents for services rendered?
It is not important but just trying to understand the reason why it was left out. Is it because of the load on the number of change documents created for each service entry.
A little bit off-topic here, I want to get my certification in SAP IS-H. How can I apply for it? Thank you
Regards
Rajesh
2008 Jun 12 10:09 AM
It is not important but just trying to understand the reason why it was left out. Is it because of the load on the number of change documents created for each service entry.
That's exactly the reason.
For the two other questions I recommend to start new threads.