cancel
Showing results for 
Search instead for 
Did you mean: 

Create a MSDS for multiple Specifications via New Program

MangeshP
Active Contributor
0 Kudos

Hi Friends

I want to develope a new program, which will create MSDS (report) for multiple Specifications in Multiple languages and multple Generation variants.

I can pull out specifications, Generation Variant and Languages for selection.

My issues is what is standard FM or program which can be used to create report which can be utilized in my ABAP report.

Can you please guide.

With Warm Regards

Mangesh Pande

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_bergemann
Active Contributor
0 Kudos

Dear Mangesh

use an "UserExit" as described here: (Exit: C1020001 EHS: Menu exit 1 of substance management/C1020002 EHS: Menu exit 2 of substance management) and establish first an user interface. Don't create e.g. own transaction etc. Use the realy nice enhancement options using these "Exits".

In the background you can use function modules e.g.. as mentioned here:

C12J_WWI_RAW_REPORT_GENERATE

C12J_WWI_RAW_REPORTS_CREATE


C.B.