cancel
Showing results for 
Search instead for 
Did you mean: 

Export/Import memory ID of ABAP Memory

former_member233553
Active Participant
0 Kudos

Hi Techies,

In SAP MDG-MM Data model. We have write a following logic:

For certain scenario we are explicitly changing Change CR type into Create CR Type. For this we have written code set in CL_MDG_BS_MAT_FEEDER_FORM_SET~ON_CONTINUE_EVENT. And we are exporting material number, one flag value into memory ID. But the issue, is once we are importing flag value, and material in the class/method CL_MDG_BS_MAT_FEEDER_FORM_MAT~GET_DATA. First time of iteration, flag value and material number is coming but once we click on "EXPAND_ALL" button on UI all the values of those variable are erasing off. We need to use flag value and material by exporting through first class which I have mentioned above. Any idea please share.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Check out if the ABAP memory is the right place for your requirement. Check if the shared memory or the database would be a better place.

former_member233553
Active Participant
0 Kudos

Thanks Keller,

I have understood from your link, we have decided to make a custom table for this to catch up our required data in runtime. Then we will use that into our different class / method calling, then we will delete the data from custom table after finish up the Change request procedure.

horst_keller
Product and Topic Expert
Product and Topic Expert

In order to continue with EXPORT/IMPORT, your custom table might be an export/import table, but not INDX itself 😉

former_member233553
Active Participant
0 Kudos

Thanks for your suggestion.

Answers (0)