Source selection derived from target field Cons Chart of Accts is empty

Dear,
When I run the LDS, The system issues this error message :
"Source selection derived from target field Cons Chart of Accts is empty"
Although, mapping of Cons Chart of Accts   in LDS for this method is defined as constant value.
I can't load data from raw data cube. What can be the reason ?
Thanks,

Source selection derived from target field Cons Chart of Accts is empty
Message no. UCT8257
Diagnosis
The system derives the source selection from the selection for target field Cons Chart of Accts. The resulting source selection is empty.
System Response
The system cannot read any source data.
Procedure
Examine the mapping rule for field Cons Chart of Accts. Make sure that the inversion of the mapping rule does not produce an empty selection or lead to conflicting values.

Similar Messages

  • Data Collection task error (Item  is not defined in Cons Chart of Accts 01)

    Dear Experts,
    While executing Data collection task, I am getting error "Item  is not defined in Cons Chart of Accts 01", What could be the reason?
    (Many Items are getting collected in target, but at the topline this error is been shown)
    Regards
    Ritesh M

    Thans Dan,
    I have gone in the program UGMDSYNC, and getting few Gls which have not assigned Cons Chart  of account.
    Kindly tell me how to assign chart of account to these GL account?

  • Select Statement - from Decimal Fields into Char

    Hi
    I would like to run a SELECT from table T007A into an internal table which is of type TXW_TAXCOD.
    T007A has a decimal field in it ( TOLERANCE ) which is of data type DEC, length of 3 and 1 decimal place.
    This is the code in the standard program --
    select * from t007a
             into corresponding fields of table t_txw_taxcod up to 20 rows.
    I have to make the TOLERANCE field value in T007A land up in a character field in the structure, I have declared the TOLERANCE field in structure TXW_TAXCOD as a character field of type 5 (infact tried CHAR4 and CHAR8 etc etc) but I face a runtime error
    I cannot change the code in standard program, can you please tell me what other data type can I use to make this select work

    If LTXW0F02 is your program and form extract_txw_taxcod
    then
      select * from t007a
               into corresponding fields of table t_txw_taxcod.
      sort t_txw_taxcod.
      loop at t_txw_taxcod.
        select single * from t007s
                        where spras = sy-langu
                          and kalsm = t_txw_taxcod-kalsm
                          and mwskz = t_txw_taxcod-mwskz.
        if sy-subrc = 0.
          move-corresponding t007s to t_txw_taxcod.
        endif.
        call function 'TXW_SEGMENT_RECORD_EXPORT'
          exporting
            data_record = t_txw_taxcod.
      endloop.
    Within the function module TXW_SEGMENY_RECORD_EXPORT have implicit enhancements try to use then and make one more select to table t007s using key KALSM and fill the char field TOLERENCE
    select tolerence from t007a into v_tolerence
              where kalsm = t_txw_taxcod-kalsm.
       write: v_tolerence to t_txw-taxcod-tolerence.

  • Read values from target field and compute a  source field

    Hi Experts,
    I have a scenario as below... need ur help..
    source
    <Sale>
    <Amount>10</Amouunt>
    <AgeNode>
      <Age>2</Age>
    </AgeNode>
    <AgeNode>
      <Age>1</Age>
    </AgeNode>
    <AgeNode3</Age>
    <AgeNode>
    Target
    <header>
    <Age>X</Age>
    </header>
    <header>
    <Age>Y</Age>
    </header>
    <header>
    <Age>Z</Age>
    </header>
    where
    X= 10*2
    Y= X* 1
    Z = Y * 3
    Can this be acheived using standard functions alone?  I have unsuccessfully tried
    or use a UDF???

    Hi Stefan,
    I guess I have explained it wrong...
    source
    <Sale>
    <Amount>10</Amouunt>
    <AgeNode>
      <Age>2</Age>
    </AgeNode>
    <AgeNode>
      <Age>1</Age>
    </AgeNode>
    <AgeNode3</Age>
    <AgeNode>
    Target
    <header>
    <RAge>X</RAge>
    </header>
    <header>
    <RAge>Y</RAge>
    </header>
    <header>
    <Age>Z</RAge>
    </header>
    In this structure... when I use graphical mapping..with <AgeNode>  appearing 0.. unbounded..
    <Amount> *<Age>  ->  <RAge>
    For X I get 10*2
    For Y i get 101 whereas what is expected is <RAge><Age>
    For Z I get 10*3
    I waant 10 obtained at the <Rage> to be multiplied with second occurence of <Age> and output of this multiplies with third occurence of <Age>...
    I am a lil lost.. appreciate ur help

  • "Asset main no. text " field derived from "Description" field

    Hello,
    I have a problem with asset master data.
    When I enter the description of the asset then it is automatically copied to Asset main no. text field.
    How could I customize it not to be copied?
    Thanks a lot in advance

    Hi,
    SAPLAIST is the SAP Program name which provides this functionality. Set ur break point on LAISTF89 INCLUDE under SAPLAIST.
    You will find some statements between 19 to 25 lines, which states that if Main number(ANLH-ANLHTXT) status i.e. SDRO is active then check its value if it is initial then copy its value from ANLA-TXT50 description column.
    ANLH-ANLHTXT = ANLA-TXT50.
    I checked about this functionality under SAP 3.1.. there its not available.....
    So its a kind of Gift!!!!! in SAP 6.0....! Enjoy....... it.............
    Thanks
    Guneet.

  • Print Button Derived From a Select List Is Not Working

    Hello,
    I followed the instructions "Creating a PDF Report from Derived Output Format" http://www.oracle.com/technology/obe/apex/apex31nf/apex31rpt.htm#t2
    Steps
    In order to derive the output format, you need to create an item that contains the list of formats to select from. Perform the following steps:
    1. Under Items, click the Create icon.
    2. Click Select List.
    3. Make sure Select List is selected for Select List Control Type and click Next.
    4. Change the Name to P<#>OUTPUTLIST and click Next.
    5. You need to specify the list of output types for the report and the bottom of the page. Select the Create or edit static List of Values
    6. Enter the following values and click Apply.
    Display Value Return Value
    PDF PDF
    Word RTF
    Excel XLS
    HTML HTM
    XML XML
    7. Select No for Display Null Option and Click Next.
    8. Change the Label to Output Format and click Next.
    9. Enter PDF for the Default and click Create Item.
    10. Now that the list of output formats is created, you need to change the Output Format when the Print link is selected. Under Regions, select the Print link.
    11. Under Printing, select Derive from Item for Output Format and select the item you just created P<#>OUTPUTLIST for Item and click Apply Changes.
    12. Click Run Page.
    13. When the report is displayed, select Excel from the list of Output Formats. Note: In Oracle Application Express 3.1, the XML format was added
    14. At the bottom of the report, select the Print link.
    15. A window appears asking you which program you want to open the Excel file with. Click OK (or Open depending on what browser you have) . Excel is open and the report is displayed. Close the Excel window.
    16. You can also create a button to produce the report based on the output format rather than clicking the Print link at the bottom of the report. Click Edit Page.
    17. Under Buttons, click the Create icon.
    18. Accept the default and click Next
    19. Select Create a button displayed among this region's items and click Next
    20. Enter P<#>_Print for the Button Name, enter Print for the Label and Request and select HTML Button for Button Style. Then click Create Button
    21. The region printing link contains the id of the region. Since you want to invoke the print from a button instead of the link you need to create a branch and specify the FLOW_XMLP_OUTPUT_R### parameter in the Request field for the Action so the application knows what to do when the Print button is pressed. Under Regions, select the Print link.
    22. Ctrl-C the FLOW_XMLP_OUTPUT_R### section of the Print URL field. Since you are going to invoke the print from the button, you can remove the Print in the Label Link field and click Apply Changes.
    23. Under Branches, select the Create icon.
    24. Accept the default and click Next
    25. Enter the current page for the Page and paste the FLOW_XMLP_OUTPUT_R### parameter that you copied into the Request field and click Next.
    26. Select P<#>_PRINT for When Button Pressed and click Create Branch
    27. Click Run Page
    28. Select XML for the Output Format and click Print.
    If I use the link at the bottom of the report region when I set the print options on the print tab of a report, it will print out in both pdf and rtf formats. I get an error with the Excel format. The print button isn't even working. When I select the button, nothing happens.
    Any help is appreciated.

    Hello Andy,
    I ended up putting in a ticket with Metalink. It is a known bug it seems. This is what the rep said:
    UPDATE
    =======
    These bugs are fixed in the next ApEx patch 3.1.2. Patch 3.1.2 is expected (tentatively) in 2 weeks at the
    earliest.
    The bug fixes for these bugs have been backported to 3.1.1 and the one-off patches (patch 7202883 & 7156139) can be downloaded from metalink. One-of
    f patches do not undergo the normal full regression testing, as is done for the
    full APEX 3.1.2 patch set.
    Once 7202883 and 7156139 were applied, I was able to download in all formats.
    Kelly

  • Field not delivered by source system - Deleted from rule

    Dear Support,
    While activating business content for example 0CRM_COMP,
    I get the following error:
    Field TYPE not delivered by source system -> Deleted from rule
    Field CAMP_TYPE not delivered by source system -> Deleted from rule
    Field CAMP_TYPETX not delivered by source system -> Deleted from rule
    Similar errors for different fields appear.
    My system config is
    BI 7.0, SP14
    BI Cont 703 Sp6
    Any fix or solution will be suitable awarded.
    Thanks and Regards
    Raj Jain

    HI Raj,
    The business Content is not always consistent.
    If you get messages like that, the best way to deal with them is to manually adjust the objects.
    In this case it means that you will have to check the datasource. It may be that in R/3 you will have to "unhide" or add some fields to the datasource. (I cannot be sure as I cannot go into details).
    Hope this helps,
    Udo

  • Remove carriage returns from a field in an oracle table

    I have a field that is defined as a LONG in my oracle table; the data contained in this field has carriage returns/line feeds (it's free form text); as i'm selecting data from this field, i need the carriage returns removed so that the data from this field all appears on one line.
    I tried using the TRANSLATE function to convert the carriage returns to something else, but that doesn't work.
    Example:
    Select comment from Notes:
    COMMENT
    the applicant called for an appointment;
    an exam was scheduled for 4/1/05 at 9am;
    called applicant to confirm app
    this needs to be extracted as: "the applicant called for an appointment; an exam was scheduled for 4/1/05 at 9am; called applicant to confirm app"
    How can i do this? Can the decode function be used to remove the carriage returns in this field?

    when i used translate its giving correctly,
    SQL> ed
    Wrote file afiedt.buf
    1 select translate('the applicant called for an appointment;
    2 an exam was scheduled for 4/1/05 at 9am;
    3 called applicant to confirm app
    4 this needs to be extracted as: "the applicant called for an appointment; an exam was scheduled
    5 How can i do this? Can the decode function be used to remove the carriage returns in this field
    6* ',' ') from dual
    SQL> /
    TRANSLATE('THEAPPLICANTCALLEDFORANAPPOINTMENT;ANEXAMWASSCHEDULEDFOR4/1/05AT9AM;CALLEDAPPLICANTTOCONF
    the applicant called for an appointment; an exam was scheduled for 4/1/05 at 9am; called applicant t
    SQL> ed
    Wrote file afiedt.buf
    1 select 'the applicant called for an appointment;
    2 an exam was scheduled for 4/1/05 at 9am;
    3 called applicant to confirm app
    4 this needs to be extracted as: "the applicant called for an appointment; an exam was scheduled
    5* How can i do this? Can the decode function be used to remove the carriage returns in this field
    SQL> /
    'THEAPPLICANTCALLEDFORANAPPOINTMENT;ANEXAMWASSCHEDULEDFOR4/1/05AT9AM;CALLEDAPPLICANTTOCONFIRMAPPTHIS
    the applicant called for an appointment;
    an exam was scheduled for 4/1/05 at 9am;
    called applicant to confirm app
    this needs to be extracted as: "the applicant called for an appointment; an exam was scheduled for 4
    How can i do this? Can the decode function be used to remove the carriage returns in this field?
    SQL>

  • I tried to copy a formula from one field (max of a, b) to another (min of a,b). Paste seems not to work.

    Hello,
    I am creating a form from a PdF file. In this form, there is a lot of calculated fields with formulas adressing the same fields (ie : max of a,b,c,d and min of a,b,c,d).
    As the process to select the fields you use for the formula is a rather slow one, I tried to copy the selected fiels from one field to another (select the fields in the properties window, right clic, then copy). I couldn't paste what I copied.
    I work with Acrobat X pro, in win 7.
    Thanks for your help

    Good day!
    A simple Paste does not work for you?
    It should place the clipboard content as a new Layer which you can then move around.
    If there is any chance that the elements need to be scaled, rotated etc. I would prefer to place them as Smart Objects (File > Place …) and do the masking that is specific to the images themselves in those.
    Regards,
    Pfaffenbichler

  • Powerpivot chart derived from Powerpivot table/field list

    Hi
    Is there a way to create a Powerpivot chart where it values are derived from a Powerpivot table?
    When I am in Powerpivot, there are options to create charts, tables and both charts and tables together.
    However, the chart has a separate field list than the table. Is there a way to make the chart and the table from one field list?
    Paul

    Hey Paul,
    afaik there is no possibility. The field list cannot be configured like slicers to have an effect on this or that pivot-table / pivot-chart.
    Nevertheless I don't want to disappoint you :)
    You could build one pivot-table and duplicate these values to some hidden sheet on which you build on your chart. If you then change the attribute on the rows the chart should adapt (but right now I'm not sure. Imagine you change the product subcategory
    (5 items) with the product (1000 items). How does the chart react?)
    Does this work (for you)? :)
    Kind regards
    Please mark helpful posts and answers! :)

  • Picking up required Characteristics from my Source field to Target field!!

    Hi ,
    I need to pick up data from  a source field that is 35 characters long to a target field in my Cube that is only 4 char long. But the data that will be fed into this source field will be 4 char long only, so can anyone help me with picking up only the 4 char I need into my target field.
    Is this possible, If yes kindly post the routine that will allow me to concatenate the remaining characteristics and pick up only the 4 char I need.
    Thanks,
    Guru.

    Also, if this is the behaviour of the infoObject at all the places it is to be used, you can created Global Transfer Routine at infoObject level.
    Otherwise you can write the routine in transformations, rule type "Routine" and then the avaiable source field can be used.
    A simple example:
    I needed to build a character date field for a cross-platform integration project I was working on. First, I defined the date field:
    data: datechar(10).
    To build the date lets use sy-datum, which has the current system date.
      write SY-DATUM+4(2) to datechar+0(2).
      write '/' datechar+2(1).
      write SY-DATUM+6(2) to datechar+3(2).
      write '/' TO datechar+5(1).
      write SY-DATUM+0(4) to datechar+6(4).
    Value of SY-DATUM 20010616
    Here's how the field changes with the execution of each line.
    06________
    06/_______
    06/16_____
    06/16/____
    06/16/2001
    Hope this helps.
    Cheers,
    Sumit

  • SAP GRC 10.1 AMF No data selected when adding duplicate fields from separate tables for configurable data sources

    Hi There,
    In SAP GRC 10.0, our team had an issue where we could not add duplicate fields from separate table (see ERROR: Select Currency/UoM field for the selected analyzed fields). This was resolved by the SAP Note 1904313/ 1904314 (http://service.sap.com/sap/support/notes/1904313).
    We upgraded our system to SAP GRC 10.1 SP05 and could now add the duplicate fields from separate tables. SAP Note 1904313/ 1904314 was part of SAP GRC 10.1 SP03 so it makes sense that we, in a higher version (SP05), would be able to do this.
    The issue now is when we add the duplicate fields from different tables and run the Ad-hoc Query to test if the data source works correctly, the No Data Selected warning persists. This means that the data source provides no data for analysis, which is required to write our business rules.
    Below is an example:
    Basic data source with just one currency reference field EBAN-WAERS.
    When you run the Ad-Hoc Query you receive data.
    Basic data source with second currency reference field EKKO-WAERS.
    When you run the Ad-Hoc Query no data is found.
    Please also make reference to the following thread logged by my colleague (ERROR: Select Currency/UoM field for the selected analyzed fields)
    Any assistance to receive data with duplicate fields from separate tables will be highly appreciated.
    Thanking you in advance.
    Regards
    Gary Khan

    Hi
    following are the  error messages from dump
    hrtText
       There is already a line with the same key.
    hat happened?
       Error in ABAP application program.
       The current ABAP program "SAPLCKMS" had to be terminated because one of the
       statements could not be executed.
       This is probably due to an error in the ABAP program.
    rror analysis
       You wanted to add an entry to table "\FUNCTION-POOL=CKMS\DATA=T_DYN_CKMLCR",
        which you declared
       with a UNIQUE KEY. However, there was already an entry with the
       same key.
       This may have been in an INSERT or MOVE statement, or within a
       SELECT ... INTO statement.
       In particular, you cannot insert more than one initial line into a
       table with a unique key using the INSERT INITIAL LINE... statement.
    rigger Location of Runtime Error
       Program                                 SAPLCKMS
       Include                                 LCKMSF01
       Row                                     226
       Module type                             (FORM)
       Module Name                             DYNAMIC_PERIOD_CLOSING
    Source code where dump ocured
    222
    223           APPEND ht_ckmlpp TO t_add_ckmlpp.
    224           APPEND LINES OF ht_ckmlcr TO t_add_ckmlcr.
    225           INSERT ht_ckmlpp INTO TABLE t_dyn_ckmlpp.
    >>>>           INSERT LINES OF ht_ckmlcr INTO TABLE t_dyn_ckmlcr.
    227         ENDWHILE.
    Also I guess there is problem with material ledger in R/3 side
    I have never worked on material ledger before so dont hav idea of Tcode and tables in SAP R/3 for material ledger.
    Thanks
    Navneet

  • COPA Derivation based with target field as non-copa field

    Hello experts,
    There is a requirement to derive the Characteristic maintained in Classification view(AUSP table) in Material master based on material number.The target field into which the characteristic value needs to be populated is not in COPA(it is a non-copa field).
    I tried to use table look up with AUSP table, but it is asking for values of certain key fields like
    ATZHL(Characteristic value counter)  MAFID(Indicator: Object/Class) and
    KLART(Class Type), which are not there in COPA.
    With the Enhancement in KEDR transaction, EXIT_SAPlKEDRCOPA_001 and Include ZXKKEU11, I  created an enhancement step by giving  the material as the key in the source fields.With that material number I can do a select on the AUSP table inside the include ZXKKEU11 and get the characteristic value. The problem i am facing is that the target field which stores the internal characteristic value is not there in COPA?And while creating a derivation rule, I can only select the COPA fields as target fields.
    It's urgent....any suggestions  please? Points will be rewarded for any useful answer.
    Thanks,
    Anky

    Hi,
    As far as I know the derivation functionality in COPA is meant for derivation of characteristic values to store them in a characteristic field.
    If you splitt up the derivation in two steps it might be possible to use the USERTEMP fields, to store the information needed and to pass it on to an other lookup step as a key-reference.
    Regards,
    Roy

  • Account mapping from Target account to Source accounting code

    Hello Friends,
    We are working on 10 different Opco's/Entities and 5 of them have a single Chart of Accounts. Every time we map the source account codes to Target account codes we do this for every entity.
    Can you please help me to find an option through which by updating mapping in one OPCO/Entity I can update automatically all 6 opcos/Entities mapping similarly in all Opcos/Entities
    Thanks..

    Thanks SH, now it is really working fine.
    I have changed  Parent Locations to all of the 5 locations to one of the locations.
    If I update mapping in anyone of the location, mapping in other locations are also changing.
    I have two questions:
    1) Will this effect uploading of data?
    2) Say for example i have 5 locations A,B,C,D & E and I have chosen A parent location as NONE,  B to A, C to A & D to A.
    If I make any changes in any one of the location this will reflect in all other locations but if in the same case I want changes only in C (after selecting A as parent location) and not in any other location can I have any control over it. Its like any changes from A reflect to B,C,D but not from C to A.
    Thanks..

  • Mapping Multiple Source fields to Single Target Fields with differnt Values

    Hello Friends,
    I am having a senario  where I have to mapped multiple fileds from source str. to same Idoc Fields with ( differnt default values )
    E.g Source Str.
    - ShopNO
    - OrderTyp
    Has to mapped to Idoc Str E1EDK14-Orgid.
    E.g Mapping:
    So when ShopNo will mapped to E1EDK14-Orgid the default value should be "MOP" & E1EDK14-Qualf should be 019
    and when OrderType will be mapped to E1EDK14-Orgid the default value should be "STD" & E1EDK14-Qualf should be 012
    So I tried of using node "UseOneAsMany".....but there I cant define the vaule of field orgid, and seconly how to specify the values of field Qualf?
    Do i need to write my own specify function ? or I can sovle this issue using standard avaiable functions ?
    Regards,

    Hi Ravi,
    Thanks for your reply....
    I am facing following problem... when I try to duplicate the segment and do mapping....... and then when I save, I got following error msg:
    The source or target structure has been changed or could not be found in the Integration Repository. The mapping definition contains elements or attributes that do not exist in the changed structure. The relevant entries will be deleted
    Target structure has no such path: /ZARVO_ORD/IDOC/E1EDK05[1]/KSCHL. Skipping mapping
    Target structure has no such path: /ZARVO_ORD/IDOC/E1EDK05[1]/KRATE. Skipping mapping
    Any suggestion ?
    in other words, when I do duplicate it creates me the segment, but when I save it, it gets disappered .........
    Regards,
    Edited by: Shah H on Oct 26, 2009 3:17 PM

Maybe you are looking for

  • How to print an int in binary form ?

    Say I have an int storing 5, can I print it out as 00000101 ? Thank you very much

  • Urgent : Get OS login user in the report

    FACTS D.B 9i AS 10g Report 10g PROBLEM I implement a report where it generate a PDF output contain private employee Details and send it to his email But I want to run this report in our internal web site, Where user login by his ID to the network and

  • Back button not enabled in Knowledge Check

    How can I have the back button enabled in a Knowledge Check. We want the user to be able to move back to a previous slide, if necessary. I am using Captivate 8. Thanks, in advance.

  • Want to know query details like user, no.of executions etc

    Dear Experts, Based on the Query technical name want  to know the details like: No.of executions, Executed by, execution date etc for a period of 3years i.e from 2009 to Till date. it is very urgent reuirement, please help. Thanks in Advance! Best Re

  • Error when building jdk 1.6

    make[1]: Entering directory `/home/wangbin/jvm_src/motif/lib/Xm' (cd util; make) make[2]: Entering directory `/home/wangbin/jvm_src/motif/lib/Xm/util' make[2]: *** No rule to make target `/usr/X11R6/lib/X11/config/Imake.tmpl', needed by `xmkmf'. Stop