Details for V.21

Hi,
  In the T.code V.21 (log of collective run), what is the relevance of the field "Type of collective run" and what happens if I give "F" in that field?
Is there any provision to invoice "only for deliveries during a particular period" in the t.code V.21?
Regards,
kannan.

Hi Rahul
After executing VF04, some errors will appear in your screen due to various reasons.  These logs are being stored in V.21 with a Group Number.
A Group number that uniquely identifies a group of deliveries or invoices, for
instance.
The system assigns the number automatically when you create a group of
deliveries or invoices, for example. You cannot change this number
manually.
On the right side of the screen, the last two columns are
       a)  number of created documents and
       b)  number of errors that occured
Hope this will suffice your query.
Thanks and reward if this really helps you.
G. Lakshmipathi

Similar Messages

  • Error!! Can not find the delivery details for the delivery Id :

    hi all,
    I have a report which i need to burst in seven different reports wherein my delivery key is column "emp_id". Now when i schedule the report to burst then the report completes with a warning. I see that there are various delivery cycles for the report and for one of the cycles i get the following message
    Error!! Can not find the delivery details for the delivery Id :
    hence, what happens due to this is, even there are successful deliveries for other delivery ids but then i get only two rows of data in each of the seven bursted ouput xls files. wheareas the data runs in thousands of rows for each cycle.
    Hence whats happening is, that due to error /warning in one of the delivery cycles other reports are also not showing data.
    I am not sure whats causing the issue and why i am not getting complete bursted files out.
    Please suggest
    Thanks
    Ronny

    I guess, you are in 10.1.3.3.2 :),
    in the latest release 10.1.3.4.1, there are more enhancement wrto bursting and performance i believe.
    check th release notes
    can you send me the xml and bursting query you have, i can try simulating in my local.

  • I want to know that if i want to download facebook on my iphone 4 or any other apps then it ask me put my card details for payment. why is that. if they are free then why do i need to give my card details?please help me anyone.

    I want to know that if i want to download facebook on my iphone 4 or any other apps then it ask me put my card details for payment. why is that. if they are free then why do i need to give my card details?please help me anyone.

    Just select no credit card as outlined here:
    http://support.apple.com/kb/ht2534

  • Plant Stock details for a given date

    At present we are using MB52 for latest stock position of a plant. Is there any code for getting stock details for earlier date.
    As we are facing lot of problems while audits....

    Hi
    Please check the following link
    Re: No stock showing in Inventory on date stock report
    Cheers
    Chandra

  • Displaying/Printing Sub-group Details for Each Parent Group

    My question is based on the example code provided under the "Creating an RTF Template" chapter of the Oracle Business Intelligence Publisher Report Designer's Guide, Release 10.1.3.4, Part Number E12187-01. I modified that example as follows:
    <?xml version="1.0" encoding="WINDOWS-1252" ?>
    - <VENDOR_REPORT> -
    - <LIST_G_VENDOR_NAME>
    - <G_VENDOR_NAME>
    <VENDOR_NAME>COMPANY A</VENDOR_NAME>
    - <LIST_G_INVOICE_NUM>
    - <G_INVOICE_NUM> --TRANS_TYPE
    <SET_OF_BOOKS_ID>124</SET_OF_BOOKS_ID>
    <GL_DATE>10-NOV-03</GL_DATE>
    <INV_TYPE>Standard</INV_TYPE>
    <INVOICE_NUM>031110</INVOICE_NUM>
    <INVOICE_DATE>10-NOV-03</INVOICE_DATE>
    <INVOICE_CURRENCY_CODE>EUR</INVOICE_CURRENCY_CODE>
    <LIST_G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>WIDGETS</LINE_ITEM_DESC>
    <DATE>10-NOV-03</DATE>
    <PROD_ID>882P</PROD_ID>
    <QTY>50</QTY>
    <UNIT PRICE>3.0</UNIT_PRICE>
    <TOT_AMT>150</TOT_AMT>
    </G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>STUFF</LINE_ITEM_DESC>
    <DATE>10-NOV-05</DATE>
    <PROD_ID>725P</PROD_ID>
    <QTY>20</QTY>
    <UNIT PRICE>5.0</UNIT_PRICE>
    <TOT_AMT>100</TOT_AMT>
    </G_LINE_ITEM>
    - <G_LINE_ITEM>
    <LINE_ITEM_NUM>01</LINE_ITEM_NUM>
    <LINE_ITEM_DESC>WIDGETS</LINE_ITEM_DESC>
    <DATE>10-DEC-05</DATE>
    <PROD_ID>882P</PROD_ID>
    <QTY>5</QTY>
    <UNIT PRICE>4.0</UNIT_PRICE>
    <TOT_AMT>20</TOT_AMT>
    </G_LINE_ITEM> </LIST_G_LINE_ITEM>
    <ENT_AMT>122</ENT_AMT>
    <ACCTD_AMT>122</ACCTD_AMT>
    <VAT_CODE>VAT22%</VAT_CODE>
    </G_INVOICE_NUM>
    <G_INVOICE_NUM> --TRANS_TYPE
    <SET_OF_BOOKS_ID>124</SET_OF_BOOKS_ID>
    <GL_DATE>10-NOV-03</GL_DATE>
    <INV_TYPE>Standard</INV_TYPE>
    <INVOICE_NUM>031110</INVOICE_NUM>
    <INVOICE_DATE>10-NOV-03</INVOICE_DATE>
    <INVOICE_CURRENCY_CODE>EUR</INVOICE_CURRENCY_CODE>
    <ENT_AMT>122</ENT_AMT>
    <ACCTD_AMT>122</ACCTD_AMT>
    <VAT_CODE>VAT22%</VAT_CODE>
    </G_INVOICE_NUM>
    </LIST_G_INVOICE_NUM>
    <ENT_SUM_VENDOR>1000.00</ENT_SUM_VENDOR>
    <ACCTD_SUM_VENDOR>1000.00</ACCTD_SUM_VENDOR>
    </G_VENDOR_NAME>
    </LIST_G_VENDOR_NAME>
    <ACCTD_SUM_REP>108763.68</ACCTD_SUM_REP>
    <ENT_SUM_REP>122039</ENT_SUM_REP>
    </VENDOR_REPORT>
    In my XML file example there are multiple invoices for each vendor as subgroups under the <G_VENDOR_NAME> group. So that multiple <G_INVOICE_NUM> subgroups maybe embedded under the <G_VENDOR_NAME> group element. I would like to create a schedule (table) displaying line item details for each vendor and invoice number. Using the simplified syntax, I'm having problems displaying the line item details for each invoice. Instead I’m only able to display a single line item for each invoice. Unfortunately my example report cannot be uploaded and "Thread" text does not seem to accurately retain blank spaces. So descriptively the report would have a line for vendor name, separate line for group number, and lne item details displaying consectively by line to the right
    COMPANY A: Vendor Number: ##
    Invoice Number LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    Invoice Number LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    LINE_ITEM_DETAILS
    Please ignore the data details of my example report. The values do not exactly match the XML data example above. Based on my XML example, please provide a RTF template marked with the XLS or simplified syntax approach to get my results.
    Thanks.

    Make 2 contacts with an email address each rather than 1 contact with 2 addresses.

  • Can't update credit card details for recurring pay...

    I'm trying to update my grandma's Skype credit card details to the new credit card details (same numbers just new expiry date) for her recurring payments on Skype. I follow all the prompts but the final step requires Mastercard to verify the card with an online bank account which she doesn't have and has no intention of getting which means there is no way to update her credit card details for the recurring payments. How do we solve this problem? Thanks

    Hi JW2230
    It looks like the payment details are being rejected.  Please check this with your card issuer before trying to update them again.  The phone number for Australia is 1800 614 863.
    Thanks
    Bev

  • Is there a way to get the details for each hit in the portal database WCR_WEBCONTENTSTAT?

    Hi,
    I need to get the details for each user hit.
    Apparently, this table has the IMPRESSIONS column which returns the total number of hitcounts and VISITS which counts the number of unique user who accesses the portal. What I am trying to look for is to get all the details per hitcount. I need to find out how many time a specific user accessed a specific page or iview.
    I also used the table WCR_USERPAGEUSAGE, which I get the information of the users counted in the VISITS column in the first table.
    I could not get the specific user per hit.
    Please enlighten me if this is possible and how to do this?
    Thanks!

    Hi Catherine,
    Why not use the portal activity report iView?
    In the portal activity report iView the 3rd option allows you to choose a page for example and see
    the user who accessed it and how many times.
    Thanks and BR,
    Saar

  • Add Suppporting Details for more than one periods at the same time for the same Account in Planning.

    As we know, in planning form, we can add supporting details to one cell for the level 0 members intersections.
    But can we do that as below:
    add supporting details for more than one cells at the same time?
    I tried to do that in workspace and smartview, neither is working.(my workspace version 11.1.2.2.300.20)
    I wonder if i am not with the right version, because i don't know how to get the below.
    Can any one explain?
    Thank you.

    Hi,
    I have tried in Smartview for a simple form where my period dimension was in columns and accounts in rows.
    You need to select multiple period and select supporting details, it will show those selected period for which you can add the supporting details.
    You can add these details and then submit the data in the form.
    Regards,
    Sourabh

  • Delete bank details for a BP in CRM 5.0, it doesn't get deleted from R/3

    Hi,
    When I delete bank details for a business partner in CRM, it doesn't get deleted form R/3.
    Although I can see a green bdoc with confirmed status, with no errors. Any clue?
    Regards,
    Kaushal

    Yes, when I add a new bank detail, it gets properly reflected in R/3. The problem is only during deletion.
    I think I've reached the solution - notes 1016909 and 941660.
    Regards,
    Kaushal

  • How to get customer / sales order details for VBBS table?

    Hi Friends,
    I have a requirement to create a report that will give the details of sales order ( VBELN ) and customer ( KUNNR) details from the sales requirement totals record table ( VBBS )
    Currently we have a report that just gives out the VBBS table entries for plant and material combination. As you are aware, the VBBS table contains the sales / deliveries requirements as displayed in MD04 transaction.
    Now there is a requirement to have the customer ( KUNNR ) and sales order (VBELN )  detail for each individual requirement totals.
    I checked the VBBE table ( sales requrirement : individual records ) but I cannot find any relationship between VBBS and VBBE. If there is a material / plant in VBBS , the same entry does not exist in VBBE.
    Please suggest if there is any other table to get this detail.
    Thanks
    Satya

    Tables are related.
    MATNR
    WERKS
    MBDAT
    LGORT
    CHARG
    etc fields are common in both VBBS and VBBE.
    May be you can generate a condition a fetch data using this.
    I hope it helps.
    thanks

  • Details for 'Is Web service security available?'

    Hi i am working on scenario rfc to webservice.Its as secued webserivce i need to do ssl configuration.
    In component monitoring..for the integration engine its in yellow...
    Details for 'Is Web service security available?'
    Communication error Proxy calls on the sender or receiver side are not permitted on the IS (client)
    can any one please help me out..
    Thanks
    sriram

    I have already installed certificates on the j2ee engine & i have given the paramaters for keystore entry & keystore value.Still i have the same error
    In component monitoring
    For integration engine
    Details for 'Is Web service security available?'
    Communication error Proxy calls on the sender or receiver side are not permitted on the IS (client) 
    In message monitoring
    Audit Log for Message: f614df00-e9e0-11da-95ef-0004ac577b32
    Time Stamp Status Description
    2006-05-22 15:18:58 Success The message was successfully received by the messaging system. Profile: XI URL: http://saptst01:51000/MessagingSystem/receive/AFW/XI
    2006-05-22 15:18:58 Success Using connection AFW. Trying to put the message into the request queue.
    2006-05-22 15:18:58 Success Message successfully put into the queue.
    2006-05-22 15:18:58 Success The message was successfully retrieved from the request queue.
    2006-05-22 15:18:58 Success The message status set to DLNG.
    2006-05-22 15:18:58 Success Delivering to channel: ZCH_VERISIGNPPGR
    2006-05-22 15:18:58 Success SOAP: request message entering the adapter
    2006-05-22 15:18:58 Success SOAP: call failed
    2006-05-22 15:18:58 Error SOAP: error occured: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: illegal parameter
    2006-05-22 15:18:58 Error Exception caught by adapter framework: Peer sent alert: Alert Fatal: illegal parameter
    Can any one please help me out.
    Thanks
    sriram

  • AS2 adpater-- Configuration details for both SND and RCV.

    Hi All,
    I need some details for both AS2 sender and receiver adapter.
    Sender AS2 adapter :
    1. Use Proxy
          Use Authentication
    Which one we need to use? 
    2. what is this Proxy Realm or Authentication Realm??
    3. Whether we need to enable Hostname check & HTTP keep alive? what is the purpose of these settings?
    4. what is this Message subject ?? the content of this comes from the file name or file data?
    5. Server certificate and private key authentication?? do we need to get these from partner system??
    Receiver AS2 adapter :
    1. Here also  the same question when we need to use Proxy settings and when we need to use Authentication settings.
    2. Dynamic attributes??
         Use dynamic attributes
         Use non-empty attributes.    
    What are the information we need to ask partner system to get the connection??
    Please reply if anyone worked on these AS2 settings.
    Thank You.
    Regards
    Krupakar.

    hi..
    Sender Adapter..
    1.You can use both use proxy and use authentication.depends upon the requirement.
    when you use proxy you have to give proxy server name and all parameters.That means proxy server acts like your actual server.To pass this data through  the AS2 apdapter U hv to specify th following parameters.
    Proxy Server : Your proxy server.
    Proxy Port :The port of the proxy server.
    Proxy User: User for optional authentication.
    Proxy Password: Password for optional authentication.
    Proxy Realm: Realm for optional authentication.
    2. REALM
    A realm is a part of Yanel which has its own configuration and repository. This allows you to run several subsites (which are independent of one another) in a single Yanel instance. For example, each department in your company can have its own realm. This allows one department to use its database as a content repository and another to use the filesystem to provide the content to Yanel
    So proxy realm means u r authorized to use the proxy server
    You use Use Authentication for -
    >Used to enable/disable basic authentication.
    Use Authentication Used to enable/disable basic authentication.
    User: User for basic authentication.
    Password: Password for basic authentication.
    Realm: Realm for basic authentication.
    3. if u check these options for the following purpose.
    SSL Hostname Check: Validate common name with server name.
    HTTP Timeout:Timeout in seconds for waiting for server
    response.
    4.Message Subject: This subject will be compared with the subject in the received message. This is used to find the
    correct channel for the inbound message. Wildcards are allowed.Its the file data.
    5. Your partne rwill provide u these details.
    Receiver Adapter:
    1.If u use the same in sender side then u hv to verify it again in the receiver system. Then only the communication is established.
    3.u must have the AS2ID and the certificates.
    THAnks
    MAnas
    reward points if helpful.

  • Report for time log on detail for each employees in SAP ABAP-HR report

    hi experts,
          please help me .how to create a report for time log on detail for each employees in SAP ABAP-HR report.please help me.
                                                      thank you

    Hi,
    For Time Management Infotypes , If you want to read the data using macro you need to use the Macro called RP_READ_ALL_TIME_ITY
    Example:
    DATA: BEGDA LIKE P2001-BEGDA, ENDDA LIKE P2001-ENDDA.
       INFOTYPES:  0000, 0001, 0002, ...
                         2001 MODE N, 2002 MODE N, ...
         GET PERNR.
       BEGDA = '19900101'. ENDDA = '19900131'.
       RP_READ_ALL_TIME_ITY BEGDA ENDDA.
       IF PNP-SW-AUTH-SKIPPED-RECORD NE '0'.
          WRITE: / 'Authorization for time data missing'.
          WRITE: / 'for personnel number', PERNR-PERNR. REJECT.
       ENDIF.

  • Excise details for IMPORT vendor

    Hi SAP ients
    While Doing J1IEX_P for import vendor system gives error msg "maintain Excise details for the vendor"
    But for IMPORT vendor we dont maitain such details
    Am I right?
    Can anybody help?
    santosh j

    Thanks Pankaj
    It is working
    I have another question Regarding Subcontracting
    When we send the material to supplier it is done thr' 4(5) (a) excise challan whose limit is 180 days (material should come back to parent company within 180 days)
    But now Excise has issued new amendment / form ie 4(5)(b) for sending the CAPITAL GOODS ie dies/ moulds etc for the production purpose at supplier's end against form 4(5)(b)  instead of  4(5) (a) whose validity is @ 2 years or more
    Is there any standard format in SAP for that? OR
    Any new note released by SAP?
    Thanks in advance
    Santosh Jagtap

  • Bank details for onetime vendor

    Cant we maintain bank details for one time vendor any where?I want to make payment to one time vendors thru APP.
    Please help

    Hi,
    We cannot maintain Bankdetails for onetime vendor, since that is a control for onetime vendor.
    Thats why we will select different Account group for one time vendor.
    Since it is a one time vendor system dont want to keep data in Database.
    Thats why we will give bank details while making payment.
    Regards,
    Hemanth.

  • Vendor Bank details for India

    Hello,
    how do I have to maintain the vendor bank details for an Indian bank? How are the country-specific settings for India in OY17?
    We have the following informations from our vendor:
    Bank name
    Steet
    City
    Swift
    Branch
    1. USD A/c
    2. EUR A/c
    Which information do I have to store in which SAP field (e.g. Bank key, Bank account, SWIFT code, Branch etc.)?
    Thank you already for your suggestions.

    Hi,
    You need to maintain the following in the Payment transactions tab of the Vendor Master:
    Bank Key:
    Select from the Standard Bank Keys that are already available in the system. If they are not available, you can create in T.Code:FI01. If they are available but with incomplete details you can edit the changes in T.Code:FI02. The details like Code/Name of Bank Key, Bank Name, Address, City, SWIFT code need to be entered. You can give the Code/Name of the Bank Key same as the SWIFT code if you do not have any details about the Bank Key from the Bank.
    Bank Account Number:
    This is to be given in the vendor master.
    Bank Address and SWIFT Code:
    No need to give these as they already forming part of the Bank Key.
    Branch Code:
    Branch code is identified in the Bank Account Number itself for each bank. Hence, no need to give these details separately.
    Regards,
    Kiron Kumar T.

Maybe you are looking for