December 2024

Select-stament inside of Loop

Hello, i am stuck fixing this problem concerning ATC checks.  LOOP AT it_vbak ASSIGNING FIELD–SYMBOL(<vbak>).      SELECT knumv, kposn, stunr, kschl, kdatu, kherk, kinak         FROM konv               INTO TABLE @IT_konv               WHERE knumv = @<vbak>–knumv AND                     kdatu IN @s_kdatu AND                     kposn IN @s_kposn AND                     stunr IN @s_stunr AND                     kschl IN @s_kschl AND                     kherk IN @s_kherk AND                     kinak IN @s_kinak.    ENDLOOP. I want to compare the tables, but because of the structure of konv and vbak I can’t seem to find a solution.

Select-stament inside of Loop

Hello, i am stuck fixing this problem concerning ATC checks.  LOOP AT it_vbak ASSIGNING FIELD–SYMBOL(<vbak>).      SELECT knumv, kposn, stunr, kschl, kdatu, kherk, kinak         FROM konv               INTO TABLE @IT_konv               WHERE knumv = @<vbak>–knumv AND                     kdatu IN @s_kdatu AND                     kposn IN @s_kposn AND                     stunr IN @s_stunr AND                     kschl IN @s_kschl AND                     kherk IN @s_kherk AND                     kinak IN @s_kinak.    ENDLOOP. I want to compare the tables, but because of the structure of konv and vbak I can’t seem to find a solution.

Hi All!

Greetings from Serbia, My name Miljan Đurić and I’m ABAP developer with Atos/Eviden for over a decade. Recently I’ve became aware of necessity for sharing experiences with my younger colleges and I figure that could also be helpful for the community as well. It is time to give back so that lead me to this …

Hi All! Read More »

Hi All!

Greetings from Serbia, My name Miljan Đurić and I’m ABAP developer with Atos/Eviden for over a decade. Recently I’ve became aware of necessity for sharing experiences with my younger colleges and I figure that could also be helpful for the community as well. It is time to give back so that lead me to this …

Hi All! Read More »

I am new here and Happy to start this journey

Hello Everyone, @David_Chaviano My name is Vera, and I’m excited to join this SAP Learning Community! A little about me: I am an accounting specialist and an experienced Line of Business expert in Finance and Controlling (FICO) and Source-to-Pay (S2P) processes. My experience includes acting as a change agent, conducting user acceptance testing (UAT), facilitating end-user …

I am new here and Happy to start this journey Read More »

I am new here and Happy to start this journey

Hello Everyone, @David_Chaviano My name is Vera, and I’m excited to join this SAP Learning Community! A little about me: I am an accounting specialist and an experienced Line of Business expert in Finance and Controlling (FICO) and Source-to-Pay (S2P) processes. My experience includes acting as a change agent, conducting user acceptance testing (UAT), facilitating end-user …

I am new here and Happy to start this journey Read More »

Scroll to Top