Need to create multiple PA documents during billing

Hello,
We have the following scenario.
When we create a billing document from an SD order, we need to create multiple PA documents based on the condition types.  We have maintained those condition types to different value fields in KE4I.
For e.g, for a line item in an order, we have Basic Price = 100, Discount = 20
When we do billing for the above line item, we want to create two PA documents, one for the Basic Price and one for the discount. Note that the above Basic prive and Discount are mapped to different value fields and different cost element groups.
Thank you.
Bala

Hi,
   This functionality is not possible not does it make any sense. SD conditions are mapped to value fields via KE4I. If you have not activated summarization (tcode KE2S) then for every SD item you will get a COPA document. Each COPA document will contain all the values fields filled via the SD conditions displayed in one line item.
   Imagine if you have a SD billing document with 20 items, each items containing 10 conditions. Then you will get 200 COPA documents as per your requirement !!! This does not make any sense neither from technical point of view nor from business point of view.
regards
Waman

Similar Messages

  • IDOC-Segment Created a idoc document against Billing document

    Dear All,
    Thanks in  advance.
    Already created a idoc document against Billing document and one of the IDOC segment is not in the IDOC document output segments(WE05) actually it missed the segment.
    so i want to add the segment which it was missed during generation of IDOC document against billing document.
    Example:
    a) IDOC document misses one segment let suppose "Seg1".
    b) In "Seg1" it have only one field let suppose "Field1".
    c) But "Field1" does not have any value while generation of IDOC document so it doesn't create the respective segment in IDOC document.
    d) so here, i want to edit the IDOC document to add the "Seg1" in the IDOC document and reprocessing the IDOC document.
    Please help on this issue.
    Regards,
    Sridhar.

    Hello,
              If your requirement is to have the Segment even with only 1 Field, you'll have to create an Idoc Extension in WE30.
             In order to populate the Custom Segment, Use the Customer Function '002' in the IDOC_OUTPUT_INVOIC which is EXIT_SAPLVEDF_002 where you can actually insert the Segment as a Child Segment of an Appropriate Segment.
            You can go for Custom segment with the IDoc Extension so that you dont have to manually insert the Segment again and again while reprocessing it.
    Thanks and Regards,
    Venkat Phani Prasad Konduri

  • Do we need to create individual shipment document for Transportation Chain

    Do we need to create individual shipment document in Transportation Chain if the forwarding agent is same for all shipment?
    For Example :
    first it takes truck,
             then ship,
             then again truck to reach Customer.
    in all above case forwading agent is same eg: DHL Service

    Hi Doak,
    Yes you need to create individual shipment document in Transportation chain.
    For Example : when the trucks go from their respective shipping points to the harbor, the freight documents should not also contain main leg and subsequent leg information. When you create texts, you would not know if they are supposed to be valid for the preliminary, main or subsequent legs.
    In order to avoid such limitations, we would recommend that you denote a transportation chain using multiple shipment documents. You can create these shipment documents almost automatically by using collective processing.
    If you want depict a transportation chain within a shipment document, you must also accept the limited functions available to you.
    The reason: Almost all shipment document functions refer to the document as a whole:
    1.Outputs can only be printed for the entire document, not for individual legs
    2.Handling units can only be created for the entire document, not for individual   legs
    3. The same is valid for texts, deadlines in general, etc.
    Hope this provides you some clarity.  Reward points if helpful.
    Regards
    Srikanth.A

  • Dynamically need to create multiple text or select items.

    Hi All,
      There is a requirement in my application, we need to create multiple textbox or selectlist items, on click of "add" button in apex.
      Any help on this how i can process the request to create multiple items dynamically on click of "add" button.
    Regards,
    Sruthitamiri!!

    APEX_ITEM

  • Need to create a Change document for tracking Purpose on standard table

    Hi Experts,
    I am updating a field in standard table so need to create a change document for tracking the changes being done on the field.
    I created the change Document with transaction SCDO but I am stuck at point - How to call that in the report program to enable the change document.
    Please advice.
    Thanks!!

    Hi
    U can assign your transaction to Z-report like this:
    PARAMETERS: TAB1 RADIOBUTTON GROUP R1 DEFAULT 'X',
                TAB2 RADIOBUTTON GROUP R1,
                TAB3 RADIOBUTTON GROUP R1.
    DATA: TABNAME TYPE TABNAME.
    START-OF-SELECTION.
      CASE 'X'.
        WHEN TAB1. TABNAME = 'BSID'.
        WHEN TAB2. TABNAME = 'BSAD'.
        WHEN TAB3. TABNAME = 'BKPF'.
      ENDCASE.
      CALL FUNCTION 'RS_TABLE_LIST_CREATE'
        EXPORTING
          TABLE_NAME               = TABNAME
    *   ACTION                   = 'ANZE'
    *   WITHOUT_SUBMIT           = ' '
    *   GENERATION_FORCED        =
    *   NEW_SEL                  =
    *   NO_STRUCTURE_CHECK       = ' '
    *   DATA_EXIT                = ' '
    * IMPORTING
    *   PROGNAME                 =
    * TABLES
    *   SELTAB                   =
       EXCEPTIONS
         TABLE_IS_STRUCTURE       = 1
         TABLE_NOT_EXISTS         = 2
         DB_NOT_EXISTS            = 3
         NO_PERMISSION            = 4
         NO_CHANGE_ALLOWED        = 5
         OTHERS                   = 6
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

  • Need to create multiple indexes - will this work?

    For a catalog of about 350 pages, I need both a manufacturer index and a product index. I have read some of the creative solutions already posted here and in other web discussions, and I have an idea.
    Why not create two Book files? one could be "Catalog-Product.indb" and the other could be "Catalog-Manufacturer.indb". Basically two separate contexts for the series of layouts. When in the Product book, do all the indexing for that context, update the Product index and close the set of files (saving the Catalog-Product.indb as well and then closing it). Then open the Catalog-Manufacturer book and do the indexing for the Manufacturer index, generate it, save and close.
    The question is: will each of the two book files be able to ignore the invisible index metadata that belongs to the other book when generating the index? will there be trash index entries in the Index palette - representing those of the other book file? Or, can these two sets of metadata be properly kept separate?
    One consequence that I predict is that the Hyperlinks option during PDF Export from InDesign will be compromised - I would expect whichever book was inactive during the PDF export from the Book file would be the one whose index links would be non-functional.
    Can anyone tell me though whether this strategy could generate two proper indexes at least for a print document?

    Bill Planey wrote:
    For a catalog of about 350 pages, I need both a manufacturer index and a product index. I have read some of the creative solutions already posted here and in other web discussions, and I have an idea.
    Why not create two Book files? one could be "Catalog-Product.indb" and the other could be "Catalog-Manufacturer.indb". Basically two separate contexts for the series of layouts. When in the Product book, do all the indexing for that context, update the Product index and close the set of files (saving the Catalog-Product.indb as well and then closing it). Then open the Catalog-Manufacturer book and do the indexing for the Manufacturer index, generate it, save and close.
    The question is: will each of the two book files be able to ignore the invisible index metadata that belongs to the other book when generating the index? will there be trash index entries in the Index palette - representing those of the other book file? Or, can these two sets of metadata be properly kept separate?
    One consequence that I predict is that the Hyperlinks option during PDF Export from InDesign will be compromised - I would expect whichever book was inactive during the PDF export from the Book file would be the one whose index links would be non-functional.
    Can anyone tell me though whether this strategy could generate two proper indexes at least for a print document?
    Hi, Bill:
    Search Google for terms like "InDesign multiple index" without quotes. There are some good links for this; admittedly they're workarounds. If you take the time to file a formal request for this feature at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform, there's a chance the developers will eventually run out of excuses or higher-priority tasks, and include it in a future release.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • How to create multiple accouting documents for one invoice for diff curr

    Hi experts/gurus,
    I have a requirement where we need to create two two different accounting documents for one invoice. The scenario is this:
    1) We are exporting goods to oversea customer, as such the currency is bill in USD
    2) We also have transportation charges using another condition type, we need to capture this charges/accrual in local currency which is MYR.
    Currently, the system will automatically convert the transporation charges to USD when we create the invoice and the accounting document will be generated in USD for both sales and transport charges.
    is there a way to fullfil the above requirement, any setting in condition type or any user exists we can used to create hte accounting documents.
    Any ideas/input is highly appreciated, points will be awarded

    Hi Wan,
       The following user exits are available in report SAPLV60B for transfer to accounting (function group V60B): So please go through these.
    ·EXIT_SAPLV60B_001: Change the header data in the structure acchd
    You can use this exit to influence the header information of the accounting document. For example, you can change the business transaction, "created on" date and time, the name of the person who created it or the transaction with which the document was created.
    ·EXIT_SAPLV60B_002: Change the customer line ACCIT
    You can use this exit to change the customer line in the accounting document. This exit is processed once the ACCIT structure is filled in with data from document header VBRK.
    ·EXIT_SAPLV60B_003: Change the customer line in costing
    The customer line is filled in differently for costing. You can use exit 003 to influence the ACCIT structure.
    ·EXIT_SAPLV60B_004: Change a GL account item ACCIT You can add information to a GL account item (such as quantity specifications) with this exit.
    ·EXIT_SAPLV60B_005: User exit for accruals
    Once all relevant data for accruals was entered in the GL account item, you can add to this data with this exit.
    ·EXIT_SAPLV60B_006: Change the control line ACCIT
    You can use exit 006 to add information to the control line.
    ·EXIT_SAPLV60B_007: Change the installment plan
    You can use exit 007 to add information to the installment plan
    parameters in the GL account item.
    ·EXIT_SAPLV60B_008: Change the transfer structure ACCCR, ACCIT and ACCHD
    After the accounting document is filled in with data, you can use exit 008 to change the document once again.
    ·EXIT_SAPLV60B_010: Item table for customer lines
    You can use exit 10 to influence the contents of customer lines before they are created.
    ·EXIT_SAPLV60B_0011: Change the parameter for cash account determination or reconciliation account determination
    You can use this exit to change inbound parameters in order to influence account determination.
    I hope any one of these will solve your problem
    Thanks,
    Murali.

  • Need to create multiple Premiere Pro Titles out of a Text file

    Hi everyone !
    I'm using Premiere Pro CS6. I've prepared a *.txt file (plain text) with about 70 lines (each line has 5-10 words max) and I'm looking for a way to create multiple PP Titles out of it (one Title per line) but in a "batch" manner (i.e. without having to create a new title each time and copy-paste the line-text in it, etc) as I need to end up with all 70 titles in my timeline...
    Could you possiby suggest a way to do this ? Something like "importing" the *.txt file in Premiere Pro and auto-breaking it up into 70 separate titles or something ??
    Many thanks in advance guys !!

    yes, here is a direct link to the tutorial.
    has me disappointed in adobe and in the development of software in general, but yeah, i'm following this tutorial right now: https://vimeo.com/80445034
    the bummer part is -- well -- will that make the text less crisp, less clear?
    also, if we are creating a lot of slides, ideally, we would have an easy way to create clear videos of our slide presentations.
    i tried a bunch of slideshow tools and it is amazing to me how bad they are.
    anyway, i am using this gruesome but brilliant workaround right now (the ms word, indesign, premiere combo).
    as brilliant as it is to have found this kind of workaround solution -- it amazes me that adobe has such profound resources -- and these apps behave so belligerently.
    best,
    dainis

  • I need to create an interactive document

    I have the need to create a poster. I would like to be able to send that poster to several people and each person would be able to customize their version of the poster. I would like for them to be able to change text and an image. Then be able to print the poster. I do want to be able to control all the other elements though.
    The trick is, these people do not have any Adobe products other than Reader. I've created forms with fields that people can type in what they want, but I'm stuck on being able to change out an image. Is there anything in CC that would allow me to be able to accomplish this?

    Adobe Reader. Check it out.
    https://itunes.apple.com/us/app/adobe-reader/id469337564?mt=8

  • Creating multiple-paged documents using Illustrator

    Hi all! I normally use InDesign to create many-page projects. But twice now, I've had clients request that I create the file using Illustrator. Am I missing something? Can Illustrator do this? It seems to be each page would have to be its own separate file. That seems cumbersome to me. Thanks.
    Julie

    In CS 4 & 5 you can can have multiple artboards which are page like regions of the canvas they an be printed like pages.
    In previous versions you would tile the art within a larger dimension document.
    Bot can be printed or saved to a Multipage pdf.

  • No accounting document during billing

    Hi,
    Is it possible that the billing document will not be saved if ever there is an accounting error?  The standard set-up I think is that the sd billing document will be saved, but a message will prompt => no accounting document generated.
    Please advise if this is possible
    thanks

    Hi,
    In my view, it is not advisable to stop the Billing document from saving.
    In the Billing document, there may be various Pricing components like
    - Price (Revenue)
    - Different Discounts (deductions)
    - Various Taxes
    - Different Freights
    Again there may differents discounts with different Account keys for posting to different G/Ls.
    Similarly, for Taxes and Freight.
    For even one of the Account key, suppose G/L is missing then you will get the accounting error.
    If the billing document is saved, then from the "Account determination analysis', you can easily find out the problem and can solve it.
    But, with your requirement it will be very difficult to check all the assignemnt.
    Therefore, in my view you should not go with requirement rather convince your client about it.
    Regards
    Pradyumna

  • Need to create multiple files in CSV through UTL_File package

    I have to extract data from table from csv format and maximum number should be 10 each file.how to do this through UTL_File utilities.
    i am putting the code...any input would be apprecaited...
    CREATE OR REPLACE PACKAGE BODY TEST
    AS
    PROCEDURE main_test(
    errbuff OUT VARCHAR2,
    retcode OUT VARCHAR2
    IS
    -- Variables
    lv_file_handle UTL_FILE.FILE_TYPE;
    lv_file_name_txt VARCHAR2(25);
    lv_file_location_txt VARCHAR2(100) :='/dv1/gfp/ora01/dv1gfpcomn/temp';
    v_error_code NUMBER;
    v_error_text VARCHAR2(200);
    lv_cursor_rowcnt NUMBER := 0;
    lv_row_data VARCHAR2(32000);
    lv_row_tran_data VARCHAR2(32000);
    lv_transaction_number VARCHAR2(1000);
    lv_row_head_data1 VARCHAR2(32000);
    lv_row_trn_data1 VARCHAR2(32000);
    lv_row_data1 VARCHAR2(32000);
    lv_period VARCHAR2(100);
    row_cnt number := 0;
    c integer;
    max_rows number;
    -- Cursors
    CURSOR cur_period IS
    select
    user_name name,
    description description ,
    email_address email,
    start_date st_date,
    end_date end_date
    from fnd_user
    WHERE ROWNUM <51
    ORDER BY 1,4 desc;
    BEGIN
    lv_file_name_txt := 'test'||TO_CHAR (SYSDATE, 'DDMMYYYY')||'.txn';
    lv_file_handle := UTL_FILE.FOPEN(lv_file_location_txt, lv_file_name_txt, 'w');
    --code modification here
    FOR cur_rec IN cur_period
    LOOP
    lv_row_data := NULL;
    lv_cursor_rowcnt := lv_cursor_rowcnt + 1;
    lv_row_data := rpad(nvl(substr(cur_rec.name,1,10),'') ,10,' ') || '+'
    || rpad(nvl(substr(cur_rec.description,1,10),'') ,10,' ') || '+'
    || rpad(nvl(substr(cur_rec.email,1,15),'') ,15,' ') || '+'
    || rpad(nvl(substr( cur_rec.st_date,1,10),'') ,10,' ') || '+'
    || rpad(nvl(substr( cur_rec.end_date ,1,10),'') ,10,' ') ;
    END LOOP;
    IF lv_cursor_rowcnt = 0 THEN
    fnd_log.put_line ('No data found');
    END IF;
    UTL_FILE.FCLOSE(lv_file_handle);
    EXCEPTION
    WHEN OTHERS
    THEN
    v_error_code := SQLCODE;
    v_error_text := SQLERRM;
    retcode := 2;
    fnd_log.put_line ('s-Error :' || v_error_code || '- ' || v_error_text );
    fnd_log.put_line (SQLERRM);
    UTL_FILE.FCLOSE_ALL();
    END;
    END TEST;
    show err
    ---

    Hi,
    and maximum number should be 10 each file.utilities. I could not understand the above line. If you want to put 10 rows in one file , next 10 rows in another file and so on ......
    There are two approaches.
    1. Simple one is store all records in one file using UTL_FILE and then use unix
    split utility to break 10 lines for each file.
    2. Store all files name is an array ( VARRAY or Associative Arrays) .
    (i) Fetch file name form Array
    (ii) Open a File
    (iii) Store 10 rows in File
    (iv) Close file. Go to step 1.
    Regards

  • I need to create a pdf document from another pdf.

    I would like to utilize the tags function within Acrobat to either delete the extra tags or extract the tags I need.  Is this doable without addition software?

    Are you attempting to delete content based on the tags? If so, it doesn’t work that way. You could work in the Content navigation pane to remove content but just remember that information on each page won’t reflow. Also, things like headings/page numbers and such won’t renumber either. If you need to do this level of editing you should export the PDF to a format like Word.

  • Need help creating multiple albums on web page

    I have created a website using the about me template which comes with 3 albums on on the template. It seems that only the first album is hyperlinked to another page but the other two are not. Am I correct or am I doing something wrong. Is there a way to have 3 albums on my about me page that will send the viewer to the album page when they click on it. Any help would be much appreciated.

    The problem with the iWeb albums page is that if you put more than about 6 albums with a dozen or so photos in each, it will take forever to download and will have no chance of downloading in IE.
    Unless all your viewers use Macs with Safari, forget the Photos and Albums templates and use flash.
    A lot of iWeb users seem to be unaware of how dysfunctional an iWeb built site is for PC users.

  • Multiple PO document types/transaction types in Extended Classic scenario

    Hi All,
    We are on SRM_SERVER 550, Extended Classic Scenario.
    We have a requirement where we need to create multiple PO document types (based on certain criteria).
    I have noticed that in standard, there are only 2 transaction types provided for SRM PO - ECPO and ECDP.
    We need more document types and these should be triggerred automatically after SC is approved.
    I understand that we need to maintain all the PO transaction types in SRM, number ranges in SRM then maintain the same transaction types as PO document types in R/3 and same number ranges in R/3.
    I also understand that the change for document type needs to be done in BBP_DOC_CHANGE_BADI.
    I have 2 specific questions:
    1. We need to maintain attribute BSA for the users. Here we need to mention the document type and source system. What should be the source system mained in attribute BSA for ECS? Should it be the SRM system or R/3 system?
    2. In BBP_DOC_CHANGE_BADI to change the PO document type/transaction type in ECS scenario, which field should be changed? Should it be ET_ITEM- BE_DOC_TYPE?
    Regards,
    Srivatsan

    Srivatsan,
    To create new transaction type:
    Supplier Relationship Management --> SRM Server --> Cross-Application Basic Settings --> Define Transaction Types
    To create new number range:
    Supplier Relationship Management --> SRM Server --> Cross-Application Basic Settings --> Number Ranges --> SRM Server Number Ranges --> Define Number Range for Local Purchase Orders
    You can define to create automatic PO when a SC was created in: Supplier Relationship Management --> SRM Server --> Sourcing --> Define Sourcing for Product Categories
    Rgs,
    Pedro Marques

Maybe you are looking for

  • How to include .php file in .shtml using SSI

    Hi, I've just finished with my "Contact Us form" for my website and have some issues with running it. I have a .shtml file http://mydomain.com/contact-us.shtml in wich I'd like to include a contact us form file http://mydomain.com/includes/ContactUs.

  • Pin Specifications for Creative Sound Blaster Audigy SB1394

    ;Pin Specifications for Creative Sound Blaster Audigy SB394 I have a Sound Blaster Audigy SB934 CA000-IAF Creative Tech '0 AA299J basically a Sound Blaster Audigy Platinum (wiouth the front bay for conectivity.)? And since I dont' have the front bay

  • Free Transform in Illustrator CS4

    Hello, I'm using CS4 and am having trouble with the free distort tool. I didn't even know it existed until I googled it and have always instead pasted what I wanted into PS, rasterized it, distorted it, then pasted it back into illustrator and traced

  • Recovering photos from broken iphone

    I have an Iphone 4s and it's all smashed up (long story), I am trying to recover the files from it (mainly photos). When I connect it to my laptop (Windows 7) the light comes on for about 5 seconds then off for about 5 seconds and keeps going. My lap

  • Remove duplicates in "Compilations" folder

    I have found a lot of duplicate files in the ~/Music/iTunes/iTunes Music/Compilations folder. Most of the discussions I have found ignore files in the Compilations folder. Are there any utilities to handle this chore, I have over 4,000 songs. Also wh