SAP CRM Tables and Fields for Contract start and End dates

Hi Experts,
Please Provide me SAP CRM Tables and Field names for the below.
SAP CRM Contracts start date and End date
SAP CRM Conditions(PROO, K007 etc....) records start and End Date.
Thanks and Regards,
Teja

correction
10 Replies Latest reply: 24 May, 2013 8:38 AM by nishant Vasudev  
Tweet
SAP CRM Tables and Fields for Contract start and End dates
This question has been Answered.
Teja Dhar 12 Oct, 2009 8:03 PM  
Currently Being Moderated
Hi Experts,
Please Provide me SAP CRM Tables and Field names for the below.
SAP CRM Contracts start date and End date
SAP CRM Conditions(PROO, K007 etc....) records start and End Date.
Thanks and Regards,
Teja
Correct Answer by Sreekantha Gorla  on Oct 22, 2009 8:22 PM
Hi,
dates will be stores in the table 'SCAPPTSEG'.
I double checked it. This table stores all the date types of one order transactions...
The relationship is as follows..
CRMD_ORDERADM_H- guid = crmd_link-guid_hi
crmd_link-guid_set = SCAPPTSEG-APPL_GUID.
Thanks and regards,
Sreekanth
<:footer>See the answer in context
6281 Views
Topics: Customer Relationship Management
Reply
Average User Rating
0
(0 ratings)
My Rating:
  Rating Saved!
Comment on your rating
  Re: SAP CRM Tables and Fields for Contract start and End dates
Robert Jesionowski 14 Oct, 2009 2:23 PM (in response to Teja Dhar)  
Currently Being Moderated
    Hi, 
you should try with FM: CRM_DATES_READ_SINGLE_OB or CRM_DATES_READ_DB.
There is something in table SCAPPT and SCGENAPPT.
Regards, R
Report Abuse
Like (0)
Reply
  Re: SAP CRM Tables and Fields for Contract start and End dates
Teja Dhar 22 Oct, 2009 5:30 PM (in response to Robert Jesionowski)  
Currently Being Moderated
    Hi Robert, 
I am not able to find contract start date and End dates in the tables SCAPPT and SCGENAPPT.
Can you suggest some relevant tables.
Best Regards,
Teja
Report Abuse
Like (0)
Reply
  Re: SAP CRM Tables and Fields for Contract start and End dates
Sreekantha Gorla 22 Oct, 2009 2:35 PM (in response to Teja Dhar)  
Currently Being Moderated
    Hi, 
Table SCAPPTSEG stores the contract start and end dates.
Thanks,
Sreekanth
Report Abuse
Like (0)
Reply
  Re: SAP CRM Tables and Fields for Contract start and End dates
Teja Dhar 22 Oct, 2009 5:32 PM (in response to Sreekantha Gorla)  
Currently Being Moderated
    Hi Sreekanth, 
I am not able to find contract start date and End dates in the table SCAPPTSEG.This is for appointments.
Can you suggest some relevant tables.
Best Regards,
Teja
Report Abuse
Like (0)
Reply
Correct AnswerRe: SAP CRM Tables and Fields for Contract start and End dates
Sreekantha Gorla 22 Oct, 2009 8:22 PM (in response to Teja Dhar)  
Currently Being Moderated
    Hi, 
dates will be stores in the table 'SCAPPTSEG'.
I double checked it. This table stores all the date types of one order transactions...
The relationship is as follows..
CRMD_ORDERADM_H- guid = crmd_link-guid_hi
crmd_link-guid_set = SCAPPTSEG-APPL_GUID.
Thanks and regards,
Sreekanth
Report Abuse
Like (0)
Reply
  Re: SAP CRM Tables and Fields for Contract start and End dates
Wim Olieman 23 Oct, 2009 9:12 AM (in response to Sreekantha Gorla)  
Currently Being Moderated
    Hi, 
I can tell you where the pricing records are saved, replicated from ECC.
The data from ECC table Axxx (e.g. A304) is replicated to CRM table
CNCCRMPRSAPxxx (e.g. CNCCRMPRSAP304).
Here you can find fields TIMESTAMP_TO and TIMESTAMP_FROM.
About the dates: what Sreekantha Gorla stated, about table 'SCAPPTSEG' is correct.
What might help is to execute program "CRM_ORDER_READ". Here you can find
the relevant entries also.
regards,
Wim
Report Abuse
Like (0)
Reply
  Re: SAP CRM Tables and Fields for Contract start and End dates
Teja Dhar 23 Oct, 2009 4:59 PM (in response to Teja Dhar)  
Currently Being Moderated
    Hi Experts, 
Thanks a lot for your support.My problem got resolved.
Best Regards,
Teja
Report Abuse
Like (0)
Reply
  Re: SAP CRM Tables and Fields for Contract start and End dates
rajesh gadamsetty 27 Nov, 2009 12:29 PM (in response to Teja Dhar)  
Currently Being Moderated
    Hi Teja 
Please let me know how you got the dates. i got the same requirement
Report Abuse
Like (0)
Reply
Correction on above mail.
Hi Sanjay,
Can you please help me to find the contract st art date and end date fetching from the table as below
ITEM DATES:
Select guid_set from table CRMD_LINK where guid_hi              =  CRMD_ORDER_I-GUID AND
                                                                          OBJTYPE_HI     =  '06'
                                                                          OBJTYPE_SET  =  '30'.
Select * from SCAPPTSEG where APPL_GUID = guid_set.
as from the table scapptseg has some unusal fields which fields to select to get the start date and end date and on what condition and isuppose we need to convert als the same
pls suggest further on same
regards
Arora

Similar Messages

  • Reference table and  field for Quantity

    what is the reference table and field for quantity ??

    HI,
    FOR A FIELD TYPE MENGE_D IN THE CURRENCY/QUANTITY FIED TAB,
    FILL IN REFERENCE FIELD WITH YOUR TABLE NAME AND AND REF FIELD WITH MEINS
    THANKS
    VENKI

  • Contract start and end date in BAPI_CONTRACT_CREATEFROMDATA

    HI,
    I am using BAPI_CONTRACT_CREATEFROMDATA to create a contract from within a custom ABAP program. However I cannot figure out how to get the contract start and end dates into the contract header. I know that you can enter them into the ONTRACT_DATA_IN table parameter but these dates only appear on the line items and not the header.
    Does anyone know which parameters on the function map to the contract header start and end dates.
    Thanks.

    Hi,
    there are also fields QT_VALID_F and QT_VALID_T for quotation or inquiry. So it looks like for different contract types you need to use different fields. This BAPI calls FM SD_SALESDOCUMENT_CREATE which has subroutine ms_move_header_in which maps from BAPI fields to internal fields. Here is a small part of this routine.
      MOVE order_header_in-qt_valid_f       TO e_vbakkom-angdt.
      MOVE order_header_in-qt_valid_t       TO e_vbakkom-bnddt.
      MOVE order_header_in-ct_valid_f       TO e_vbakkom-guebg.
      MOVE order_header_in-ct_valid_t       TO e_vbakkom-gueen.
    When I check technical fields for the screen  fields "Valid from" and "Valid to" in VA43 I get names GUEBG and GUEEN. So it still looks like you should use CT_VALID_F and CT_VALID_T.
    I forgot to mention you can still debug BAPI to figure out where the problem is.
    Good luck
    Edited by: Martin Voros on Sep 11, 2009 9:57 AM

  • Contract Start and End Dates in Sales Order

    Hi
    I have a situation where a service item is bundled with a deliverable item. The order is as follows
    Line Item    Mat                                                                 Qty            Higher Level Item               
    10              Item No.1 (Physical Item)                                  1             
    20              Item No.2 (Service Item)                                    1               10
    For the deliverable item 10 , Revenue is recognized immediately. For the Service item no.20 , revenue needs to be recognized over a period of 1 Year (It is a 1 year service contract).
    The whole order is created via BAPI from an external 3rd party order capture system.
    In order to do revenue recognition properly for service items , SAP I believe has 2 options
    1. Based on Billing plan dates
    2. Based on contract start dates
    Since order with both the line items need to produce 1 invoice, I cannot use billing plan . The only other option is to use contract start and end dates. I have enabled contract data at the sales order level. So when I enter the contract start and end dates manually at the line item level and set the item category to recognize revenue based on contract start and end dates based on time-based revenue recognition it is working fine.
    But I need a way to automate the population of contract start and end dates at the line item level. My ABAP guy is not able to find a user exit that can change the XVEDA or any VEDA structure in any of the user exits.
    I guess the SAP SD gurus out there would have definitely dealt with a situation of product bundling (Service and non-service items in the same sales order with one billing document , but seperate revenue recognition for service and non-service items)
    Please help.
    Thnx
    Siva

    Hi Siva,
    Kindly let me know what criteria you want to give for automatic population of start date of contract...
    Standard SAP comes with a few baseline dates for contract start date and we can control this from customization itself. 
    01     Today's date
    02     Contract start date
    04     Acceptance date
    05     Installation date
    06     Date contract signed
    07     Billing date/Invoice date
    08     CntrctStDate+contract duration
    09     Contract end date
    If you have some criteria which is not covered here, then let me know and i will try to provide some help then.
    Thanks
    Kapil Sharma

  • Fields For Good Reciept and Issed !

    Hi all,
    I want the fields for the goods reciept and good issued for getting the stock for a particular material as on to date (which is my selection screen) ...
    I have selected the sales data from the VBRK and VBRP tables which is for sales information and now i need to find out the Stock information. My Requirement is to maintain sales stock and to show the Turn Over Ratio ???
    Can you tell me the tables and the fields where i will get them ...
    I m calculating my Stock as:
    Stock (as on date) = Substracted Value (Reciepts - issues ) - current stock.

    In MSEG there is field for Sales order number as well as item number from that you can get the Goods issues quantity,similarly in MSEG you also have purchase order number and purchase order item numner from which you can get the goods purchased quantity by passing it to VBAP and EKPO respectively.
    Regards
    Mohamed Mansoor
    Message was edited by:
            Mohamed Mansoor Kasim

  • BT Broadband Contract Start and End Date

    Where can I find my contract start and end date online ?

    conrad wrote:
    You can, by starting a new order for BB and entering phone no + post code - no need for email address - you then go to choose a package page which shows your current package  details at the top of the page
    Obviously you don't need to go any further than that page
    Conrad, thank you for your suggestion. I gave your suggestion a try but initially got a technical error and then appeared to be getting closer and closer to completing an order without the required information coming up so I chickened out. This also was fraught with difficulty as the cancel button seemed ineffective.
    I think I may have to use imjolly suggestions.

  • VA42 user exit to update contract start and end dates at Item level

    Hi  Experts,
                      I need to update contract start and end dates at Item level in 'VA42' transaction, for this i am using user-exit 'USEREXIT_FIELD_MODIFICATION' in the include 'MV45AFZZ'. i am able  to display the data into item level through my coding but the data is not getting updated into 'VEDA'
    Note: No need to change contract start date and end date in header level. Only at item level i want to change dates.
    Thanks,
    Sateesh.

    Thanks For your reply Vikram,
          i tried with 'USEREXIT_MOVE_FIELD_TO_VBAP' user-exit earlier it self its not working. Can you suggest me any another way how we can achieve this functionality. modification of Contract start date and end date in only item level. 
    'USEREXIT_MOVE_FIELD_TO_VBAP':
    FORM USEREXIT_MOVE_FIELD_TO_VBAP.
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(3) Form USEREXIT_MOVE_FIELD_TO_VBAP, Start                                                                                                           A
    *$*$-Start: (3)---------------------------------------------------------------------------------$*$*
    ENHANCEMENT 1  ZSD_CONT_DATE.    "active version
    DATA : lv_var TYPE CHAR10.
      lv_var = '0040000219'.
      if sy-tcode = 'VA42'.
    IF VBAK-VBELN EQ lv_var.
    VEDA-VBEGDAT = '20140502'.
      XVEDA-UPDKZ = 'X'.
    VEDA-VENDDAT = '20140602'.
      XVEDA-UPDKZ = 'X'.
    ENDIF.
    ENDIF.
    ENDENHANCEMENT.

  • Update Contract Start and End dates via BAPI_SALESORDER_CREATEFROMDAT2

    Hi Experts.
    We are successfully using BAPI_SALESORDER_CREATEFROMDAT2 to create sales order.
    Only problem is that the contract start and end date do not get updated.
    We are passing that in ORDER_HEADER_in-CT_VALID_F and ORDER_HEADER_IN-CT_VALID_T.
    After debugging, I found that there is one more table SALES_CONTRACT_IN in SD_SALESDOCUMENT_CREATE. Updating the values in that table works.
    But the problem is this table is not available in BAPI_SALESORDER_CREATEFROMDAT2. How to update Contract start and end dates from this FM ?
    I could not find anything in the search of this forums. So I guess this is not an issue and I am doing something wrong. Can someone suggest to me please?
    Thanks in adv.
    Aishi

    Are you creating a contract or a sales order?

  • What are the config steps for contract hierarchies and vendor hierarchies?

    Hi friends
    what are the config steps for contract hierarchies and vendor hierarchies?
    Regards
    Raj Kumar

    Contract hierarchies
    A function that enables users authorized to create a purchasing contract to define relationships between super- and subordinate contracts.
    A contract hierarchy consists of one or multiple contracts and is subject to the following rules:
    The top node of the hierarchy cannot have a superordinate contract
    Every contract except for the top node has exactly one superordinate contract
    Every contract can have none, one, or multiple subordinate contract(s)
    A contract can be part of no hierarchy or exactly one hierarchy
    Note:Contract hierarchies are only available for purchasing contracts. They are not available for global outline agreements.
    You can activate this from SRM Server> Cross application settings>Activate Hierarchies for Product Categories, Vendors, and Contracts.
    Note:
    These hierarchy functions should not be reset once they have been activated.
    Similiarly you can do this for Vendor Hirerachies.
    Please visit link for more details: http://help.sap.com/saphelp_srm50/helpdata/en/43/2022b83fbc2be8e10000000a11466f/content.htm
    Thanks

  • 39L4363D - Unable to set padding time for recording start and end time

    Hello,
    I have a problem with my 39L4363DG tv (Software 7.1.90.34.01.1).
    I'm not able the set padding time for recording start and/or end time as described in the [manual|http://www.toshiba-om.net/LCD/PDF/English/L4363-323950-English.pdf] on page 51. Both menu item "start padding time" and "end padding time" are disabled?
    Can anyone help me and give me an advice on how to solve it?

    Hi
    The padding time can be set for programmed recording.
    There is also an scheduling priority
    If scheduled time slots are next to each other and there is more than one minute between the end time of the first schedule and the start time of the next schedule, programmed recording will be performed correctly.
    When +Start Padding Time+ and +End Padding Time+ are set, the start time and end time will be the time plus the additional minutes.
    If scheduling times overlap, priority will be given to the programmed recording which starts first.
    When the programmed recording that started first ends, recording will switch to the next scheduled programme.
    At this time, depending on how far the scheduling times overlap, the beginning section of the next scheduled programme may not be recorded.

  • I did force shutdown on my MacBook Pro (2006 year, 15.4"), so, when I tried to boot, it shows apple logo (as usual) and shuts down. When I booting MacBook with Option key pressed it shows lock icon and field for password. Please help me.

    I did force shutdown on my MacBook Pro (2006 year, 15.4"), so, when I tried to boot, it shows apple logo (as usual) and shuts down. When I booting MacBook with Option key pressed it shows lock icon and field for password. Please help me.

    Wait for advice on repairing a damaged filesystem.  Forceshutdown stops processs in mid-stream and leaves some parts not-valid.
    Do not proceed until you get that avice.

  • Meals Per Diem by time for trip - start time & End time of the trip

    Hi,
    Please let me know if the Meal per Diem by time for trip -  - start time & End time of the trip is active or Inactive in SAP 6.0 .
    Can Meal per Diem by time for trip (not by hours) be configured in SAP Travel management.
    Please let me know how it can be configured - please provide an insight & details how it can be configured.
    We are trying to implement Meals Per Diem by time to European countries .
    Thanks in advance.
    Best regards,
    Sekhar.

    Hi,
    Yes Meals per diem can be configured based on time of trip.. (V_T706H)
    Following help would be helpful for you..
    Regards,
    Muhammad Umer
    Define Per Diems for Meals/Time
    In Travel Accounting you can do accounting of meals per diems for exact times.
    The meals per diems/time are distinguished using the following control parameters:
    trip country
    trip region
    enterprise-specific trip type
    These three control parameters are active during accounting.
    For every possible combination of the allowed entry values of the control parameters defined by you in the section Control parameters for trip costs, a meals per diem/time must be defined.
    statutory trip type
    trip activity type
    statutory reimbursement group for meals/accommodations
    enterprise-specific reimbursement group for meals/accommodations
    For each trip provision variant, you can determine how these control parameters influence the determination of reimbursement rates for meals per diems.
    If these control parameters are active, you have to define a meals per diem for each combination of all active control parameters.
    day
    The meals per diems/time can be scaled according to the total number of trip days. The valuation of the trip duration is carried out according to time, the entries are to be made correspondingly.
    For first/last trip day the following is required:
    number of days 1: time interval in which the meals per diem is                 reimbursed.
    Example:
    08.00 - 09.00 75.20 ATS
    If a trip starts before 8.00 a.m. and ends after 09.00 a.m., a meals per diem of 75.20 ATS is reimbursed.
    For entire trip days you require:
    number of days 99: complete time interval from 00.00 hours to 24.00 hours.
    For entire trip days with stopovers you require:
    number of days 98: Point in time up to which per-diem amount is                    reimbursed.
                       In general, an interval of <Zone
                       minute is enough.
    Example:
    08.00 - 08.01 100.00 ATS for destination France
    For a stay in France from 00.00 hours to 08.30 hours, a meals per diem /time of 100.00 ATS is reimbursed.
    For a stay in Germany from 8:31 hours to 24.00 hours, you access the corresponding  meals per diem/time for Germany.
    Validity interval in minutes
    The meals per diem/time are defined for a specific time in the system via the control parameters, a validity interval in minutes, via a validity period and the reimbursement amounts.
    Note
    If the reimbursement rates in a meals per diem/time are changed, you do not need to create a new meals per diem/time, but rather you can delimit the previously valid meals per diem/time in regard to time using a delimitation date. When you do this, a new identical meals per diem/time which is valid as of the entered date, is generated. For this new meals per diem/time, you need then only change the reimbursement amounts.
    Requirements
    You need to have defined the control parameters which you intend to use for modifying the meals per diem/time in the section Control parameters for trip costs.
    Recommendation
    SAP recommends that you set the end date of the validity period of a meals per diem/time to the date 31.12.9999, since the end date cannot be changed at a later stage.
    In this way no restrictions are placed on delimiting.
    Activities
    To define a meals per diem/time, proceed as follows:
    1. Choose the trip provision variant you require.
    2. Assign control parameters according to your requirements.
    Note that you cannot change the control parameters at a later date.
    3. In the field Time from, enter the time that you wish to define as the start of the exact (to-the-minute) validity interval.
    4. In the field Time to, enter the time which you wish to define as the end of the exact (to the-minute) validity interval.
    5. Define a validity period via the fields Start and End.
    Note that you cannot change the end date at a later stage.
    6. In the field Currency, assign the required currency for the reimbursement amounts.
    7. Enter the tax-free reimbursement amount in the field Tax-free amount.
    8. Enter the enterprise-specific reimbursement amount in the field reimbursement amount.
    9. Enter the reimbursement amount which you charge a customer in the field Amount for customers.
    Note
    At present, this amount is not evaluated by the standard programs.
    To delimit a meals per diem/time, proceed as follows:
    1. Select the required meals per diem/time in the overview screen.
    2. Choose Goto -> Detail.
    You are now in the detail screen.
    3. Choose Edit -> Delimit validity.
    4. Enter the new validity date in the field Valid from.
    5. Press the function key Continue.
    6. Check the tax-free reimbursement amount in the field Tax-free amount and change it if necessary.
    7. Change the enterprise-specific reimbursement amount in the field Reimbursement amount if necessary.
    8. If necessary, change the reimbursement amount in the field Amount for customers.
    Note
    At present, this amount is not evaluated by the standard programs.

  • Report for shedule vs supply and report for opening stock at back date.

    Dear All Guru,
    please can anybody reply me is there any standard report is available for
    1) Report for shedule vs supply
    2) and report for opening stock at back date.(ex- opening stock at last month 16th july or two months back on 10th may
    pl suggest if any standard report is available or how we can data for this
    Regards,
    Vimlesh

    Hi,
    To see the opening stock at a particular date use T.Code: MB5B,
    To see the scheduled quantity & delivered quantity use table EKET with the filed names MENGE & WEMNG.
    Regards,
    Prabu

  • FBL1N - field for open item at key date

    Hi All,
    we are developing a customising report like FBL1N.
    for vendor open itesm, we have table BSIK. In that table, we could not find field for open items at key date.
    Could you please suggest which field we can use in table BSIK for that.
    Regards
    Deepak

    Hi
    You may find a list of some famous  tables on FI.. honestly i do not know which one is the required ? \\
    Accounting documents
        BKPF                Accounting documents
        BSEG               item level
        BSID                 Accounting: Secondary index for customers        
        BSIK                 Accounting: Secondary index for vendors          
        BSIM                 Secondary Index, Documents for Material          
        BSIP                 Index for vendor validation of double documents  
        BSIS                 Accounting: Secondary index for G/L accounts
        BSAD               Accounting: Index for customers (cleared items)
        BSAK                Accounting: Index for vendors (cleared items)  
        BSAS                Accounting: Index for G/L accounts (cleared items)
    Regards
    Mahmoud EL Nady

  • TS3212 im running XP with all firewalls and pop up blockers off. Ive tried using chrome, firefox, and IE. no download starts and im redirected to the thank you screen, please help!!!!!!!!!!!!!!!

    im running XP with all firewalls and pop up blockers off. Ive tried using chrome, firefox, and IE. no download starts and im redirected to the thank you screen, please help!!!!!!!!!!!!!!! Ive read all related articles, aswers and solutions but cant seem to get tunes to download?

    Ive tried from my PC, and ive tried from another which runs Vista. Both pc's were tried using firefox, IE and chrome,and both had firewalls off and pop-ups allowed completely (I basically turned off all security). I checked for 3rd party software which could also cause "blocks" but all 3rd party software were eliminated. I even tried stopping and restarting windows installer in "computer management; services, services". Still no luck..... This is the first time that ive struggled downloading Itunes. The reason im trying to download itunes is because im attempting to restore my iphone 4.....

Maybe you are looking for