What is access sequence tables and how to use them in program?

hi all, I know a little about SD and access sequence tables, but I get a requriment like this:
condition type is a paramater
The condition types allowed in this report are: Note: A list of pre-defined condition types with their corresponding access sequence tables will be defined.
How can I make it? How can I use it in program to get the price?

Hi,
An access sequence is a search strategy with the aid of which the SAP
System searches for valid condition records of a certain condition type.
For example, you can stipulate for a price that the SAP System first
searches for a price for a specific plant, and then for a generally
applicable price.
For condition types for which you wish to maintain conditions with their
own validity period, you must assign an access sequence. With this, you
define which fields the SAP System checks in searching for a valid
condition record.
e.g. When you create condition record (e.g. Purchasing condition record) you enter condition type, system asks you the key combination to enter the entries. These key combinations are nothing but the access sequence. On the basis of combination of condition table it will search record. e.g. when u maintain condition record with acc seq Material/plant combination, it will transfer the same record in PO when u enter same material and plant in the PO.
Example:
An access sequence has been assigned to condition type PB00 so that
prices can be maintained in purchasing info records and contracts.
No access sequence has been assigned to condition type RC00 because it
does not have a validity period of its own. In the standard system, it is
always maintained simultaneously with the price and is valid for the
period of the price.
For more help
http://www.sap-img.com/materials/steps-for-mm-pricing-procedures.htm
Regards,
Raj.

Similar Messages

  • ....how to create table maintanence generator for a z table and how to use

    Hi...
    3....how to create table maintanence generator for a z table and how to use that for transfering a selected records to one server to another server.
    thanks and regards,
    k.swaminath reddy

    Hi,
    Table maintanance Generator is used to manually
    input values using transaction sm30.The Table Maintenance Generator is used to create table maintenance program to add, modify or delete records in the database table. This can be accessed using transaction SE54 or in SE11 using the menu Utilities->Table Maintenance Generator
    <b>
    Follow below steps</b>
    go to se11 check table maintanance check box under
    attributes tab
    utilities-table maintanance Generator->
    create function group and assign it under
    function group input box.
    also assign authorization group default &NC& .
    select standard recording routine radio in table
    table mainitainence generator to move table
    contents to quality and production by assigning
    it to request.
    select maintaience type as single step.
    maintainence screen as system generated numbers
    this dialog box appears when you click on create
    button
    save and activate table
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    One step, two step in Table Maintenance Generator
    Single step: Only overview screen is created i.e. the Table Maintenance Program will have only one screen where you can add, delete or edit records.
    Two step: Two screens namely the overview screen and Single screen are created. The user can see the key fields in the first screen and can further go on to edit further details.
    please check the link for getting information about table maintenance generator !
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=use%20of%20table%20maintenance%20generator&cat=sdn_all
    http://www.sapdevelopment.co.uk/tips/tips_tabmaint_tcode.htm
    http://www.sap-img.com/abap/create-a-table-maintance-program-for-a-z-table.htm
    Regards,
    Priyanka.

  • What is correlation ? when and how to use it in BPEL process?

    Hi,
    What is correlation ? when and how to use it in BPEL process?
    Thanks

    Hi:
    Take a look at this entry http://blog.andrade.inf.br/2010/03/oracle-bpel-11g-correlation-sets.html
    thx
    best

  • What does VPN DO? And how to use it ?

    What does VPN DO? And how to use it?

    http://en.wikipedia.org/wiki/Vpn
    Or Google 'what is a vpn' or 'how to use a vpn' many people have explained this better than me.
    In short it wraps your traffic in to an encrypted link to a server (normally on the internet). Then the traffic leaves that server & goes onto the public internet. It is possible for the link to reveal information about you, but a VPN can protect you on open wifi or on bad networks etc.
    Sometimes the VPN terminates inside a corporate network, so users can do work at home securely.
    It is similar to using https for web browsing (secure http makes traffic difficult to intercept & read).

  • What are variables or parameters in Apex and how to use them?

    Hi
    What are variables or parameters in apex and how to use them to connect and run BI Publisher Report
    From Apex URL

    Hello Kanaiya,
    You should go here: http://www.oracle.com/technology/products/database/application_express/index.html
    Look at "What is Oracle APEX?" then download the documentation and review the various PDF files that are available.
    If you have a version of APEX installed and available, go through the 2-Day Application Express Developer's Guide followed by the Advanced Developer's Guide.
    Good luck,
    Don.

  • What's the WS adapter and how to use it?

    Hi,
    When I create Comunication channel, i need to select adapter type.
    one of the adapter types is WS adapter?
    I searched in help portal and sdn, but can't find any information.
    Who know WS adapter and how to use it?
    Could youplease provide such information.
    Thanks in advance,
    Best Regards, Johnney.

    >>In SAP XI / PI, WS adapter is not thier frm standard SAP.
    Are you sure about this?
    WS is a standard adapter shipped along with PI 7.1 installation.
    Quote from help.sap.com
    Using the WS adapter you can configure the communication of systems, which communicate with each other using the Web service runtime either directly (point-to-point) or using the Integration Server
    Refer:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/en/45/37d73b80554c2ce10000000a1553f6/frameset.htm
    If you are not sure about what you are saying, it is better not to say it.

  • What is report painter? and how to use it

    hi all
    what is report painter and how we use it.
    please send tutorial
    thanks & regards

    hi
    Report painter
    the below Pdf should help you
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf
    Regards,
    Nitin Aggarwal
    Please assign points if its helpful.

  • EAV modelling approach on database tables and how to use it in Forms Dvl

    Hello,
    I am dealing with two tables in data modell which are structured on EAV ( Entity-Attribute-Value ) modelling approach.
    Survey( Survey# number not null,
    Start_Date_Of_Survey date not null ,
    End_Date_Of_Survey date null,
    Sts_Of_Survey varchar2( 4 ) not null ,
    Contractor_Partner# number not null, -- reference foreign key, to Partner's Table
    Survey_Report CLOB ) ;
    Survey# primary key of Survey.
    Meta_Survey_Parameter_Register( Parameter# varchar2( 40 ) not null,
    Additional_Parameter_Desc varchar2( 240 ) null,
    Type_Of_Value varchar2( 60 ) not null,
    Data_Type varchar2( 10 ) not null,
    Unit varchar2( 10 ) null,
    High_Value varchar2( 20 ) null,
    Low_Value varchar2( 20 ) null );
    Type_Of_Value Is restricted to : ATOMIC_VALUE, INTERVAL_VALUE_FROM_TO
    Data_Type is restricted to: Date, time, number( X,Y ), varchar2,
    Unit is varchar2 value not resstricted: for example: %, kg as kilo, m as meter, m/s as meter per second, null
    This table is meta table so it suppose to be used as some register - static part of the schema.
    Then I have table which attaches Parameters to the Survey as the association table
    Survey_Parameters( Survey#, Parameter#, Value, Comment );
    Primary key( Survey#, Parameter# );
    I need to implement this in Forms and Reports.
    My question is how to implement it to maximally make good use of Oracle forms 10g or 11g features and Oracle Reports 10g:
    a) when fulfilling the survey and use of parsing rules supplied in Meta_Survey_Parameter_Register
    b) at the producing as the survey report with reports
    c) in data analyisis in data warehouse impementations.

    Hello Craig,
    Thank you Craig for your answer.
    I must confess that I am also not familiar with EAV theoretical background and concept. Till recently I even did not know that this kind of problem could be placed
    in theoretical background called EAV. This put smile nad releive on my mind. Because since this moment I do not feel this kind of problem as some exception or
    some exceptional tools or data design ( object modelling and object databases ) suppose to be used. This way I can still counted on concepts in RDBMS databases
    and applications. Well I guess so.
    Let me comment and answer on your text between your lines.
    I am only conceptually familiar with EAV modeling, so I don't claim to be an expert! ;-) Given the abstract way in which data is stored with EAV, I would suggest that you first create a SQL Query that will produce the desired record set.
    Ok. But I guess you have in mind to transform vertical set of values to horizontal ( pivoting, transposing )?
    View has cast operator that transform data type of each parameter from general ( e.g. varchar2 ) to the one that is registered in the
    Meta_Parameter_Register. This way it is provided to get the survey with the list of assigned parameters in horizontal shape?
    Once you have this, you can either use the Query as the source of a Database View and then base your Forms data block on this view or you can use the query in a Procedure and base your Forms data block on the procedure or lastely, you could use the query directly and base your Forms data block on the query using the "From Clause" option.
    Ok, I think I understand it.
    So When I have horizontal list there is challenge during
    - insert
    - delete
    - update
    operations how to handle these operations to transform to vertical operation.
    This could only be done with Forms data block based on procedure and instead of triggers?
    The simplest option would be to create a DB view and base your block on the view. You will not be able to update the data however. If you need to be able to change or add new data, I would suggest you use a Procedure based block. Take a look at these links for additional information on using Procedure and From Clause based blocks.
    Ok Craig, sounds like it makes sense.
    IT seems your suggestion is caling for some simpler example with the same characteristic of the problem.
    Like two tables:
    Master( Master#, ..... )
    Detail( Master#, Detail#, value_low_or_just_value, value_high, data_type )
    Forms: How to base a block on a FROM clause Query
    Forms: How to base a data block on a Procedure
    Ok,
    Hope this helps,
    I see your point and it makes sense , it is only the challenge to see how much of flexibility I can reach and how cheap workarounds are to preserve
    the level of flexibility in the tools that are not naturally supporting EAV ( like forms and reports ).
    If someone's response is helpful or correct, please mark it accordingly.
    Sure...
    We are on the line.
    I am sure there is someone else in the community that experienced this kind of challenge.

  • HT4480 I cannot find my information or code that comes with new MAC boo pro. How do I find it? I did not know what all that was about and how to use it.

    I purchased my new Mac Book Pro 13 inch last Fall 2011. I started using the book in March 2012. I am new users of the Mac book and apple world. How do I obtain $100 ITune credit I was sent with my mac book. It does not show up with the purchase. I did not know exactly what it was and what to do with it. Now I am getting ready to buy some applications using Itunes I could use the credit.

    Try going to the APPLE in the upper left of the screen and click on it , you will get a drop down with several choices , click on about this mac and you will get a pop up with description of your Mac system , click on the more info tab and you will see a complete listing of you system.
    To redeem your ITunes card
    open ITunes and click on ITunes Store,if you do not have an apple id yo will need to create one, look for a tab that says redeem and click on it you will be prompted to enter the code on the back of the card , follow instructions and you should be good to go.  

  • What is "Report Background engine"and How to use it ?

    Hi
    I see this window shows up when I run Report each time, what dose it do?
    "Report Background engine"

    The Reports Background Engine waits for any command lines to run reports. When it receives a command line,
    it places that report in its queue. Typically, the Reports Background Engine receives command lines from a form or
    graphic using the RUN_PRODUCT packaged procedure, or from a report using SRW.RUN_REPORT.
    On Windows, you can use RWISV60 to submit a report to the Reports Background Engine for execution.
    This is a more efficient method because it incurs less performance overhead than Reports Runtime. The command
    line arguments for RWISV60 are the same those for RWRUN60. RWRBE60 is only used to run reports locally.
    Thanks,
    Siva

  • Just upgraded to FireFox 29. What is Wired-Marker? and how to use

    Just need an explanation of wired Marker and its uses

    There is an add-on named [https://addons.mozilla.org/en-US/firefox/addon/wired-marker/ Wired-Marker]. However, that shouldn't just show up automatically by itself...

  • TABS and HOW to USE them

    does anyone know how to make basic tabs?

    have i used tabs? no way. you put them on your tongue and they make you crazy.
    real berkeley. you know what i mean.

  • Combo_boxes and how to use them

    I'd like to be able to type a search term into a combo box and, with each typed character, i'd like to perform a SQLite query and get back results that influence what items appear in the popup menu part of the combo-box.  I've been able to do this with a popup_menu and a separate edit_field, but it takes up too much room in the user interface. ideally i'd like to be able to do it from a combo_box.  but there don't seem to be enough hooks into a combo_box to do this. take for example the value parameter.  while a variable bound to it will contain the text typed into the combo_box, it also contains the value of whatever item is pulled down in the popup menu.  this leads to confusion and none of my experiments have been able to get values typed into the combo_box to actually produce new SQLite queries on a character-by-character basis (yes, i tried adding immediate=true to the combo_box instance when i created it).
    that said, i'm going to guess that (like everything else in the SDK), there are parameters i can set in a combo_box to deal with the text typed into it and the item selected by the popup separately. i just don't know what they are because they are not mentioned in the documentation for a combo_box.  or i'm wrong and what i am requesting is impossible.  but i thought i'd ask here first.

    HI Victor,
    I meant the validate function - it would be clarified if you download the test plugin (see link a few posts up).
    Here is guts of the code:
    vf:push_button {
        title = "Push me... (perform test)",
        action = function( button )
            LrFunctionContext.postAsyncTaskWithContext( "Test", function( context )
                local efValidated = false
                local cbValidated = false
                context:addCleanupHandler( function( status, message )
                    if status then
                        local m = {}
                        local c = 0
                        if efValidated then
                            m[#m + 1] = "edit-field validator was called"
                            c = c + 1
                        else
                            m[#m + 1] = "*** edit-field validator was NOT called"
                        end
                        if cbValidated then
                            m[#m + 1] = "combo-box validator was called"
                            c = c + 1
                        else
                            m[#m + 1] = "*** combo-box validator was NOT called"
                        end
                        if c > 0 then
                            LrDialogs.message( section.title.." completed without an error being thrown - "..table.concat( m, ", " ).."." )
                        else
                            LrDialogs.message( section.title.." failed! - no validators were called." )
                        end
                    else
                        LrDialogs.message( "*** "..section.title.." ended - an error was thrown: " .. ( message or "?" ) .. " - push '"..button.title.."' button to perform test again, if desired." )
                    end
                end )
                props.efValue = "Edit this - validator should get called when you do"
                props.cbValue = "Edit this - validator should get called when you do"
                props.items = {
                    "No worthwhile items...",
                --[[ validate function spec -
                    Parameters:
                        view (LrView) This control.
                        value (any) The value to validate.
                    Returns three values:
                        result (Boolean) True if value was valid.
                        value (any) The new value.
                        message (string) If result is false, an error message.
                local function validate( viewObject, value )
                    props.items = {
                        "One", "Two", "Three", "...",
                    return true, value
                end
                local vi = {
                    vf:row {
                        vf:static_text {
                            title = "Edit field:",
                            width = share 'label_width',
                        vf:edit_field {
                            bind_to_object = props,
                            value = bind 'efValue',
                            --items = { 'no worthwhile items' },
                            immediate = true,
                            validate = function( vo, value )
                                efValidated = true
                                return true, value -- false, "edit-field validator was called", "edit-field validator is ok"
                            end,
                            width_in_chars = 30,
                    vf:row {
                        vf:static_text {
                            title = "Combo box:",
                            width = share 'label_width',
                        vf:combo_box {
                            bind_to_object = props,
                            value = bind 'cbValue',
                            items = { 'no worthwhile items' },
                            immediate = true,
                            validate = function( vo, value)
                                cbValidated = true
                                return true, value -- false, "combo-box validator was called", "combo-box validator is ok"
                            end,
                            width_in_chars = 30,
                local args = {}
                args.title = "Test"
                args.contents = vf:view( vi )
                LrDialogs.presentModalDialog( args )
            end )
        end, -- action func
    Problem: validate function (of combo box) not getting called - what am I doing wrong?
    PS - validate function of edit-field is getting called.
    Rob

  • NI 6008 - Questions on the C APIs and how to use them

    Hi
    I am trying to use the NI 6008 to drive a Digital Programmable Attenuator and had a few questions. I am newbie with this device, so most of my questions are relating to figuring out the basics with this device.
    1) I am hoping to be able to write a simple C program to have the NI USB 6008 drive this Digital Programmable Attenuator. Is this possible? I could find the NI-DAQmx C Reference Help file, but I cant seem to find how to build and load a program onto the NI USB 6008?
    2) I would like to be able to turn ON a particular attenuation setting on the Digital Prog. Atten. at a specific instant and after a few milliseconds turn it OFF. And repeat this endlessly. I was looking for a Timer API to let me control the Digital Prog. Atten. at set timer interrupts but I am not sure if there is a way to do this. I see the APIs: DAQmxCfgImplicitTiming and DAQmxCfgSampClkTiming. But I am not 100% sure if these are the right APIs to use for this purpose. Also which APIs can I use to set the Digital lines in the DAQ to highs and lows?
    Like I said earlier, I am a newbie with this device and I am not really sure if I am going in the right direction. Any help would be greatly appreciated.
    Thanks
    Anand

    You do not load a program onto the device. Your program runs on your pc and you build your program that calls the DAQmx functions.
    There is no clock for for the digital I/O. As the spec says, it is strictly software timed which means you explicitly write a true or false, one state at a time. This is subject to jitter from Windows and I would not expect rates above 100 Hz.

  • Subject: Where are SAP Exit Variables and how to use them in Bex Query

    I have seen references to variables:  0cyear (Current Year), 0CALYEAR (current year), oCALMONTH (Current month/year).
    Under 0CALMONTH characteristic or 0CALYEAR I do not see any of the variables, so how does
    one use these variable in the query. For example I want to create a restricted key figure:  Duration restricted by Current calendar year (e.g.  2009 if I am in 2009, 2010 if I am in 2010..).

    Thanks a lot. Actally, I was looking in my production system and under varaiables I did not find any SAP Exit variables,
    but in development envrionment I do see some.
    Why will it not show me these variables in production? Is it because:
    1. Some special premssion is required to view this type of variable
    or
    2. THese varaiables were not installed from Business Content
    It is hard for me to beleive, it is permission issue.

Maybe you are looking for

  • Need Autorization to download...

    Hi all, I'm trying to download episodes of a (video)Podcast, and I'm getting the following error: There was a problem downloading <filename>. Authorization is needed to access <url>. It´s the Jim Cramer show The Lightning Round. The problem might be

  • HT204389 Why can't Siri provide direction or work on maps in India?

    Hey, I am iphone 5 user. I am from India. Many of us Indians use apple products but there is simple thing which guys have been ignoring or may really didn't care is that, We can't use Siri for direction or any other local use as it should help us. Ne

  • Print Widget cutting of part of page

    I am trying to use the print widget to print a page of my captivate presentation.  when I preview it to print it as a pdf, it is cutting off part of the page.  How do I get it to print the whole page?

  • Hard drive failure ... rrecovering files ???

    Hi guys . I just bought a 2nd hand macbook pro 1.83ghz late 2006 model a few weeks back . It didnt have the install disks with it just disk images. The harddrive has just crashed and I need to recover some files onto an external usb harddrive. I have

  • How many hours of high quality music fits on a 16 gigabyte iPod

    How many hours of high quality music fits on a 16 gigabyte iPod?