"Collective Inv." (BSEG-SAMNR) not being populated

We are in the process of enabling invoice list functiionality in SAP. In doing that we get everything working, except for the update to BSEG-SAMNR (Collective Inv.) for a respective FI document that is tagged to an invoice list. This becomes key for us as we can pull this field into various A/R transactions like F-28 and FBL5N.
I have searched OSS and online, but so far can't seem to find any reference to this. We are on ECC 6.0 and SP14.
Has anyone run into this? Or have any idea how to get that field updated? Appreciate any thoughts or suggestions.
Thanks,
Jay

Hi Jay,
In the FI transactions field BSEG-SAMNR is only contained on the
customer line item screen (screen 0301 of program SAPMF05A), which
means that when a FI document is posted with a FI transaction,
a value for field BSEG-SAMNR can be entered for the customer line
item (and only for the customer line item).
Otherwise this field has no further meaning in FI.
note 335031 -> FBV1: Field 'SAMNR' missing on the customer screen
                     -> implementation of the above described
                        for document parking
note 563076 -> FB05: Leading zeros with selection on fields NUMC
                     -> open item selection with field SAMNR
note 573312 -> FB05: Creating down payment from down payment request
                     -> copy of the value of field SAMNR from
                        down payment request to down payment
note 583163 -> FB02: Field BSEG-SAMNR not changeable with down payments
note 631894 -> RFBIBL00 in mode 'D': BSEG-SAMNR not filled in FI
               document
note 745442 -> F110: Acct assgnmt w/ down payment from down payment
               request
                     -> same like note 573312 for payment program
Regards,
Alex

Similar Messages

  • Some client data not being populated after upgrading to NCS 1.1.0.58

    After upgrading to Cisco Prime NCS 1.1.0.58 some of the client data is not being populated or gathered. The graphs labeled "Client Count By Association/Authentication" and "Client Count By Wireless/Wired" are no longer being updated? Not sure what was changed during the upgrade or where to look to get it to start collecting the data again?                  

    Eajackson,
    Make sure your WLC, MSE and WCS/NCS code matches the compatibility matrix here:
    http://www.cisco.com/en/US/docs/wireless/controller/5500/tech_notes/Wireless_Software_Compatibility_Matrix.html
    Sent from Cisco Technical Support iPhone App

  • Data is not being populated in screen field PSPNR after F4 search help.

    Hi expert,
    I have added one field GW_SELECT-PSPNR in existing screen 100, and there are many fields already existing.
    and there are POV for 4 fielda and i added POV for field GW_SELECT-PSPNR.
    PROCESS ON VALUE-REQUEST.
      FIELD gw_select-kostl MODULE determine_kostl.
      FIELD gw_select-aufnr MODULE determine_aufnr.
      FIELD gw_select-matnr MODULE determine_matnr.
      FIELD gw_select-bwart MODULE determine_bwart.
    ***Added by me
      FIELD gw_select-pspnr MODULE determine_pspnr.
    ****end add
    now problem is that the value is not being populated in screen.
    values are coming in field GW_SELECT-PSPNR but in screen its not being populated.
    i tried function module 'DYNP_VALUES_UPDATE' then also its not being populated
    now this module MODULE determine_pspnr has code inside
    MODULE DETERMINE_PSPNR INPUT.
       DATA:w_dynpfields TYPE dynpread,
         i_dynpfields LIKE STANDARD TABLE OF dynpread.
      PERFORM fill_pspnr.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'PSPNR'
          value_org       = 'S'
        TABLES
          value_tab       = gt_pspnr
         field_tab       = lt_field_tab
          return_tab      = lt_return_tab
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      LOOP AT lt_return_tab INTO ls_return_tab.
        gw_select-pspnr = ls_return_tab-fieldval(12).
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            input  = gw_select-pspnr
          IMPORTING
            output = gw_select-pspnr.
        EXIT.
      ENDLOOP.
      refresh i_dynpfields.
       w_dynpfields-FIELDNAME = 'gw_select-pspnr'.
       w_dynpfields-FIELDVALUE = gw_select-pspnr.
       APPEND w_dynpfields to i_dynpfields.
       APPEND gw_select to gt_select.
      CALL FUNCTION 'DYNP_VALUES_UPDATE'
        EXPORTING
          DYNAME                     = sy-repid
          DYNUMB                     = sy-dynnr
        TABLES
          DYNPFIELDS                 = i_dynpfields
       EXCEPTIONS
         INVALID_ABAPWORKAREA       = 1
         INVALID_DYNPROFIELD        = 2
         INVALID_DYNPRONAME         = 3
         INVALID_DYNPRONUMMER       = 4
         INVALID_REQUEST            = 5
         NO_FIELDDESCRIPTION        = 6
         UNDEFIND_ERROR             = 7
         OTHERS                     = 8
    ENDMODULE.                 " DETERMINE_PSPNR  INPUT

    Hi
    Use this code instead of your function call:
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
            retfield        = 'FEE_NUMBER'
            dynpprog        = sy-cprog
            dynpnr          = sy-dynnr
            dynprofield     = 'FEE'  ================>your field
            value_org       = 'S'
          TABLES
            value_tab       = it_fee
          EXCEPTIONS
            parameter_error = 1
            no_values_found = 2
            OTHERS          = 3.
    Best Regards
    Yossi

  • Data object is not being populated in BAM

    We are putting the data in JMS Queue. We have created an EMS in BAM. It is picking the data from JMS Queue, but the data object is not being populated. The request we are using here is given below:
    Request:
    <?xml version="1.0" encoding="UTF-8"?>
    <Test xmlns="http://education.com/OrderImport">
    <OrderLineReferenceNumber>abcad</OrderLineReferenceNumber>
    <WebOrderNumber>cccccg</WebOrderNumber>
    <OrderLineCount>gn</OrderLineCount>
    <LineNumber>4</LineNumber>
    <ISBN10>46564574</ISBN10>
    <ISBM13>6767</ISBM13>
    <ID>67</ID>
    <Status>78768</Status>
    </Test>
    Does anybody has any idea on that?
    Regards,
    Chandrachur.

    Hi Arun,
    Thanks for your prompt reply.
    We are not using any trasfomation here. We have created thje Data objects as per the message type in the request.
    Please find the dataobjects details we are using:
    Field name Field ID Field type Max length Scale Nullable Public Lookup Calculated Tip Text
    OrderLineReferenceNumber _OrderLineReferenceNumber string                                    100               -               No             Yes                   -                          -               - 
    WebOrderNumber _WebOrderNumber              string                                    100               -               Yes            Yes                   -                          -               - 
    OrderLineCount _OrderLineCount                 integer                                     -                 -               Yes            Yes                   -                          -               - 
    LineNumber _LineNumber                      integer                                     -                 -               Yes            Yes                   -                          -               - 
    ISBN10 _ISBN10                              string                                    100              -                Yes            Yes                  -                           -               - 
    ISBM13 _ISBM13                             string                                    100              -                Yes            Yes                  -                           -               -
    ID _ID                                    string                                    100              -                Yes            Yes                  -                           -               -  
    Status _Status                              string                                    100              -                Yes            Yes                  -                           -               -  
    Thanks again,
    Chandrachur.

  • PQH TABLES NOT BEING POPULATED BY EMPLOYEE SELF SERVICE

    For reporting purposes I need to create different reports listing all the transactions that are coming from Employee Self S
    ervice. As workforce tables are purged (i.g. wf_items) I need to create it using
    the pqh tables (i.g. pqh_ss_transaction_history) but unfortunately they are not
    being populated. Is there any audit configuration in order to save ESS transact
    ions in the PQH schema? Or are there any other tables where these transactions a
    re always saved?
    Thank you
    Facundo

    I think the PQH History tables are only populated when there have been approvals.
    To report on the SSHR transactions, you ay need to increase the time limit before they are purged and extract them to another table(s) fro reporting.
    Regards
    Tim

  • Excise Duty Group not being populated during VL09 in MSEG-ROITAXGRPtable

    Hi,
    When we do the PGI (601 movement type), the data gets updated in MKPF & MSEG tables.During this process the details pertaining to ED group(field ROITAXGRP) are not updated in MSEG.
    The above factor has the following connection to 602.
    Subseqently when we do VL09 - the data pertaining to PGI (601) is imported from MSEG & hence ED group does not get populated as the system takes the material document of 601 to reverse the delivery document
    We need to know the following things.
    1. When we are doing delivery (Movt type 601) ,excise duty group gets updated in which field and table?
    2. When we are reversing the document why in the MSEG table ROITAXGRP field (Excsie Duty Group) not getting updated.
    3. Is there any User Exit which can be usd to populate this . We are using version 4.6c (IS-OIL) version ?
    regards,

    Thanks,
    K.Kiran

  • Table DFKKQSR not being populated for 1099 withholding tax reporting

    we had to run a catch up program to populate this table in order to run program rfidyywt to generate 1099 forms. am wondering what config might be missing that would allow this table to be populated automatically as relevant transactions occur? ie: payments to business partners that are 1099able...
    thanks,
    Kashmir

    I wouldn't mind it being closed if it weren't related to FICA public sector, but the table DFKKQSR is not an FI table, its a table in contract accounting... FI folks won't know the answer to this... I don't believe. its something someone working on FICA would have encountered..

  • /dev directory not being populated by udev

    Currently run Slackware current, Gentoo Jackass 2006.2 and Arch.
    All are on Reiser4  partitions with 2.6.17.13 R4-patched vanilla kernels. I do not use initrd or initcpio to assist in the boot process.
    In Slackware and Gentoo the /dev folder is populated at startup with my devices, size being reported varies from 2640 (gentoo) to 3280 (slackware).
    In Arch reported size is zero. Udev daemon is starting fine.  No problems with any device I can see or system operation. I have uninstalled and reinstalled udev 100-1, without any change.
    Just curious whether this behavior is normal?!
    Any suggestions or comments?
    Thanks,
    Gary  :?:

    brain0,
    For instance, in /dev/udev/db, it's reported size in Slackware is 2240. It contains various block@hda@hda1,2,3,entries with sizes ranging from 200-450.
    /dev/vc size is 1320. It contains entries that look like nodes with the sizes such as 4, 0 ; 4, 2,  etc.. such as those made by mknod
    As I posted earlier, no problems, just haven't seen that with the Slackware or Gentoo. All three use the newer udev 96 or > with the newest style daemon, so I would think all would populate the /dev folder similarly.
    Gary

  • In table PAYR field CHECV is not being populated when void check is reissue

    Hello,  we are trying to find a link between original check # that is voided and then new check # is issued when the reopened invoice is repaid.  It is very cumbersome trying to research back to original check # as there is not link in any SAP tables???   Thank you.

    1)
    could you provide the information about your subscription using the sql
    select * from wf_event_subscriptions wes
    where wes.event_filter_guid in (select we.guid
    from wf_events we where we.name='oracle.apps.wsh.delivery.gen.shipconfirmed'
    union
    select weg.group_guid from wf_event_groups weg
    where weg.member_guid in (select we.guid
    from wf_events we where we.name='oracle.apps.wsh.delivery.gen.shipconfirmed')
    2) At the same time you can check if any error happens with your subscription using the sql.
    Just after your messages is processed from WF_DEFERRED
    select * from wf_error
    where enq_time>sysdate-0.1
    pay attention that the messages usualy are being removed from the WF_ERROR queue after therey are processed.
    For sure you can increase Retention time on the WF_ERROR queue

  • LOV values not being populated

    Hi!
    I'm calling an External LOV and in my CO, I'm need to use the values that are populated to derive other fields. This used to work prior to us patching to RUP7 and now it no longer works.
    Here's my processFormRequest code. I'm printing out the values to a message because I want to see what is being returned. The message has NULL values for everything. I have the values mapped correctly so that's working but I need to use the quote_id to derive things and this isn't working...
    What am I doing incorrectly? Any help would be appreciated. Thanks
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (pageContext.isLovEvent())
    String event = pageContext.getParameter("event");
    if ("lovValidate".equals(event)) || ("lovUpdate".equals(event))
    OAViewObject VO = (OAViewObject)am.findViewObject("QuoteLogVO1");
    OARow row = (OARow)VO.getCurrentRow();
    String quoteToSend = (String)VO.getCurrentRow().getAttribute("QuotationName");
    Number quoteId = (Number)VO.getCurrentRow().getAttribute("QuoteId");
    String quoteIdString = (String)VO.getCurrentRow().getAttribute("QuoteId");
    String quoteCategory = null;
    if (quoteToSend != null)
    stmt2 = "begin ? := XX_QUOTE_PROCESS_API.get_quote_category(?); end;";
    try
    CallableStatement cs2 = am.getOADBTransaction().createCallableStatement(stmt2, 1);
    cs2.registerOutParameter(1, 12);
    cs2.setInt(2, quoteId.intValue());
    cs2.executeUpdate();
    quoteCategory = cs2.getString(1);
    cs2.close();
    catch (Exception localException) {
    row.setAttribute("QuoteCategory", quoteCategory);
    MessageToken[] tokens = { new MessageToken("QUOTESEND", quoteToSend), new MessageToken("QUOTEID", ""+quoteId), new MessageToken("QUOTECATEGORY", quoteCategory) };
    OAException confirmMessage = new OAException("FORX", "XXX_QUOTE_CONFIRM_DKR", tokens, (byte)3, null);
    pageContext.putDialogMessage(confirmMessage);
    }

    Hi,
    Are you getting null value for all the below code or it throws null pointer exception. Let us know.
    String quoteToSend = (String)VO.getCurrentRow().getAttribute("QuotationName");
    Number quoteId = (Number)VO.getCurrentRow().getAttribute("QuoteId");
    String quoteIdString = (String)VO.getCurrentRow().getAttribute("QuoteId");
    Regards,
    Gyan

  • File- idoc, port in control segment not being populated

    Hi guys,
    I have a file->idoc scenario. Everything works fine, but the receiver port in control segment of idocs has no value. I'm surprised, because this is provided in the Idoc adapter so I thought it is taken from this parameter.
    Any ideas, what could be wrong?
    Thank you,
    Olian

    You pls set the indicator - Apply Control Record Values from Payload
    If you set the indicator, the conversion of communication parties to the IDoc partner is only possible for systems that are not logical systems.
    If you do not set the indicator, all combinations of communication parties and services are handled as services without party.
    If the IDoc XML structure contains a control record during outbound processing on the Integration Server, it is rejected and created again by the IDoc adapter. If you want to include additional values in the control record, set the indicator and provide an appropriate mapping for the values
    http://help.sap.com/saphelp_nw70/helpdata/EN/96/791c42375d5033e10000000a155106/frameset.htm

  • Total recall not being populated

    Oracle version : 11.2.0.1.0
    Windows server 2008 64 bit
    I installed total recall but the the tablespace doesn't get populated, and I'm getting snap shot to old error :
    ORA-01555: snapshot too old: rollback segment number 2 with name
    "_SYSSMU2_1531987058$" too small
    Here are the steps I followed :
    Create tablespace
    CREATE TABLESPACE "RECALL" DATAFILE 'E:\ORACLE\ORADATA\recall.dbf' SIZE 3000m
    AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITED
    LOGGING EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;
    Create flashback data archive
    CREATE FLASHBACK ARCHIVE fda1
    TABLESPACE recall
    RETENTION 1 YEAR;
    Flashback Data Archive on the desired tables.
    alter table schema.table FLASHBACK ARCHIVE fda1;
    The queries that are executed to get thearchived data, refrence views.
    I have increased the undo retention and placed the undo stablespace to auto extend.
    Is there anything that I'm missing
    EOH> SELECT "LOANS_UNION"."LNI_ORIG_RECORD",
    +2 "LOANS_UNION"."LNI_RELEASED_DT_2",+
    +3 "LOANS_UNION"."LNI_CURRENCY_TYPE",+
    +4 "LOANS_UNION"."LNI_AMNT_OF_ADVANC",+
    +5 "LOANS_UNION"."LOAN",+
    +6 "LLNIS05"."LNI_TRN_SEQ_NO",+
    +7 "LOANS_UNION"."LNI_EMPL_ID_CREATE"+
    +8 FROM "BTPRDCN1"."LOANS_UNION" AS OF TIMESTAMP TO_TIMESTAMP('2012-03-01 10:35:00','YYYY-MM-DD HH24:MI:SS')+
    +9 INNER JOIN "BTPRDCN1"."LLNIS05" "LLNIS05" ON (((((("LOANS_UNION"."LNI_ORIG_RECORD"="LLNIS05"."LNI_ORIG_RECORD")+
    +10 AND ("LOANS_UNION"."XLN_RECORD_TYPE_05"="LLNIS05"."XLN_RECORD_TYPE_05"))+
    +11 AND ("LOANS_UNION"."LNI_CURRENCY_TYPE"="LLNIS05"."LNI_CURRENCY_TYPE"))+
    +12 AND ("LOANS_UNION"."LNI_AMNT_OF_ADVANC"="LLNIS05"."LNI_AMNT_OF_ADVANC"))+
    +13 AND ("LOANS_UNION"."LNI_RELEASED_DT_2"="LLNIS05"."LNI_RELEASED_DT_2"))+
    +14 AND ("LOANS_UNION"."LNI_EMPL_ID_CREATE"="LLNIS05"."LNI_EMPL_ID_CREATE"))+
    +15 AND ("LOANS_UNION"."LNI_CUST_ACCT_NO"="LLNIS05"."LNI_CUST_ACCT_NO")+
    +16 WHERE "LOANS_UNION"."LNI_ORIG_RECORD"<>'000';+
    FROM "BTPRDCN1"."LOANS_UNION"  AS OF TIMESTAMP TO_TIMESTAMP('2012-03-01 10:35:00','YYYY-MM-DD HH24:MI:SS')
    *+
    ERROR at line 8:
    ORA-01555: snapshot too old: rollback segment number 2 with name
    +"_SYSSMU2_1531987058$" too small+
    Please help.

    Hi;
    Please see:
    1.Subject: ORA-01555 And Other Errors while Exporting Table With LOBs, How To Detect Lob Corruption.
    Doc ID: 452341.1
    2.Subject: ORA-01555 "Snapshot too old" - Detailed Explanation
    Doc ID: 40689.1
    Regard
    Helios

  • Vendor invoice - Profit Center not being pulled from cost-center

    Hi Guys,
    Please help me out with this:
    On the vendor expense line item, i am using an account which has a Field status group which is cost center - optional, business area - required and profit center - required. The cost center master has the profit center and business area both populated.
    But when i try just populating the cost center on the expense line item, the profit center is not being populated automatically which it should. Can you please guide me what the problem can be? Is it in the field status group or maybe in the linking of the cost center and profit center.
    Thanks for your help.
    -MS

    Hi,
    Are you talking about vendor line item or expenses line item?
    if you are talking about expense line item,check profit center is activated or not and validity period.
    check profit center assignment in KS03 t.code.
    if your talking about vendor line item,what version of SAP are you using?
    if your using clasical GL and PCA,process T.code 1KEK - Transferring Payables/Receivables .
    Hope this helps you.
    Thanks,
    Rau

  • Check Number not being generated

    We do not have SAP Check printing functionality activated right now. So the checks will be handwritten. When i created the Payment Method for check, I assigned RFFOEDI1 in the payment medium program. I also created the check lot for that House bank and Company code in FCHI. I created a variant for RFFOEDI1 although i dont really need anything printed. Now when I am executing payment run, the payments are being posted fine. The check number is not being populated. I checked the Register (FCHN) and there are no entries. The Vendor has CHeck payment method in the master record and the payment method is also assigned as "Checks" in the Invoice.
    Not sure what is wrong. Help is highly appreciated.

    Hi,
    In case you use the check printing program from SAP, it will generate the check information and will assign to the documents automatically. However it is upto you whether you need to print the checks or not? But the check numbers have been generated by SAP. You can manually create the check for the payment documents matching those check numbers.
    The only thing is that the manual control should be there so that the check is manually created with same number as system generated in payment run. (Otherwise, do not generate check in F110, rather create check manually and assign to payment document in FCH5.)
    Regards,
    Gaurav

  • Field not being updated in Master Data table

    Hi guys,
    I'm pulling data from master data in BW... specifically 0ven_compc. I haven't added any new fields to this maser data table, and one field that I'm trying to pull is not being populated. In the master data table this field is blank, but in the PSA there are values. Somehow the values are not being loaded into the master data table. I've checked the transfer rules and communication structure and everything looks fine. Why is this happening?
    Thanks,
    Anthony

    Hi Anthony,
    The problem may be that there is an inconsistency with the target master data infoobject. Please make a dummy change to the target infoobject (i.e you can change the description), save this change and then click on the activate icon. Please then check if the field is filled with the next load.
    If the problem still exists please let us know your BI version and support package level.
    Best Regards,
    Des.

Maybe you are looking for

  • On startup, Google home page loads then returns to desktop then to Firefox but in direct fetch home page, how do I get rid of direct fetch?

    Windows XP Media Center Edition Version 2002 SP3, Firefox 3.6.11, Zonealarm 8.0.400.020. This started 3 days ago. I thought it might be cured by updating to Firefox 3.6.11 but no such luck. I am able to click on the home page icon and return to Googl

  • OUTBOUND IDOCS PROCESSING ON ALE INTERFACE

    Hi experts...     I am working on ALE IDOCS I have a requirement where i have to convert my outgoing idocs into flat files on my local system 1) How do i create a file port and specify the location(directory) 2) How do i assign this file port to the

  • Help, doulbe lines in still images after output

    Hi All, Please help me. I have an hour doc, anamorphic with lots of photos using FCP motion for movements, zooms in/outs etc. After I output (using QT.mov, not self contained movie) and then let compressor 4 compress, into MPEG2 for DVD authoring. A

  • Input level for narration

    hello, I don't seem to have any input level lights when adding narration. The lights show up for audio and soundtracks but not for narration. How can I fix this please??

  • Active directory member;range=0-999 issue

    Has anyone else run into a problem with active directory and it returning the member attribute with the range attached? I am running into this problem as discussed in a microsoft article (see below). The data comes back fine and I get all the records