Populate reason and result fields

HI,
     I want to populate 'reason' and 'result' for reportability in CRMD_ORDER transaction.can you please help me by giving any suggestion?
I can't fine the ref guid for osset.

See if the following code works for you.
DATA: it_service_os TYPE  crmt_srv_osset_comt,
        is_service_os TYPE  crmt_srv_osset_com.
  DATA: es_service_os TYPE crmt_srv_osset_wrk.
  DATA: is_osset      TYPE crmt_srv_osset_com1.
  DATA: es_osset      TYPE crmt_srv_osset_wrk1.
  DATA: is_subject    TYPE crmt_srv_subject_com.
  DATA: es_subject    TYPE crmt_srv_subject_wrk.
  DATA: ct_input_fields TYPE  crmt_input_field_tab,
        cs_input_fields TYPE  crmt_input_field.
  DATA: ct_input_field_names TYPE crmt_input_field_names_tab,
        cs_input_field_names TYPE crmt_input_field_names.
  DATA: it_objects_to_save TYPE  crmt_object_guid_tab.
  DATA: et_saved_objects   TYPE  crmt_return_objects.
  CLEAR: is_service_os.
  is_service_os-ref_guid = gv_header_guid.
  is_service_os-ref_kind = 'A'
is_subject-ref_handle = 1.
  is_subject-katalogart = iv_katalogart.
  is_subject-codegruppe = iv_codegruppe.
  is_subject-sort = 1.
  is_subject-mode = iv_mode.
  is_subject-code = iv_code.
  INSERT is_subject INTO is_osset-subject INDEX 1.
is_osset-ref_handle = 2.
  is_osset-subject_profile = iv_subj_profile.   "<-You subject profile.
  is_osset-profile_type = 'G'.
  INSERT is_osset INTO TABLE is_service_os-osset.
INSERT is_service_os INTO TABLE it_service_os.
  cs_input_fields-ref_guid = gv_header_guid.     "Transaction Guid
  cs_input_fields-ref_kind = 'A'.
  cs_input_fields-objectname = 'SERVICE_OS'.
  cs_input_field_names-fieldname = 'CODE'. "Constant
  INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
  cs_input_field_names-fieldname = 'CODEGRUPPE'. "Constant
  INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
  cs_input_field_names-fieldname = 'KATALOGART'. "Constant
  INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
  cs_input_field_names-fieldname = 'LISTCODE'. "Constant
  INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
  cs_input_field_names-fieldname = 'DEFECTCLASS'. "Constant
  INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
  cs_input_field_names-fieldname = 'DEFQUANTITY'. "Constant
  INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
  cs_input_field_names-fieldname = 'QUALITY'. "Constant
  INSERT cs_input_field_names INTO TABLE cs_input_fields-field_names.
  INSERT cs_input_fields INTO TABLE ct_input_fields. 
CALL FUNCTION 'CRM_ORDER_MAINTAIN'
    EXPORTING
      it_service_os   = it_service_os
    CHANGING
      ct_input_fields = ct_input_fields
    EXCEPTIONS
      OTHERS          = 1.

Similar Messages

  • How to populate image and text field in SQL Server

    I want to populate a table, i.e insert images in a table in SQL Server. I am using Java(JSP/Servlet). Can any one suggest me how to populate the image and text fields in SQL Server...of course, using Java. If possible, could you please give me a piece of code?
    Regards -
    Samit

    Hi,
    Please check the following link for information on inserting images in to sql server database.
    http://www.databasejournal.com/features/mssql/article.php/1475641
    Cheers,
    vidyut

  • Can u pls tell what r the currency and quantity fields in detail.

    hi to all can u pls teell
    can u pls tell what r the currency and quantity fields in detail.
    what is reference table .and reference fields .why we r giving theese reference table names while creating the currency fields .

    Hi,
    Currency amount fields and quantity fields are numeric fields which each have a currency or unit field assigned to them. The correct interpretation of the values in these fields depends on its currency or unit of measure. Therefore, you can decide whether you want their corresponding currency/unit of measure to be displayed before or after the field, or not at all. Proceed as follows:
    1. Select the field.
    2. Choose one of the options from the window on the lower left (before, No currency field/unit, or after).
    3. Choose Apply.
    For more information check the following link:
    http://help.sap.com/saphelp_nw04/helpdata/en/0b/5da4e42cf511d5b692006094192fe3/frameset.htm
    Following are system variables of currency:
    SY-CCURS
    R/2 - exchange rate and result field for CURRENCY CONVERSION. Not filled in R/3.
    SY-CCURT
    R/2 - table exchange rate for CURRENCY CONVERSION. Not filled in R/3.
    SY-CDATE
    R/2 - exchange rate date for CURRENCY CONVERSION. Not filled in R/3.
    SY-CTABL
    R/2 - exchange rate table for CURRENCY CONVERSION. Not filled in R/3.
    SY-CTYPE
    R/2 - exchange rate type for CURRENCY CONVERSION. Not filled in R/3.
    SY-DCSYS
    Dialog system of the R/2 System. Not filled in R/3.
    SY-WAERS
    Formerly the company code currency after reading a posting segment. Not filled in R/3.
    Regards,
    Bhaskar

  • Case created without business partner, reason code and  result code

    In our CRM system, some cases was created without business partner, reason code and result code.
    We created some customer functions to make these fields as mandatory, it always work for our technique people and process expert, but it didn't work for some users occasionally. We cannot debug it.  
    Can anyone tell me why and how to solve it?
    Please help me !
    Regards,
    Shirley

    Hello Shirley,
    Well, then I would check the code, which calls your custom function modules.
    It may be possible, that you have an IF in the 'Main' program, which makes it possible to skip the custom FM for these users.
    The reason I am assuming this, is that normally you need just to change attributes for a field to make it mandatory, or customizing like SHD0 makes this possible. If you use custom FM, you have to call them somewhere and this is the point I would be looking for.
    Check the traces for the users and you should find, that the custom FM are not called for them.
    My opinion, of course
    Award points if this helps.
    Regards,
    Martin Kuma

  • Adding Z field in Opportunity search and result view BT111S_OPPT/Search

    Hi,
    I have been searching this forum on adding Z fields in search and result view but couldnt find the precise information.
    We have Z field in ultimately residing in BUT000.
    Now when this field is used in BP_HEAD_SEARCH for search and result, it could be easily done via configuration. (since the field was added to CRMT_BUPA_IL_HEADER_SEARCH during EEWB extension.
    Now, the requirement is to add the fields in Opportunity BT111S_OPPT/Search & BT111S_OPPT/Result.
    I am confused with regard to the approach we need to use to get this field in search and result.
    I thought the easiest option is to add the Model node and and give the BOL attribute. This works fine but I can't see this field (with dynamic getter/setter) in the UI configuration.
    During the attribute creation wizard, I gave BOL entity as BTQROpp (system defaulted) and the relation was
    BTADVSOpp/BTOrderHeader/BTHeaderPartnerSet/BTPartnerAll/BTBusinessPartner/ZZZGEOG_REGI
    is this correct? or am I doing something wrong?
    Why can't I see the fields in configuration?
    So alternatively I created a field through AET and i could see this field is in the structure and in UI config, but what logic I need to put to retrieve the value?
    Any advice?
    Many thanks in advance for your help
    Rakesh

    Hi Rakesh,
    Please follow below steps:
    1. Append your custom field to structure associated with your search/result structure.
    2. After you append this field to structure, this field would be available in context node.
    3.  Check if the field is reflected in available fields in configuration.
    4. If field is not present in configuration then please follow steps stated by me in:
    Re: New Column can not be added in chtmlb:configTable
    5. Once you add this field to design layer, you would be able to configure it to your search query. Check if your query works with this field.
    If not then please go through below forum :
    Re: BADI for Claims search in trade promotion management
    Let me know if this helps.
    Regards,
    Bhushan

  • Best approach to add Z custom field to IC Agent Inbox search and results view

    Hi Experts,
    We are having a requirement to add a Z custom field to IC Agent Inbox search and results view. I got multiple forums and ideas, but looking for the best approach for handling this. I am sure, you experts, would have already done this.
    Thanks in advance.
    Regards
    Siva

    Hi Sivakumar,
    AET is the best way by far to create a custom field in this area. It is easy and simple.
    Also, field once added in one business object it can be used at different objects as well.
    There is also a demo available for AET on sdn.
    Please let me know if any more help is required.
    Thanks,
    Bhushan

  • How to activate fields "Start Reason" and "End Reason" in "Contact" form?

    Hello all,
    We recently migrated HRMS from version 11.5.7 to *12.1.3*. In the previous version users filled the fields Start Reason and End Reason in the Contact form (PERWSDPC), section Contact Relationship.
    In our 12.1.3 version these fields are read-only and I can not figure out how to activate them.
    PS: I have populated the list of values that should be used in the above fields, using the form Life Event Reasons (Total Compensation: General Definitions: Additional Setup: Life Event Reasons) and setting the Type field value with Personal, but I don't know how activate the fields in Contact form.
    Any suggestions?
    Thanks
    Paolo Bertinetto
    Edited by: user3312880 on 7-gen-2013 2.11

    But in addition to entering values in *Life Event Reasons" form, there are other setup steps that have to be performed in order to use the two above fiields?                                                                                                                                                                                                                                                                                                                           

  • Populate Emp_ID and Name in DropdownKey field using RFC

    Hi All,
    I want to populate ID and Name in a dropdownkey field   from employee table in web dynpro application using RFC.
    Can any one explain how to do this in step by step?
    Thanks

    Hi,Sridhar
        In fact , It doesn't matter you employ model node or value node .if you created mode node ,you are able to <b>bind</b> it to BAPI directly , this means you don't have to care how the data tranfer from BAPI to costom controller context due to BIND system provided by Web Dynpro Frame.  how ever , if you used value node ,you have to get data from BAPI to context node manually . This is also the case between custom controller and view controller.
               we use mode mode.  in your case :
            <b>1.</b> Creat a mode node with two attribute name and ID within customer controller, then binding this node to your BAPI node corresponding  your name and ID field (Don't have to bind the entire input node )
            <b>2.</b> Creat a method in your customer controller like this :
            public void callRFC( )
        //@@begin callRFC()
         Z_Allcountry_Input input(your excutable class) ;
         input = new  Z_Allcountry_Input();
         try{
                input.execute();
              } catch(WDDynamicRFCExecuteException ce) {
                          msgMgr.reportException(ce.getMessage(), false);
         wdContext.nodeOutputlist().bind(input.getOutput().getZkeyandname());
        //Zkeyandname is your class corresponding name and id      
        //@@end
    <b>3.</b> Creat mode node which have same structure as customer controller in view controller ,<b>mapping</b> it to customer comtroller .
    <b>4.</b> in your WDinit method in view controller:
             IWDAttributeInfo attributeInfo =
              wdContext.getNodeInfo().getAttribute(IPrivateNationalityView.IContextElement.ID);
              ISimpleTypeModifiable countryType = attributeInfo.getModifiableSimpleType();
              ISeachhelpdataElement  element;
              wdThis.wdGetSeachhelpfornationlityController().<b>callRFC();</b>
              IModifiableSimpleValueSet valueSet =
              countryType.getSVServices().getModifiableSimpleValueSet();
              countryType.setFieldLabel("NAME");
              for ( int i = 0 ; i < wdThis.wdGetContext().nodeSeachhelpdata().size() ;  i++ )
                   element = (ISeachhelpdataElement)wdThis.wdGetContext().nodeSeachhelpdata().getElementAt(i);
                   valueSet.put(element.getID(),element.getNAME());

  • Inspect and Inspected field in Record Results:Characteristic overview

    hi,
          Can any one explain me the Inspect and Inspected field in Record Results:Characteristic overview screen. How the sample size is determined in Inspected field during lot creation.
    Muthamil

    Dear Muthamil
    This fully depends on the sampling procedure you choose. for eg if you choose 100% sampling procedure and you have lot quantity of 10 items
    Then inspect will be 10 and inspected will be 10.
    SAP gives the definition for INSPECT as  - Predefined sample size that has to be inspected for an inspection characteristic or a partial sample.
    For each inspection plan characteristic you define the amount by which the inspected sample size in the 'Insp.ed' field can deviate from the to-be-inspected sample size in the 'Inspect' field. If a characteristic (partial sample ) is closed the system checks whether the required sample size is adhered to. The characteristic (partial sample) can only be closed if this is the case.
    But for Scope not fixed, larger , smaller scope the inspected field chages based on the result recording
    SAP gives the definition for INSPECTED as   - Number of sample units that have been inspected for a characteristic or a partial sample.
    Hope this explains
    Regards
    Gajesh

  • Path and Name field in SPD 2010 Workflow for creating Doc Sets

    Hi Guys,
    Here's hoping you can help out and give a few pointers. I'm currently trying to implement what I thought was quite a simple workflow involving the creation of a Content Type (similar to Doc Set but with additional field) within an alternative library when
    a new item is added to the current library.
    Create Item in CaseFileLibrary (Output to Variable: CaseFile)
    When running the workflow, I keep getting the following error:
    "The workflow could not create the list item because the file name is either missing or invalid. "
    It seems to be related to the 'File and Path' field within the 'Create New List Item' field mappings. For this I have tried the CurrentItem:Title as some other forums suggest and have also tried entering the URL path e.g. /subsite_name/library_name/CurrentItem:Title.
    (as the name of the CaseFile (Doc Set) is going to be the same as the current item name)
    If anyone has any suggestions, I would be truely greatful.
    Luke

    Hi Luke,
    This error indicates there is an error in the workflow logic. Ensure that the file name entered in the Path and Name field is a valid file name. Common reasons for a file name to be invalid include a missing or incorrect file extension or a file/path string
    that is too long and exceeds the allowable number of characters.
    More information, please refer to :
    Common error messages in SharePoint workflow development
    For the URL that you used in the ‘Create New List Item’, whether the CurrentItem:Title is a lookup, not typed by yourself. If not, please type /subsite_name/library_name/, then lookup CurrentItem:Title, like the below, then save and publish the workflow,
    compare the result.
    In addition, please use another name for the name, compare the result.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • How to get text of itab header and structure field name dynamically?

    HI.
    I'm just trying display itab to web.
    of cause I can use <htmlb:tableView> but I need display by loop itable  for my special reason.
    the table is dynamic structure that means header line should be changes depends on structure description.
    '<htmlb:tableView>' certainly can display header line dynamically with just itable only.
    but don't know how to get these text and structure field name without 'tableView'.
    help me please.
    Thank you.
    <TABLE border=1>
    <TR style="background-color:#FFFF99" >
         <TD>header 1</TD>
         <TD>header 2</TD>
         <TD>header 3</TD>
    </TR>
    <%
    DATA: WA_STR TYPE FOPT_BSP_UI_REPORT.
    LOOP AT TT_itab INTO WA_STRUC.
    %>
    <TR>
         <TD nowrap><%=WA_STRUC-ORGUNIT_T%></TD>
         <TD nowrap><%=WA_STRUC-PRGROUP_T%></TD>
         <TD nowrap><%=WA_STRUC-PROCESS_T%></TD>
    </TR>
    <%ENDLOOP.%>
    </TABLE>

    DDIC structure means struture made from SE11?
    if yes,that's what I'm trying to display table.
    and my sepcial reason is this:
    my final purpose is download dynamic table to excel file.
    but when I download table comes form "<htmlb:tableView>" with changing http response header that shows some link error and useless icon and no table grid and etc...
    "<htmlb:tableView>" resulting lot of useless tags and script.
    think iterator has no function removing extra tags
    so  I'am trying to make simple html table.
    but problem is that itable is not just one structure can be more than 100 kinds of structure.
    in this situation is there any way to display dynamic itab into simple html table?

  • Problem with currency and quantity field

    Hi,
    I have done a couple of BDC and watched that if some currency or quantity field is there and i want to run the BDC the particular currency/quantity field will not populate the value inspite of i have declared the same table field that it refers to in the screen in the internal table.
        But, if i declare a character string in the internal field having same length as the screen field it will populate at run time. Why so?
    Regards
    Sandeep

    Hi,
    Even i have experienced the same problem many a times and use a character string as a work around to solve it.
    I guess one reason for it is for the currency and quantity fields, the actual defined length and the output length are different with output length being 3 or 4 bytes greater than that of actual lenght and also the fact that these fields are always right justified. hence some bytes of the field is getting truncated which the system does not allow and discards the whole value.
    regards,
    Mahesh

  • Populate start_node_id and end_node_id from existing points

    I am relatively new to networks and I have something that I would think would be simple. I have street centerlines and I have a separate table that has all of the intersections with an ID. my question is how do I populate the start_node_id and end_node_id fields with the appropriate ID.
    Thanks

    Some ideas off the top of my head.
    Does your road centreline table have any items like FROM_NODE, TO_NODE which are acting as foreign keys back to your intersection table? (Sometimes data comes from ArcInfo coverages where these fields are used to tie the arcs to the nodes. I have seen some road centreline data with attributes similar to these even when they have not come from ArcInfo.)
    If so, use them.
    If not, then you will have to use spatial processing to make an association.
    The ways to do this are many. For example, Oracle Spatial's LRS functions are able to project a point onto a geometric segment. The geometric segment has direction so that you can use the returned measure information to tell you if the point is near the start or end of a segment.
    If this is not available or you don't have an LRS set up, you can use the SDO_LRS.CONVERT_TO_LRS_GEOM (using 0 for start_measure and sdo_geom.sdo_length() for end_measure) with an SDO_NN search based on each point object to try and automate the linking of the intersections to the road centrelines.
    If not any of this, you could write some pl/sql to extract the start and end vertex of each road centreline and find the nearest intersection point (SDO_NN) to each inserting the result into the network link table...
    S.

  • Functions in Calculation and Summary Fields

    Hi,
    I'll give a bit of background to my situation before describing the advice I'm looking for here.
    I am experienced Mac user and I have used AW a fair bit in the past, but since I've been working in a job which has Windows machines and uses a complex custom-written relational database for its main tool, I use it less often than I did, so I am a little rusty. It is the shortcomings of the complex relational database (which I do not have admin rights to) that has led me back to AW and its database module.
    Essentially, I am a complaints investigator, and the relational database provided by my employer is used to keep track of correspondence and various metadata associated with the investigation of the complaint. However, although it is called a Complaints Management System (CMS), it does not help me manage my caseload very well. I've previously tried to create an Excel spreadsheet that would help me manage my work, but it is not a database (or I am not sufficiently skilled with Excel) and I cannot get it to provide me with what I want.
    So, my problems.
    I have complaints (cases) assigned to me to investigate. These cases have differing priorities, which means differing time limits for completion of the investigation. The priorities and time limits are set out below:
    J (jurisdictional issues) - time limit = 1 month
    D (discretion not to investigate) - time limit = 3 months
    1 - time limit = 4 months
    2 - time limit = 6 months
    3 - time limit = 12 months
    The priority field in my AW DB is currently a 'pop-up menu' field, but I could change this to another type if this would be advisable.
    I have a date-type field in which I enter the date the complaint was received. I have an calculation-type field in which I calculate the age of the complaint using the function:
    =(NOW()-'DateReceived')
    This returns an age in days, which I input into a separate calculation field that divides the result of 'age in days' by 30, to give a rough approximation of the number of months old the complaint is (If AW has an equivalent to Excel's 'workdays' variable, I'd love to hear about it). This latter field is the one that I display in the main data entry view of the database.
    Given the priority assigned to the complaint, and the age of it, I am either 'On Target' or 'Over Target' for completing the investigation.
    Each month I have a meeting with my manager to review progress, and since the reports that can be extracted from the CMS are not very useful for this purpose, I want my AW database to help me generate reports that can form the basis of discussion in these meetings.
    Part A of My Query
    At present, I have a manually operated field, in the form of a pop-up menu, to indicate for each record (complaint) whether I am over or on target for completion of the investigation. I would like to make this a calculated field, so that the database keeps track of this for me automatically. Unfortunately, I'm either too dense, or not good enough with the syntax of AW functions, to be able to write a function which essentially does the following:
    IF 'Priority'=1 AND 'Age in Months'<4 THEN 'On Target' ELSE 'Over Target'
    - and then repeats that for the other priority possibilities.  It seems likely that the 'IF' function is what I'm after, but I haven't been able to get the syntax right to combine 'Priority' and 'Age in Months' in the format spelt out in the AW help, which is:
    =IF(logical,true value,false value)
    Getting the syntax of one part of this function right would be a good start. However, I suspect that I have a larger problem, in that I have 5 priorities to measure against and I need the overall calculation (that produces the 'On Target' or 'Over Target' results) to report in one result field. This means nesting the functions that look at the 5 priorities and 5 age limits. I've tried and failed to get the syntax of such nesting right, so advice on this is doubly welcome.
    Unfortunately, I have a sneaking suspicion that unless the answer is much more concise than I imagine it to be, there will be an additional problem: AW appears to have a character limit for the length of a function string in a calculation field which may be too short for my needs.  If you think this is an issue but that it can be solved through the use of intermediate fields (which don't need to be displayed in the main 'data entry' layout), I'm happy to give that a shot.
    Part B of my Query
    Even if the problem above cannot be solved, and I have to manually enter whether a complaint is 'On Target' or 'Over Target', I have a separate but related question for the reports I have to present to my manager.
    On these reports, I would like to have a summary at the top of the first page (in a grand-summary part, I assume) which gives a count of how many complaints are 'On Target' or 'Over Target' for each priority. Below that is a sub-summary part, ordered by the type of action that must next be taken in the investigation. (Getting that right may be a subject of a separate post at a later date.) The report must, of course, only report on those complaints that are still being investigated ('open complaints') and not those which have been completed ('closed complaints'). So, I need a function in a summary field which will present an accurate count of the number of open complaints that are 'on target' for priority J (with separate summary fields that do the same thing for priorities D, 1, 2, and 3), and a separate set of summary fields that will present a count of open complaints that are 'over target' for each type of priority.
    It might look a bit like this table below, with figures from the summary fields populating the cells in the third row:
    Priority
    J
    D
    1
    2
    3
    In / Out of Target
    In
    Out
    In
    Out
    In
    Out
    In
    Out
    In
    Out
    Number of Complaints
    My guess is that it is easier to have the summary field simply count all the complaints that are on or over target for a given priority, regardless of whether they are open or closed, since the report could be based on a saved search (match) which strips out all closed complaints. But if I'm off-beam with that idea, I'm happy to have another way of cracking this nut.
    Many thanks in advance to any Community members that take the time to try and help me with this.
    Andrew
    PS Cross posted in AWUG forum too, if people prefer to answer there.

    Hi Andrew,
    Part A:
    I've done some restating of the question, and distributed the calculations among several fields, not all of which need to be included on the visible layout. Other than formatting the Date fields and moving the 'Completed Date' field and its label, I've left this in the default "Layout 1" produced by AppleWorks.
    Field List:
    Priority: Popup menu with six items: 00, J, D, 1, 2, 3  Defaults to 00
    TL (time limit in months): Calculation:  CHOOSE('Priority',0,1,3,4,6,12)
    Received: Date. Option: Automatically insert today's date (ie. Date Record created) (may be edited)
    Target Date: Calculation:
    DATE(YEAR('Received')+INT(MONTH('Received')+'TL')/12,MOD(MONTH('Received')+'TL', 12),DAY('Received'))
    Remaining (Days): Calculation: INT('Target Date'+1-NOW())  (see revision below)
    Completed: Checkbox. Set default value to Unchecked.
    Completed Date: Date: Entered manually
    OnTarget: Calculation: IF('Completed',IF('Completed Date'<'Target Date',"On Target","Over"),IF(INT(NOW())>'Target Date',"Over","On Target"))
    The On Target field shows the current status of the case while still open, and the state on the closing date when it was closed.
    Having done that, I was unhappy with the Remaining field continuing to calculate an ever larger negative number after the case had been closed. Hence this revision below:
    Remaining: Calculation: IF('Completed','Target Date'-'Completed Date',INT('Target Date'+1-NOW()))
    Shows the number of days remaining while the case is open, the days remaining at completion if the case has been marked Completed and the completion date entered.
    Rsults (and some further formatting of the Layout) below.
    Part B:
    You will need Subsummary parts when sorted on Completed and on On Target. Fields can appear on  a Layout only once, so each subsummary part will need a separate Summary type field for each field to be summarized.
    Regards,
    Barry

  • Prerequsites for deciding Key fields and data fields

    Hi
    I would like to know the criteria to decide upon KEY fields and Data fields for an infoprovider.

    Hi,
    What is a Key field in a Database and How should I choose one?
    Keys are crucial to a table structure for many reasons, some of which are identified below:
    They ensure that each record in a table is precisely identified.
    They help establish and enforce various types of integrity.
    They serve to establish table relationships.
    Datafields may be Charecteristics and it may be keyfigures
    Regards,
    Marasa.

Maybe you are looking for

  • DVT graph not filling entire container width

    Experts, I have a DVT bar graph in my tabbed panel having "AFStretchWidth" set inside a panelHeader. But my graph is not stretching to fit the entire screen. I have also tried to set the "AFStretchWidth" in the graph but not productive. eg: panelhead

  • Don't want Reader to be default viewer

    I just had to download the new version of Reader for one particular website and pdf file. Now it is always used by Safari even though Preview is the default setting. I want it to STOP! How do I get Safari to stop using Reader? I have a Macbook Pro an

  • Where is My Current Wallpaper Located?

    I, recently, updated my 4S to iOS 7.  I'd like to experiment with the different wallpapers to see which one looks best.  The one I, currently, have and had set before the upgrade was the iOS 5 default wallpaper (water droplets).  I notice that this w

  • I am unable to download the latest version of Itunes.

    I am unable to download the latest version of Itunes.  The message reads : "Itunes was not installed correctly.  Please reinstall Itunes. Error 7 (Windows error193)". Any advice would be appreciated. Many thanks

  • Transportaion chares and it's service tax

    Hi SD Gurus, My client wants to charge the transportation charges to customers, and on that of 25%, service Tax will be 12%, What are the condition types for Transportation charges (Freight) and Service Tax? Do I need to create new account keys for t