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: 

Modify field Format of downloaded file in NAMB

Former Member
0 Kudos
204

Hi,

In transaction NAMB the file is available in preview which shows AMB values and SAP values. In order to modify the format of AMB values BADI IF_ISH_AMBDATA_FILL and IF_ISH_AMBDATA_FORMAT are implemented.

Using these we are able to format the data in preview mode (shown on pressing F7) but when user download the file using create button the pointer moves from NAMB standard program to some other program and displays the original format.

Has anybody worked on similar issues. Would like to know how the field formats can be modified in this downloaded file.

Thanks

anya

2 REPLIES 2

bernhard_budig
Associate
Associate
0 Kudos
143

Hello anya,

in the report documentation of the AMB report you can find a block "Prerequisites" with a link to the Implementation Guideline (IMG) about step-by-step customizing of the AMB report:

Prerequisites

Communication-specific Customizing

SAP delivers a communication standard with versions, message types, message segments, and message fields assigned to the EDI procedure (AMB). However, you can also define your own communication standard and add region-specific fields.

For more information about Communication-specific Customizing, see the Customizing for SAP Healthcare - Industry-Specific Components for Hospitals under Communication -> Electronic Data Interchange -> Customizing Step-By-Step -> IT: AMB Customizing.

There you can find a paragraph "Which Customizing steps must be considered for Ambulatory Report In order to represent the regional file format (specific to regions in Italy) ...

"

I hope this hints help you.

Kind regards

Bernhard

Former Member
0 Kudos
143

Thanks Bernhard for your valuable suggestions.

Anya