cancel
Showing results for 
Search instead for 
Did you mean: 

Using VC_I_GET_CONFIGURATION within a Query InfoSet

thomas_keim
Member
0 Kudos

Hello everyone,

because I'm not a ABAP developer I need you help for using the function VC_I_GET_CONFIGURATION within a InfoSet (SQ02)

My target is, to read all configuration items for a sales order position (VBAP)

So I need a 1:N relation. For each position n configurations.

Beside VBAP, I will use tables like VBAK and MARM. That's no problem. I only need the coding for reading the data from VC_I_GET_CONFIGURATION

Example output:

  • VBAP-VBELN
  • VBAP-POSNR
  • VBAP-MATNR
  • ATINN
  • ATBEZ
  • ATWRT

I hope you can help me 🙂

Thank you

Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

Dsk
Active Contributor
0 Kudos

Dear Thomas,

I will also be interested to see if we can use an function module to retrieve data with SQ01. It is best to use this function module in a custom report and get the data.

Br,

Dsk