‎2007 Nov 20 11:31 AM
Hi everybody!
Could anyone let me know how should i retrieve the header values of a billing document into my
report,i.e. in konv table, for a particular vbeln no i have some values in
its header and i want only the header values to be retrieved not the line
item wise values.
i have tried using the billing document header data table vbrk but it has only the total value(vbrk-netwr) and i need to retrieve all the values pertaining to the condition type , i.e. zcsp,zds5,zds6.zvip,zdif... etc.
Immediate response would be highly appreciated,
Thanks in advance,
Warm Regards,
Parwez.
‎2007 Nov 20 11:35 AM
Hi,
Declare an internal table with all the fields which ever you required.
Select f1 f2 f3 from VBRK into table itab where vbeln = <...> and condition type in ('ZCSP','ZDS5',.....).
Regards,
Satish
‎2007 Nov 20 12:07 PM
Hi Satish!
Well , the condition type (kschl) is in konv table how should i use it in vbrk ?, i don't even find any relevant condition types in vbrk?
regards,
Parwez.