Report-Sales Register

select T0.DocEntry,
T0.DocNum,
T0.Series,
(select max(T2.TaxId11) from CRD7 T2 where T2.CardCode = T0.CardCode) 'TIN No',
(Select T1.SeriesName from NNM1 T1 where T1.Series = T0.Series and T1.ObjectCode ='13')
SeriesName,
(select SUM(T4.Quantity) from INV1 T4 where T4.DocEntry = T0.DocEntry) 'Total QTY',
T0.CardCode,
T0.CardName,
T0.DocTotal,
(select sum (TaxSum) from INV4 T3 where statype=-90 and T3.DocEntry = T0.DocEntry )'BED Amount',
(select sum (TaxSum) from INV4 T3 where statype=-60 and T3.DocEntry = T0.DocEntry )'Cess Amount',
(select sum (TaxSum) from INV4 T3 where statype=-55 and T3.DocEntry = T0.DocEntry )'Hcess Amount',
ISNULL ((select sum (TaxSum) from INV4 T3 where statype=1 and T3.DocEntry = T0.DocEntry ), 0)'VAT Amount',
ISNULL ((select sum (TaxSum) from INV4 T3 where statype=4 and T3.DocEntry = T0.DocEntry ), 0)'CST Amount'
from OINV T0
How to integrate AR Credit meno doc number here, if ny invoice has crdit memo that no should be shown without data repeat. Help

Hi
shruti
Try this query hope it will be helpful to u -
select tmp1.form as [TRANS TYPE],tmp1.Docdate,tmp1.DocNum,tmp1.CardName,tmp1.TaxId11 as [TIN NO.],tmp1.IMPOREXP
,tmp1.Import as [EXPORT SALE],tmp1.INVTRANS as 'Central Sale',tmp1.TC AS 'TaX Code',tmp1.TS as 'TaX AMOUNT',tmp1.FormNo
,tmp1.Import+tmp1.INVTRANS 'TotalSale',tmp1.B4Tax as [LOCAL SALE],tmp1.TaxCode AS [TAX CODE],tmp1.VatSum as [OUTPUT TAX AMOUNT]
,tmp1.DocTotal 'TOTAL SALE INCLUDING TAX' ,tmp1.Location AS [RECEIVER LOCATION],tmp1.InvTotal as 'OutWard Transfer'
from (
SELECT 1 'Order1','Sales-N' 'Form', T0.Docdate,T0.DocNum ,T0.CardName,T2.TaxId11
,(case when t3.TfcId=1 then T0.DocTotal else 0 end)DocTotal
,(case when t3.TfcId=2 then T0.DocTotal else 0 end) 'INVTRANS',
(case when t3.TfcId=2 then T1.TaxCode else null end)'TC'
,(case when t3.TfcId=2 then  T0.VatSum else 0 end)'TS','' 'FormNo'
, (case when t3.TfcId=1 then T1.TaxCode else null end)TaxCode
,(case when t3.TfcId=1 then  T0.VatSum else 0 end)VatSum,
(case when t3.TfcId=1 then (T0.Doctotal-T0.VatSum-t0.totalexpns) else  0 end) 'B4Tax'
,T2.IMPOREXP, 0 'Import' ,T5.Location,0 'InvTotal'
FROM [dbo].[OINV]  T0
Left Outer Join INV1 T1 ON T0.DocEntry = T1.DocEntry
left outer join INV12 T2 on T0.DocEntry = T2.DocEntry
left outer join OSTC T3 on T1.TaxCode = T3.Code
left Outer join owhs T4 on T4.whsCode = T1.WhsCode
left OUTER Join OLCT T5 on T5.Code = T4.Location
where T1.LineNum = (select Top 1 linenum from INV1 where INV1.DocEntry = T0.DocEntry ) 
and T3.TfcId in('1','2') and T2.IMPOREXP <> 'Y'
and T0.DocType = 'I'
and t0.docdate>='[%0]' and t0.docdate<='[%1]'
Union
SELECT 2 'Order1','Sales-Y' 'Form',T0.Docdate,T0.DocNum ,T0.CardName,T2.TaxId11 ,0 ,0,'',0,'','',0,0 ,T2.IMPOREXP,T0.DocTotal 'Import'
,T5.Location,0 'InvTotal'
FROM [dbo].[OINV]  T0
Left Outer Join INV1 T1 ON T0.DocEntry = T1.DocEntry
left outer join INV12 T2 on T0.DocEntry = T2.DocEntry
left outer join OSTC T3 on T1.TaxCode = T3.Code
left Outer join owhs T4 on T4.whsCode = T1.WhsCode
left OUTER Join OLCT T5 on T5.Code = T4.Location
where T1.LineNum = (select Top 1 linenum from INV1 where INV1.DocEntry = T0.DocEntry )   
--and T3.TfcId = 1 
and T2.IMPOREXP = 'Y'
and T0.DocType = 'I'
and t0.docdate>='[%0]' and t0.docdate<='[%1]'
union
select tmp3.Order1,'INV' 'Form', tmp3.DocDate,tmp3.DocNum,tmp3.[CardName], tmp3.TaxId11,0,0,'' 'TC',0 'TS',isnull(tmp3.FormNo,'') 'FormNo'
,'' 'TaxCode', 0 'VatSum', 0 'B4Tax', '' 'IMPOREXP' , 0 'Import', tmp3.fromloc,sum(tmp3.DocTotal)'InvTotal'
from
(SELECT 3 'Order1',T4.Location 'fromloc',T0.[DocNum], T0.[DocDate],T0.U_INV_Transferor, T0.[CardName] ,T6.Transcat,(t10.credit)DocTotal
,T0.U_TIN_NO, T9.TaxId11,T6.FormNo FROM OWTR T0 
INNER JOIN WTR1 T1 ON T0.DocEntry = T1.DocEntry AND T1.LINENUM = 0 AND   Substring(T0.Filler,1,3) <> Substring(T1.WhsCode,1,3)
INNER JOIN WTR12 T6 ON T0.DocEntry = T6.DocEntry
INNER JOIN OJDT T7 ON T0.TransId = T7.TransId and T0.objtype = T7.transtype
inner join jdt1 t10 on t7.transid=t10.transid
left outer join owhs T2 on T2.whsCode = T0.filler
left Outer join owhs T3 on T3.whsCode = T1.WhsCode
left OUTER Join OLCT T4 on T4.Code = T2.Location
left OUTER Join OLCT T5 on T5.Code = T3.Location
left outer join OCRD T8 on T0.CardCode = T8.CardCode
left outer join (select * from crd7 where crd7.addrtype = 'S') T9 on T8.CardCode = T9.CardCode and  isnull(T9.Address,'') <> ''
where
T0.Jrnlmemo <> 'Cancelled' and
isnull(T0.Comments,'') not like 'Inventory transfer no. % has been cancelled'
--and T4.Location = 'MUMBAI'
and t0.docdate>='[%0]' and t0.docdate<='[%1]'
) tmp3
group by tmp3.Order1,  tmp3.DocDate,tmp3.DocNum,tmp3.U_INV_Transferor, tmp3.TaxId11,tmp3.[CardName], tmp3.U_TIN_NO,tmp3.FormNo, tmp3.fromloc 
union
SELECT 4 'Order1','AR Credit-N' 'Form', T0.Docdate,T0.DocNum ,T0.CardName,T2.TaxId11
,(case when t3.TfcId=1 then -T0.DocTotal else 0 end)DocTotal
,0 'INVTRANS',
(case when t3.TfcId=2 then T1.TaxCode else null end)TC
,(case when t3.TfcId=2 then  -T0.VatSum else 0 end)TS
,'' 'FormNo'
, (case when t3.TfcId=1 then T1.TaxCode else null end)TaxCode
,(case when t3.TfcId=1 then  -T0.VatSum else 0 end)VatSum,
(case when t3.TfcId=1 then -(T0.Doctotal-T0.VatSum-t0.totalexpns) else  0 end) 'B4Tax'
,T2.IMPOREXP, 0 'Import' ,T5.Location,0 'InvTotal'
FROM [dbo].[ORIN]  T0
Left Outer Join RIN1 T1 ON T0.DocEntry = T1.DocEntry
left outer join RIN12 T2 on T0.DocEntry = T2.DocEntry
left outer join OSTC T3 on T1.TaxCode = T3.Code
left Outer join owhs T4 on T4.whsCode = T1.WhsCode
left OUTER Join OLCT T5 on T5.Code = T4.Location
where T1.LineNum = (select Top 1 linenum from RIN1 where RIN1.DocEntry = T0.DocEntry )  
and T0.DocType = 'I'
and T3.TfcId = 1 and T2.IMPOREXP <> 'Y'
and t0.docdate>='[%0]' and t0.docdate<='[%1]'
union
SELECT 5 'Order1','AR Credit-Y' 'Form',T0.Docdate,T0.DocNum ,T0.CardName,T2.TaxId11 ,0 ,0,'',0,'','', 0,0 ,T2.IMPOREXP,-T0.DocTotal 'Import'
,T5.Location,0 'InvTotal'
FROM [dbo].[ORIN]  T0
Left Outer Join RIN1 T1 ON T0.DocEntry = T1.DocEntry
left outer join RIN12 T2 on T0.DocEntry = T2.DocEntry
left outer join OSTC T3 on T1.TaxCode = T3.Code
left Outer join owhs T4 on T4.whsCode = T1.WhsCode
left OUTER Join OLCT T5 on T5.Code = T4.Location
where T1.LineNum = (select Top 1 linenum from RIN1 where RIN1.DocEntry = T0.DocEntry ) 
--and T3.TfcId = 1 
and T2.IMPOREXP = 'Y'
and T0.DocType = 'I'
and t0.docdate>='[%0]' and t0.docdate<='[%1]'
)tmp1
order by docdate, order1
Thanks
Khan Imran

Similar Messages

  • Reports - Sales Register / Billing list

    Hi gyes,
    Pl provide me the transaction code (other than VF23, VF03, J1I2) to get the invoice/billing list OR sales register. My minimum requirement is to have the basic sales report with - Date, Invoice Doc No., Name of the Customer, Material, Qty, Gross Amt, Excise, VAT/CST, Freight etc. in one report.

    Hi,
    Go to help.sap.com and search with the cube name. At the right hand side list, click Query, it will give you all the queries built on top of that Infocube.
    Amit

  • URGENT : REPORT for sales register

    Hi Guys,
    Anybody is having the report on sales register? logic follows like this:-
    The logic which needs to be developed is, as per input criteria given by user, which will be sales organization, plant & date range.Program needs to pick all the billing document which will satisfy the above criteria.
    Except for document cateroty N i.e. invoice cancellation (VBRK -VBTYP not equal to N) and which are marked for cancellation (VBRK-FKSTO not equal to
    X)
    From the VBRK table pick up the document condition number (VBRk-KNUMV) and then go to KONV table you will find all condition with value over their. Pick up the values as per condition type and print it. (Condition types are already mentioned in format attached).
    Their are 3 different format they have asked for, the format types will depend on the plant i.e. if plant start with 21 then it is RMC plant and accordingly appropriate format needs to be picked. Please check config for plant descrption.
    By looking at format, i feel that some changes needs to be done into it like their is no material number or descprtion mentioned in format but qty & base rate fields their. Now whether register needs to printed for every line item in invoice or ony one line item for every invoice i.e.
    consoliadted  per invoice number. If it is consolidated then what about base rate which can be different for each line item. In this case what rate needs to be print.
    Always print the invoice values line item by line item, giving each line item quantity, base price, and other pricing conditions but should have facility to sum up     fields like Quantity, Base price, all pricing conditions each customer wise. 
    I have to get this report in ALV format.
    I will reward points for useful answers.
    My mail id is [email protected]
    Waiting for reply...
    Thanks,
    Sundeep.

    Hi
          If you are using sales and operation planning in make to stock scenario its simple . As You input target sale plan and target production plan for whole one year (MC84) . So this data can be pulled out from the tables .
    For Action Need to be taken and revision you may need to have new table .
    Neal

  • Sales Register xl report

    Hi All,
         Sales Register xl report is not working properly.  I have generated Sales Register xl report but i am not getting correct values.please explain what is the  problem.
    Edited by: silpa n on Nov 13, 2008 11:05 AM

    Hi Silpa,
    For you question of Excise i have the table wher to upload the thing but you have to create seperate template from DTW and then you can migrate.
    Regards
    Chidambaram

  • Is there  any standard report in ecc for purchase,sales register

    Hi,      I woud ike to know wether there is any standard transaction for sales, purchase, pending purchase, pending sales register.
    Regards,
    Arnab.

    Arnab,
    there are tcodes like VA26, which will give you these details...
    for more informations, just press F4 on abap editor program name place... select sap applications, expand the node SD, goto SD-IS, then SD-IS-ERP then open the node VREP... there you will find the reports.. you can search for other places as well..
    more oever.. to get specific data you can go for a custom report or a custom SAP query..
    btw.. is this your user id
    regards,
    Somu

  • Problem in Sales Register  in XL Reporter

    Hi Experts
    I have a problem in Sales Register. It show double quantity and linetotal in most of invoices. I search a lot but could not find the problem. When I compose a new sales report from Sales AR module , here it show the same error, double qty and amount. Anyone who is using this report plz tell me the problem.
    problem is like this
    correct Report
    Doc number   docdate         Item     qty linetotal
    1                    10/4/2009       p001  2      2000
    2                     12/4/2009      p002  3      2500
    But XL Report show like this
    1                     10/4/2009      p001   4     4000
    2                      12/4/2009     p002   6      5000
    Plz give your views
    Regards
    Gorge

    Hi Gorge,
    I am facing the same problem with stabdard report on SAP B1 2007 b, PL 10
    even a thread is posted in the forum (reports and printing) but got no solution
    Can you tell me how you have solved the problem
    I would appreciate if you can share the solution.
    thanks and regards
    Kumar

  • Sales Register on XL Reporter

    Hi all,
    I opened a sales register report definition which is available in India localization.  I'm trying to work with this definition, but I'm getting an error called 'Security Settings in MS Excel prohibit XL Reporter from running'.  Please help me out in this regard.
    Also, please explain the basic procedures to work with the definitions provided in India localization.  Is there any documentation available?
    Thanks,
    Balaji

    Hi Balaji
    In the Ms excel goto > tools>macro>security and in the security level tab set it to low option.In the Trusted sources tab check both the options trust all installed add-ins and templates and trust access to visual basic project.
    Use the link below to read about how to use the sample reports
    https://websmp103.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000707457&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    Regards
    Louis

  • Purchases / sales register report

    Hi,
    I have two problem in a purchases / sales register report.
    1) In the report of the purchases / sales register, SAP show me both purchases and sales also when I select only one or the other. How I show only one or the other in a report?
    2) There is a way to show at the end of report the totals divided by IVA codes?
    Best regards.

    Hi,
    This is SAP business one forum. Please find correct forum and repost your discussion to get quick assistance.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • Purchse Register & sales register

    Hi,
    Dose anybody had developed a report for Purchase register & Sales register which includes the Excise as well as VAT values in it.
    I want the dump of the program as I am running very much short of time..
    Kindly help.
    Regards

    awuewuyet

  • Subtotal of quantity in cust wise sales register

    Hi Experts....................
    please ref to the following query which provides customer wise sales register report, now what we require is sum total of quantity of a particular item code for particular customer
    e.g:- if on 01/04/09 customer A purchase 100 items of item code i1
    and on 06/04/09 customer A purchase 275 items of item code i1
    in the required report should display 100 + 275 = 375 for item code i1 & for same customer.......................................................................................................................................
    SELECT distinct
    1 as sr,'Invoice' [Document Type],
    t0.docentry,
    T0.[CardCode] as 'BP Number',
    T0.[CardName] as 'BP name',
    t0.numatcard as 'Vendor reference No.',
    t0.u_loc as 'Location name' ,
    t4.state,
    T0.[DocNum] as 'Document Number',
    --T0.[DocType],
    t0.docdate,
    ISNULL(T1.ItemCode,'Service Item') AS 'Item Code',
    T1.[Dscription],
    T1.[Quantity]  AS 'Quantity',
    t3.name as 'MAG',
    t1.linetotal as 'Net Amount',
    t1.vatsum as 'Tax Amount',
    (t1.linetotal + t1.vatsum) as 'Invoice Value'
    FROM [dbo].[OINV]  T0
    INNER JOIN [dbo].[INV1]  T1 ON T0.DocEntry = T1.DocEntry left outer join owhs t4 on t1.whscode = t4.whscode
    LEFT JOIN [dbo].[OITM] T2 ON T1.ItemCode = T2.ItemCode
    LEFT JOIN [dbo].[@ITMG]  T3 ON T2.U_itmg = T3.Code
    WHERE
    T0.[DocType] = 'I'
    and t0.cardcode between [%3] and [%4] and t0.docdate >= [%1]and t0.docdate <=[%2]
    union
    SELECT distinct 2,'Credit Memo' [Document Type],
    t0.docentry,
    T0.[CardCode] as 'BP Number',
    T0.[CardName] as 'BP Name',
    t0.numatcard as 'Vendor reference No.',
    t0.u_loc as 'Location name' ,
    t4.state,
    T0.[DocNum] as 'Document Number',
    --T0.[DocType],
    t0.docdate,
    ISNULL(T1.ItemCode,'Service Item') AS 'Item Code',
    T1.[Dscription],
    -T1.[Quantity] AS 'Quantity',
    t3.name as 'MAG',
    -t1.linetotal as 'Net Amount',
    -t1.vatsum as 'Tax Amount',
    -(t1.linetotal + t1.vatsum) as 'Invoice Value'
    FROM [dbo].[ORIN]  T0
    INNER JOIN [dbo].[RIN1]  T1 ON T0.DocEntry = T1.DocEntry left outer join owhs t4 on t1.whscode = t4.whscode
    LEFT JOIN [dbo].[OITM] T2 ON T1.ItemCode = T2.ItemCode
    LEFT JOIN [dbo].[@ITMG]  T3 ON T2.U_itmg = T3.Code
    WHERE
    T0.[DocType] = 'I'
    and t0.cardcode between [%3] and [%4] and t0.docdate >= [%1]and t0.docdate <=[%2]
    union
    SELECT distinct
    1 as sr,'Invoice' [Document Type],
    t0.docentry,
    T0.[CardCode] as 'BP Number',
    T0.[CardName] as 'BP name',
    t0.numatcard as 'Vendor reference No.',
    t0.u_loc as 'Location name' ,
    t4.state,
    T0.[DocNum] as 'Document Number',
    --T0.[DocType],
    t0.docdate,
    ISNULL(T1.ItemCode,'Service Item') AS 'Item Code',
    T1.[Dscription],
    T1.[Quantity] AS 'Quantity',
    t3.name as 'MAG',
    t1.linetotal as 'Net Amount',
    t1.vatsum as 'Tax Amount',
    (t1.linetotal + t1.vatsum) as 'Invoice Value'
    FROM [dbo].[OINV]  T0
    INNER JOIN [dbo].[INV1]  T1 ON T0.DocEntry = T1.DocEntry left outer join owhs t4 on t1.whscode = t4.whscode
    LEFT JOIN [dbo].[OITM] T2 ON T1.ItemCode = T2.ItemCode
    LEFT JOIN [dbo].[@ITMG]  T3 ON T2.U_itmg = T3.Code
    WHERE
    T0.[DocType] = 'S'
    and t0.cardcode between [%3] and [%4] and t0.docdate >= [%1]and t0.docdate <=[%2]
    union
    SELECT distinct
    2,'Credit Memo' [Document Type],
    t0.docentry,
    T0.[CardCode] as 'BP Number',
    T0.[CardName] as 'BP Name',
    t0.numatcard as 'Vendor reference No.',
    t0.u_loc as 'Location name' ,
    t4.state,
    T0.[DocNum] as 'Document Number',
    --T0.[DocType],
    t0.docdate,
    ISNULL(T1.ItemCode,'Service Item') AS 'Item Code',
    T1.[Dscription],
    -T1.[Quantity] AS 'Quantity',
    t3.name as 'MAG',
    -t1.linetotal as 'Net Amount',
    -t1.vatsum as 'Tax Amount',
    -(t1.linetotal + t1.vatsum) as 'Invoice Value'
    FROM [dbo].[ORIN]  T0
    INNER JOIN [dbo].[RIN1]  T1 ON T0.DocEntry = T1.DocEntry left outer join owhs t4 on t1.whscode = t4.whscode
    LEFT JOIN [dbo].[OITM] T2 ON T1.ItemCode = T2.ItemCode
    LEFT JOIN [dbo].[@ITMG]  T3 ON T2.U_itmg = T3.Code
    WHERE
    T0.[DocType] = 'S'
    and t0.cardcode
    between [%3] and [%4] and t0.docdate >= [%1]and t0.docdate <=[%2]
    ketan....
    Edited by: ketan.k.pande on Dec 22, 2009 7:53 AM

    Hi Ketan,
    If you want to get those sub totals, you have to create a new query to omit all details.  You could only leave few fields like:
    T0.[CardCode] as 'BP Number',
    T0.[CardName] as 'BP name',
    ISNULL(T1.ItemCode,'Service Item') AS 'Item Code',
    MAX(T1.[Dscription] ),
    SUM(T1.[Quantity])
    Group By T0.[CardCode], T0.[CardName],T1.ItemCode
    Thanks,
    Gordon

  • Purchase & Sales register India-J1IPUR/ J1ISAL

    Hello,
    We are planning to implement to use Standard SAP Provided program for Purchase register (J1IPUR) and Sales register (J1ISAL).
    Wanted to know the how useful the same is keeping in mind the Indian Tax Regulatory requirements.
    Thanks

    J1IPUR is updated by note 1993972.  I have had an open OSS message for over a year on this report.  We are now up to version 7 of the note.  The developer of this report cannot seem to figure out how to write code that works.  One version of the note fixed the timeout issue but then failed to return any data.  The latest solution from the developer is that the report needs to be run in background to get it to complete without timing out.
    I made some simple code changes and now it runs in seconds.  I suggested these back to the developer and am waiting on a new release of the note.
    There is also a problem in the code that it selects the entire contents of the MKPF table into an internal table when it does not need the data.  This also causes a memory dump.  I have this one back to the developer waiting on a response.
    This report is definitely not production ready.  For a legal report, it is amazing to me that SAP could release this report in such a state and then take over a year to correct the problem(s).  It seems as though this was released with little to no testing.  If it was tested, it was in a system with 10 PO's and 10 Sales orders. 
    If you do decide to go down this path, I strongly suggest adding a couple of indexes to RSEG.  Without them the report is unusable if you have many documents in the system.

  • Purchase & Sales Register

    Hi All,
    In XL reporter there is Purchase & Sales Register. But whenever after importing i am trying to open that it shows "Security settings in Microsoft Excel prohibit XL reporter from running".
    What are the other ways for same?
    Regards,
    Rupa Sarkar

    In Microsoft Excel 2003, go to Tools->Options and select Security Tab.
    Then select Macro Security to open the Macro security box. In the Security Level select Medium.
    Beside, in the Trusted Publishers tab select the 2 option:
    -Trust access to Visual Basic Projects
    -Trust all installed add-ins and templates
    Finally click OK button.
    In Microsoft Excel 2007,  go to Excel options
    click  trust center ---trust centre settings
    select macro settings--and select enable all macros
    also check trust access to VBA Project object model.
    Thanks,

  • Changes in sales register

    user raised directly invoice from the plant , when executinng sales register in Z report user want plant wise sales report .and in report they want profit center field in report , for this what settings we have to do in  Z report.

    Hi,
    Basically, a Z report is a custom development made to meet the specific Business needs of an Organization.
    You need to understand, the functional design of the report and modify with the new requirements. Once, the changes are made in function design you need to discuss with ABAP Consultant for making the changes.
    As this is not a generic / SAP standard report - it is difficult to give a reply to resolve your issues.
    Thanks
    Murali.

  • General Sales Register

    Hi Friends,
    Can anyone provide the Tables and fields for general sales register. this report we would like to take from billing document.This regiseter is for material items, not for service items.
    It would be more helpful for me if u can provide information about capturing of reversal(Cancellation) documents also
    Following are the fields which iam using in the report.
    Input     
    Document Dates     
    Bill to Party     
    Material
    Output
    Doc No
    Sr.No (Sr.No with in the document items)
    Bill to Party
    Sales Type
    Sales org
    Distri Chl
    Division
    Delivery Plant
    Material
    Description
    Quantity
    Rate (Excl Taxes)
    Gross Total (NetTax-DisExp)
    Net Amount (Qty X Rate)
    Tax Column1
    Tax Column2
    Tax Column3
    Discount
    Expenses
    Round Off

    Hi
    the values you are required you can get from the following tables
    VBRK - Header data for billing documents
    VBRP - Item data for billing documents
    KONV - Condition types table for billing documents and sales document
    you have to take the link between VBRK and KONV tables then you will get all the condition types
    Regards
    vardhan

  • Sales register

    Hi,
    I want to retrive the 'AMOUNT'  field values in VF13  to sales register as a new column.
    please help me.
    If u don't understand it please aske me i will elaberate it.

    Hi
    SORRY I HAVE GIVEN WRONG TCODE.IT IS VK13.
    IN VK13 V R MAINTAING PRICING CONDITIONS.IN THIS LIST V CAN GET AMOUNT.
    I HAVE TO GET THAT DETAILS TO CUTOM SALES REGISTER REPORT.
    CAN U HELP ME HOW TO GET THOSE DETAILS.
    I WANT SELECT CONDITION

Maybe you are looking for

  • Battery for canon Rebel xti eos 400D

    where do I find the battery that runs the date and time?

  • Moving Iplanet Temp dir. to another drive

    Hi, I would like to move the temp directory that Iplanet creates on c:\winnt\system32\netscape to another drive. This is on NT box. I appreciate all of your suggestions. Rafael

  • Backward and forward in GL and in Web site

    Two parts to this: PART 1, INSIDE GO LIVE Let's say I am viewing one page, page A. On that page I click a link that takes me to page B while closing page A. After viewing page B I want to return to page A. If this were a browser, I'd simply click the

  • MARS 6.0 cant discover PIX 8.0(4)

    Hello, I've configured CS-MARS 6.0, added a lot of devices and everything works fine, but i cant add PIX 8.0 device, Error: spqwn ssh -c 3des -l admin 10.*.*.* ssh: connect to host 10.*.*.* port 22: no route to host Error executing ssh command PIX co

  • How to add support both English and Portuguese in spell checking?

    In my research work, I often have to write documents both in English and Portuguese. How should I add support for both languages in spell checking? I'd want to switch between both when writing my stuff and, for now, all I have available on Pages is m