F4 on fields in InfoPackage

Hi Everyone,
When I perform a F4 on a field in the selection tab of an infopackage it prompts me to logon to my R/3 system, but then returns nothing.  Basically, F4 doesn't work.
Thoughts?
Also, I have to select data for specific accounts in R/3.  The ranges differ from each other and there are 20+ different ranges.  I know I can keep clicking the "add" button for this field to get another selection option, but is this the best way to do this?  How will the SQL look like?  Is this not sufficient?
Thanks,  Mike

Hi Bhanu,
I have also faced similar issue now ,i am not able to trace teh exact reason.
as u said i have checked in RSA3 for the 8*Datasource and F4 help is working fine .
Only the F4 help is not working at Infopackage selections fields .
Message:Could not make connection to source system SBDCLNT900(mYSELFSYSTEM)
Message no. RSAOLTP150
Thanks
Venkat

Similar Messages

  • How to create a selection field in Infopackage

    Hello  Experts,
    Greetings.
    My Requirement is to have a infopackage to dynamically accept the selection field values
    Now I Understand the we can only populate single ragne of values VIA ABAP Routine.
    Eg: 0Plant : 1 to 99999999999
    But now my requirement is to make Infopackage accept full range of single values.
    like for Eg for Numeric values it should be
    0Plant = 1 to 99999999999
    for charcters plant from all characerstic material master
    0Plant = CR_001
    0Plant = CRWed
    0Plant  = QWET
    Eg:  It has a field 0Plant now i want this field to replicate as many plant as I get from Material Master table
    How can this be achieved .
    Regards,
    Sachin Dehey,

    Hello Sachin
    You can add 0PLANT in the InfoPakckage more than once in the Data Selection tab by simply pressing '+' sign.
    Like
    0PLant    0000001 - 0999999999 ( this will be populated via routine or can be fixed values)
    0Plant = CR_001
    0Plant = CRWed
    0Plant = QWET
    THis selection will pull all the plants' data where plant is 000001- 0999999, and plant is CR_001, CRWed and QWET.
    But I must acknowledge , I did not get your question properly. I replied based on my assumption. 
    Regards
    Anindya

  • Mandatory data selection field in infopackage

    Hello together,
    Do you know how to mark as mandatory one filed from data selection tab in the infopackage? I would like the load not to start if the field is not filed.
    Thank you,
    Iuliana

    You can update the table RSOSFIELDS for the datasource by writing an abap code like this
    tables ROOSFIELD.
    Update ROOSFIELD set SELECTION = 'M' where
    OLTPSOURCE = '<your datasource name>' and
    FIELD = '<field on which mandatory selection is needed>'.
    Regs
    Gopi
    Assign points if it helps.

  • Can't see selection field on infopackage

    Hi all,
    i added a new selection field to a Z extractor con R/3, i repeated the DS on BW an reactivated all.
    If i see the trans structure definition the field is checked as for selection but when i create a new infopackage it doesn't show the field filter.
    How can i solve this ?
    thx in advance

    Hi Juan,
    The field must be checked as a Selection in the datasource (check in RSA6).
    Hope this helps...

  • Selection on User Exit Field in InfoPackage

    Hi Experts,
    Is it possible to have a selection in InfoPackage on a field which is being populated via user exit? If yes, how to achieve it?
    Regards,
    Yogesh

    Hi.......
    Yes u can do...........I will tell u what we r doing........
    Look........we hav created one IP Steering Table.........say .....YIP_STEER
    Now here we hav maintained all the Infopackage related information........like...
    InfoSource
    Logical InfoPackage variant (ID)
    InfoObject
    Key for multiple Selection Entries
    Selection from
    Selection to
    Name of Function Module
    Single-Character Flag
    New Data type
    Here ........the Following 4 r the Key fields......
    InfoSource
    Logical InfoPackage variant (ID)
    InfoObject
    Key for multiple Selection Entries
    Now suppose ....we want that Sales Organization will be filled by some ABAP Code.........now to access the Sales Organization related data we create a Function Module...........
    Now go INfopackage Scheduler >> Data Selection Tab >> Click on the Type field and select ABAP Routine (6).........Click on Details of Type(beside Type field ) >> Give a name of the Routine and Click on Editor...........there write down the code..........and access the Steering table...........and in turn that Function module..........
    U can take help of some ABAP people.........
    Hope this helps.......
    Regards,
    Debjani........

  • F4 help for Selection fields in Infopackage not available

    Hello Friends,
    I have created a datasource in Bi7.0 .while creating this i have put selection option X(selection possible) and Selection option 3(EQ & BT) for the three characteristics in the datasource and activated it.
    When i am creating the Infopackage for loading the data to PSA, with in infopackage in Data selection tab, when i am selecting the characteristic value for the above chars, the system says "Datasource does not exist in the source system of version A"
    Why am i not able to select the values here?
    Please let me know friends if you have any idea?
    Thanks
    mv_d

    Hello Balakrishnachaitanya,
    I am also trying to do the same, i am getting dynamic f4 help but when i try to select value from it, it doesnt appear in the UI...
    Could you please tell me how to do it?
    Thanks in advance,
    Viral

  • Appended field in the datasource as selection in infopackage

    Hi,
    I have appended a field in my datasource, say for example, country (ZZCOUNTRY). I set ZZCOUNTRY as selection in the datasource so i can filter by country in my infopackage.  When i check my datasource, ZZCOUNTRY is there. But when i use it in filter, the system is ignoring it.
    Example, if i load all data, i get 5 records. 1 is US, and 4 for CA. when i filter by country US and load my infopackage, i am expecting to get only 1 record, but i still get 5 records.
    do you know if it's possible to use appended field as infopackage filter?
    Thanks
    jti

    Hi
    if u want to enchance your datasouce u are suppose to  maintain the DS in RSA6,and then enable the fields for selections.
    i suppose if the fields are appended fields you can't enable those for selection.
    please check if these fields are enables before u proceed.
    hope this helps
    --- Rashmi

  • InfoPackage Selection - Logical OR

    Is there any way to enable a Logical 'OR' in an InfoPackage on 2 fields? When both fields are populated by respective ABAP routines, the result condition turns out a Logical 'AND'.
    I have two timestamp fields, in InfoPackage Selection TS1 and TS2 intervals. I have routines on both of them. How can I enable the system to generate my selection to be an OR meaning either TS1 interval OR TS2 interval. The way it is behaving now is TS1 interval and TS2 interval.
    I am using BW 7.1 and DB Connect interface in this case.
    Thanks.

    I don't need this anymore but if anyone has ideas, please feel free to chime in as it can benefit the community.

  • Requirement of VBA coding faced in the real time??

    Can anyone explain some of the senarios for Transfer Rules, Update Rules and Start Routines and what was your approach for it.

    Hi chandran,
           go through thes links for details
    transfer routine
    Date key figure: Convert DATS format to DEC format
    Date Conversion in Flat File
    Transfer Routine ABAP
    conversion exit
    Date Conversion
    Problem with  conversion char to numc in transference rules
    conversion routine..?
    start routine in transfer rules
    Look up to load master data
    excluding
    Start Routine in Transfer Rules
    Sample code in Update Rule to restrict data selection?
    Append Datapak - transfer start routine
    Excluding Blank field in Infopackage Filter
    Trans Routine ABAP help ..
    update routine
    How to call a function in Update Rules to reverse a key figure sign
    Need Sample Code for Update Rules
    Date calculation
    Difference between data in PSA and Data in Infocube
    No RETURNCODE <> 0 allowed in update routines in transfer mode
    the diffrerece between DEC and (yyyymmdd) 8 char in Time defination
    Access master data in update rules
    Date key figure: Convert DATS format to DEC format
    start routine in update rules
    Is it possible to read a third ODS in update rules between two ODS?
    update rule coding while loading data from ODS to CUBE
    Start Routine in Update Rules to populate additional fields from ODS
    Coding in Update Rules accessing a Z-Table
    Start routine
    Thanks
    @jay

  • Common commands

    dears,
    could you share with me the common command structures used in BW abap and when such is used?
    I am noting down these to refer to when coding.
    Pls, online help is there, but not applicable to my situation where practical examples are all I am asking for. What are the commands you have used in your coding?
    Thanks.
    Adette

    Hi Adette,
    There are no specific commands as such. Most of them are need based. However as a start in ABAP you can use this book:
    http://sapabap.iespana.es/sapabap/manuales/learnabap/
    You could use this ABAP in 21 days ebook to learn ABAP:
    http://cma.zdnet.com/book/abap/fm/fm.htm
    Excellent document:
    'Five Ways to Enhance SAP BI Backend Functionality Using ABAP.pdf' https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4493c4a6-0301-0010-62a2-efd6ded61e04
    <b>Some sample examples:</b>
    transfer routine
    Date key figure: Convert DATS format to DEC format
    Date Conversion in Flat File
    Transfer Routine ABAP
    conversion exit
    Date Conversion
    Problem with  conversion char to numc in transference rules
    conversion routine..?
    start routine in transfer rules
    Look up to load master data
    excluding
    Start Routine in Transfer Rules
    Sample code in Update Rule to restrict data selection?
    Append Datapak - transfer start routine
    Excluding Blank field in Infopackage Filter
    Trans Routine ABAP help ..
    update routine
    How to call a function in Update Rules to reverse a key figure sign
    Need Sample Code for Update Rules
    Date calculation
    Difference between data in PSA and Data in Infocube
    No RETURNCODE <> 0 allowed in update routines in transfer mode
    the diffrerece between DEC and (yyyymmdd) 8 char in Time defination
    Access master data in update rules
    Date key figure: Convert DATS format to DEC format
    start routine in update rules
    Is it possible to read a third ODS in update rules between two ODS?
    update rule coding while loading data from ODS to CUBE
    Start Routine in Update Rules to populate additional fields from ODS
    Coding in Update Rules accessing a Z-Table
    Start routine
    (from Re: ABAP code)
    Check these links also:
    Re: ABAP documentation for BW
    Re: learn ABAP in 21 days
    /message/1604835#1604835 [original link is broken]
    Bye
    Dinesh

  • ABAP code

    Hello Friends,
    Hope you all are well and doing good at your places
    Friends, could you please suggest me how should I go for ABAP learning. How much ABAP knowledge is required while working as BW consultant?
    I am working as  BW consultant from last 1.5 year but not having any ABAP knowledge, so could you please send me some documents which will be useful while working as BW and it will be related with ABAP .
    It would be great if any one can send me documents with code sample which genrally used in  BW ( like, function module, infoset program, transfer routine, start rotine, user exit ) .
    I thanks  to you in advance,
    Mail id – [email protected]
    Regards

    hi Jain,
    take a look following doc
    'Five Ways to Enhance SAP BI Backend Functionality Using ABAP.pdf' https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4493c4a6-0301-0010-62a2-efd6ded61e04
    and check some samples
    transfer routine
    Date key figure: Convert DATS format to DEC format
    Date Conversion in Flat File
    Transfer Routine ABAP
    conversion exit
    Date Conversion
    Problem with  conversion char to numc in transference rules
    conversion routine..?
    start routine in transfer rules
    Look up to load master data
    excluding
    Start Routine in Transfer Rules
    Sample code in Update Rule to restrict data selection?
    Append Datapak - transfer start routine
    Excluding Blank field in Infopackage Filter
    Trans Routine ABAP help ..
    update routine
    How to call a function in Update Rules to reverse a key figure sign
    Need Sample Code for Update Rules
    Date calculation
    Difference between data in PSA and Data in Infocube
    No RETURNCODE <> 0 allowed in update routines in transfer mode
    the diffrerece between DEC and (yyyymmdd) 8 char in Time defination
    Access master data in update rules
    Date key figure: Convert DATS format to DEC format
    start routine in update rules
    Is it possible to read a third ODS in update rules between two ODS?
    update rule coding while loading data from ODS to CUBE
    Start Routine in Update Rules to populate additional fields from ODS
    Coding in Update Rules accessing a Z-Table
    Start routine
    hope this helps.

  • All Data is not loaded from PSA

    Hi,
      I have loaded 0material_attr data to Master data 0material.
    I got records to PSA whatever data availble in R/3 after Infopackage execution,
    After execution of DTP i ddint get all fields of PSA data to 0material.
    In transformation whatever fields i mapped those fields data available in PSA but not in 0master.
    And i restricted the fields in Infopackage but in DTP it is not extraction only PSA fileds. its extracting lot of fields, how can i restrict in DTP.
    If i want delta records means for next time what i have to do..
    Urgent reply pls..
    Thanks in Advance

    a.  check your transformation- make sure key field is set correctly.
    b.  no need to restrict in DTP unless you need a language or something.
    c.  delta records will come through fine if your dtp has delta on it.
    Works for us.
    cheers,
    Sarah

  • Bw-specific abap book or materials

    dears,
    could you provide me info on how I can access  to the above materials?
    we know that BW abap is specific in the sense that its done primary in background for manipulation of data, so not entirely like R/3 Abap.
    I need to get up to speed on BW abap.
    I know common routines like datapackage manipulation. But not so sure how function modules are used in BW.
    Ideally, I would like to get hold of such a book where it shows full codes for real example scenarios and the various ways to code to manipulate data.
    I think such a book has definite market value.
    regards
    suzie

    Hi Suzie,
    As a start in ABAP you can use this book:
    http://sapabap.iespana.es/sapabap/manuales/learnabap/
    You could use this ABAP in 21 days ebook to learn ABAP:
    http://cma.zdnet.com/book/abap/fm/fm.htm
    Excellent document:
    'Five Ways to Enhance SAP BI Backend Functionality Using ABAP.pdf' https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4493c4a6-0301-0010-62a2-efd6ded61e04
    and check some samples
    transfer routine
    Date key figure: Convert DATS format to DEC format
    Date Conversion in Flat File
    Transfer Routine ABAP
    conversion exit
    Date Conversion
    Problem with  conversion char to numc in transference rules
    conversion routine..?
    start routine in transfer rules
    Look up to load master data
    excluding
    Start Routine in Transfer Rules
    Sample code in Update Rule to restrict data selection?
    Append Datapak - transfer start routine
    Excluding Blank field in Infopackage Filter
    Trans Routine ABAP help ..
    update routine
    How to call a function in Update Rules to reverse a key figure sign
    Need Sample Code for Update Rules
    Date calculation
    Difference between data in PSA and Data in Infocube
    No RETURNCODE <> 0 allowed in update routines in transfer mode
    the diffrerece between DEC and (yyyymmdd) 8 char in Time defination
    Access master data in update rules
    Date key figure: Convert DATS format to DEC format
    start routine in update rules
    Is it possible to read a third ODS in update rules between two ODS?
    update rule coding while loading data from ODS to CUBE
    Start Routine in Update Rules to populate additional fields from ODS
    Coding in Update Rules accessing a Z-Table
    Start routine
    (from Re: ABAP code)
    Check these links also:
    Re: ABAP documentation for BW
    Re: learn ABAP in 21 days
    /message/1604835#1604835 [original link is broken]
    Bye
    Dinesh

  • Creating a start routine in the transfer rule

    I'VE CREATE a start routine, seel bleow.  Now I want to get at one of the fieds for a Key figure.    How do i do that?    do I need to add it to the transfer structure
    LOOP AT ROUTEDAY INTO WA_ROUTEDAY.
    CALL FUNCTION 'CONVERSION_EXIT_TSTRG_OUTPUT'
    EXPORTING
       input = ROUTEDAY-ROUTE_DAYS
    IMPORTING
         output = WA_DAYS_OUT.
      WA_ROUTEDAY-ROUTE_DAYS_CONV = WA_DAYS_OUT.
      APPEND WA_ROUTEDAY.
    ENDLOOP.

    Hi Mick,
    check these links
    start routine in transfer rules
    Look up to load master data
    excluding
    Start Routine in Transfer Rules
    Sample code in Update Rule to restrict data selection?
    Append Datapak - transfer start routine
    Excluding Blank field in Infopackage Filter
    Trans Routine ABAP help ..
    Hope this might help you.
    ****Assign Points If Helpful****
    Regards,
    Ravikanth

  • Clarification regarding start routines!

    Dear all,
    I would like to know what exactly the start routines are and how they can be used to manipulate the data coming into the BW system from the R/3 system. If anybody can explain it with an example I would be very greateful. Thanks.
    Regards,
    Sumit

    hi Sumit,
    take a look
    http://help.sap.com/saphelp_nw2004s/helpdata/en/21/894eeee0b911d4b2d90050da4c74dc/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/c3963dfbde4dede10000000a422035/frameset.htm
    other samples
    start routine in transfer rules
    Look up to load master data
    excluding
    Start Routine in Transfer Rules
    Sample code in Update Rule to restrict data selection?
    Append Datapak - transfer start routine
    Excluding Blank field in Infopackage Filter
    Trans Routine ABAP help ..
    start routine in update rules
    Is it possible to read a third ODS in update rules between two ODS?
    update rule coding while loading data from ODS to CUBE
    Start Routine in Update Rules to populate additional fields from ODS
    Coding in Update Rules accessing a Z-Table
    Start routine
    hope this helps.

Maybe you are looking for

  • AI scanclock sleep mode--labv​iew RT

    I've been using AI single scan in a time critical loop, with 0 buffer, to sleep on the AI Scan Clock. Everything seemed to be working real nicely (i.e, all of my lower priority threads seemed to be serviced correctly), until I started trying to do ha

  • Query result shows the same data twice

    Hello All, I've created UDFs like Supplier Name, Supplier Address, and (Excise Details like)Supplier ECC No, Supplier Range. And I've created Query for Supplier Name and Supplier Address, and I assigned to FMS, Its working Correctly. I've created Que

  • What application should i use to open the MACOSXUpdCombo10.4.11Intel.pkg

    need assistance i have downloaded the package from the apple support download but when i click on it it is asking me for an application to open it which one is it? N

  • Return to vendor from Depot

    Hello We purchased material in Depot with RG23D updated. Now we want to send the material back to Vendor. What is the process to be used in Depot? Thanks

  • Question about ABAP Query

    Hi, I have a SQ01 query .. based on that query i have to call another query ie : when my basic list gets diplayed .. after i click on it a detailed list should be displayed (this again is another SQ01 query)... is this possible through abap Query and