cancel
Showing results for 
Search instead for 
Did you mean: 

Need to read set up table MC11VA0ITMSETUP in r3

Former Member
0 Kudos

I have done setup in R/3. The above table is created. I just want to read it. SE16 would not work as data is stored as long string of characters may be in hex form. Is there any way, I can read it using FM or BAPI.

I will appreciate any input.

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You are correct, the data is stored in Binary.

To read it u need to find the FM that translate the Binary Blob.

I have done it in the past but I do not remember the FM name.

I found it by using the extractor thru RSA3 in Debug mode.

Sorry, Edan

Former Member
0 Kudos

You could read it at the same place. GO to SE12 table and give your Table name and a warning window pops up and click on enter and it takes you to the selection screen and execute.

Hope this helps

Thnaks

Sat