cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDG 9.0 - Custom data model cannot be saved

0 Kudos

Hi All,

I was trying to create a custom data model and on activation, I get the error message as "You cannot use request XXX".

On debugging to find out the real issue, I found that the error message is coming because the TRFUNCTION ( E070-trfunction) value is S whereas the system expects it to be either one from "FTCOK". On analyzing it further, I found that in MDG 9.0, the system uses the task(trfunction = S) to save the custom data model ( USMD0001 and generated structure) whereas in MDG 8.0 --> it uses the main TR (trfunction = K).

I found the difference in the code ( as compared to 8.0 😞

Class CL_USMD_GENERATOR_WRAPPER
Method TRANSPORT_STRUCT_GEN_TABLES

where SAP is using a different FM to get the chosen TR and passing its task ID. Whereas in 8.0, it is directly passing the main TR.

Anyone has come across similar issue?

Accepted Solutions (0)

Answers (1)

Answers (1)

loga201
Contributor
0 Kudos

Hi Sri,

Please check SAP note 2306867.

Thanks and Regards,

Logan.D