2009 May 26 9:40 AM
Hi all,
In transaction V_V2 i am not able to find at which point the internal table OUTPUT is getting values.Please help me.
2009 May 26 9:48 AM
Hi,
Check here,
SDV03V02-> PERFORM XTAB_LIST. at line 239.
Thanks,
Naveen Inuganti.
2009 May 26 9:52 AM
2009 May 26 10:01 AM
Hi Raj,
Sorry to say I have not find any internal table called OUTPUT in the program
for the transaction V_V2.
In the program SDV03V02 means transaction V_V2 the xtab table is used for output.
It is getting populated by the function module 'SD_BACKORDER_LIST' .
In the form xtab_list the table xtab is gettin populated.
This table is used for output.
form xtab_list.
data: da_vkorg like vbak-vkorg,
da_vtweg like vbak-vtweg.
call function 'SD_BACKORDER_LIST'
exporting
vkorg = da_vkorg
vtweg = da_vtweg
report = 'SDV03V02'
* READ_INDX = P_RINDX
tables
input = xtab
exceptions
indx_not_found = 01
output_empty = 02.
case sy-subrc.
when 1.
message s060 with 'SDV03V02'.
when 2.
message s061.
endcase.
endform.
2009 May 26 10:06 AM
Hi Pinaki,
ok, from XTAB how the values are geting into OUTPUT table?
In XTAB_LIST , you will see describe table OUTPUT.
2009 May 26 10:30 AM
2009 May 28 6:23 PM
2009 Jun 03 4:36 AM
Hi Raj,
Try to look into the subroutine XTAB_SELECT_SALES of program SDV03V02, within this subroutine the program is collecting XTAB data with or without inner join mainly from table VAPMA & VBUK.
Cheers,
fnr
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |