Use of the field T682Z-FSTST ( Processing type in access )

Hi,
I want to know the use of the field T682Z-FSTST. The allowed values for the field is
(blank)     Field in fixed key part
A     Field in free key part
B     Key field to be determined in access
C     Data field from condition table

Hi Abhi,
FSTST field helps as follows :
in sales when assigning the pricing conditions we go for a process assigning . means to say there will be many order type(s)like in sales order if u take there will be many orders . based on a type of sales order in va01 the appropriate taxes are to be levied . when a pricing procedure is to be assigned to a sales order which has to be on a order type then access sequence is allotted i.e predefined in the pricing procedure . when the process is run for pricing procedure then on the predefined pricing procedure and access sequence the taxes are calculated . here is the access sequence that plays a key role . so fixed key doesn't allow u to give values not defined in the range .
Hope your question is answered . Please assign some reward points if it is useful .
Thanks.
Ramesh Choragudi

Similar Messages

  • IPC:bute in the field catalogue while processing configuration or pricing i

    Hi,
    I get this error (Message Class: PRC_MESSAGES_EXT (Messages for Calling Public Pricing Modules), Message Type: E, Message Number 099, Message variables: Message variables 1-4: IPC:bute in the field catalogue while processing configuration or pricing in context spe.condmgnt.customizing.dba.imp.AttributeClassObjectManager.createAttributeClassAttributeClassObjectManager.java)
    when we ran IPC userexits. 
    We've added a field ZZPSTYV in the communication structure and modified the method to define this field like follows:
         public String[] determineRelevantAttributesForRequirement(
              boolean headerAttributes,
              int reqNo) {                         String[] relevantAttributes = new String[0];
         //Header?
         if (headerAttributes) {          }
         //Item
         else {
         //KOMP fields
         switch (reqNo){
              case 900:                              relevantAttributes = new String[] {"ZZPSTYV" };                                   break;
        return relevantAttributes;
    Running this code we get the above listed error.  Same error if we define unnecessarily a standard field, such as SOLD_TO_PARTY in place of ZZPSTYV.  
    Can anyone give us some advise as what we did wrong?  Appreciate it very much,
    Yanhui

    Hi Yanhui,
    Is it a item field?  Remember that mixed fields should be declared at the header in the IPC.
    Missing any other requirements?
    Cheers
    Andrew

  • HT4059 I store drawings on IBooks for use in the field. Is there a maximum storage amount ? I have not been able to download additional drawings lately.

    I store drawings in I books for use in the field, which comes in very handy. Lately I haven't been able to download anymore drawings or PDF's to IBooks. Is there a storage limit?

    I have done this on numerous occasions but I think that my Iphone has a defect. After many tries, reinstalls, deletion of content, changing content to be stored on external hard drive, deleting itunes and cleaning computer I managed to get all of the songs on and things seemed okay for a while.
    The problem returned about a week ago after downloading a new album from Itunes. I now have 12.5k of songs leaving 10gb spare on Iphone which should be more than enough room to operate properly. Last night it seemed to be dowloading ok (after doing all of the above again for the umpteenth time) this morning it revealed that it had just synched 2.5k of songs and 18gb of "other" on the contents bar. it wont synch now as it says its over capacity. So the 18gb of "other" would probably be corrupted data that means it must corrupt each song as it tries to synch it.
    The 2.5k of songs it did synch are working on the Iphone as is every song in the library on Itunes. I did completely delete the new album I bought and redownloaded it from the store then tried to synch just that album and it worked fine.
    Just about time to dump apple I think!

  • What is the field to be used in the field catalog

    hi
    what is the field to be used in the field catalog of an ALV report to hide the relevant column inthe list

    hi,
    if you want to hide a particular column dont specify it in output list. it wont be displayed then.
    or if you want to display that column when particular radio button is selected then use:
    if radi1 = 'x'.
    Order Number
      wa_fldcat-fieldname     = 'AUFNR'.
      wa_fldcat-col_pos       =  l_pos.
      wa_fldcat-scrtext_s = 'Order'.
      wa_fldcat-scrtext_m = 'Order'.
      wa_fldcat-scrtext_l = 'Order'.
      APPEND wa_fldcat TO it_fldcat.
      CLEAR wa_fldcat.
      l_pos = l_pos + 1.
    endif.

  • What is the field for sales order type?

    pls tell me what is the field for sales order type??
    and from which table........urgent

    Hi,
    Field for sales order type is AUART in table TVAK
    the Parent table for Sales order type is TVAK.
    Best regards,
    raam

  • Hide field based in process type - GS_CM Component

    Hello.
    Currently, we need to hide a field in GS_CM/AddDoc view of component GS_CM, because it have to be based on process_type.
    In CMBO node context, we have the object_type of the transaction (TYPEID attribute), but we need the process type to evaluate to hide the field.
    Please, help.
    Regards,
    Renzo.

    Hello!!
    Problem solved!
    We apply the changes indicated in this link:
    http://scn.sap.com/community/crm/webclient-ui-framework/blog/2013/05/13/accessing-component-controller-or-custom-controller-in-a-context-node-class
    Then, we can obtain the guid of the operation and use the FM CRM_ORDER_READ_OW for read in memory the process type of the operation .
    Thanks!
    Regards,
    Renzo.

  • Use of the fields in NACE

    Hello experts,
    What is use of the different processing fields in NACE or V/83.
    I want to use SAP Script form and SMARTFORM together in a output type. So How could I do that??
    There are different processing type (Processing Type 1,2,3,4,5) where I can put the different program for SAP Script and SMARTFORM. But How will I call those different driver programs in that output type??
    Please help me out.
    Thanks,
    Sumit

    Hi,
    In NACE, you can assign processing routines to an output type for different output medium. Being said that, the table processing routines looks like this :
    Medium|  Short text|              Program|                  Form routine|       Form|               SmartForm                                                                               
    1 |     Print output |     ZRVADIN01 |     ENTRY|     ZSDINVOICEC|
    2 |     Fax |                     RVADIN01       |             ENTRY|     RVINVOICE01|
    6 |     EDI |                     RSNASTED |     EDI_PROCESSING|                    
    8 |     Special function |     RVALIN01       |             ENTRY|                    
    A |     Distribution (ALE) |     RSNASTED|     ALE_PROCESSING|                    
    Here medium has the following possible values :
    1     Print output
    2     Fax
    4     Telex
    5     External send
    6     EDI
    7     Simple Mail
    8     Special function
    9     Events (SAP Business Workflow)
    A     Distribution (ALE)
    T     Tasks (SAP Business Workflow)
    Program is the actual driver program
    Form routine is the subroutine that is called within the driver program
    Now you can either assign a Form (SAP script) or a SmartForm, but not both.
    The output type is deteremined at runtime for a specific medium , depending on the condition records maintained for that output, and the form routine of the driver program for that medium is called dynamically and thus the output is processed.
    To give an example : Lets say we maintained condition records for print out i.e medium 1, then the subroutine ENTRY will be called in program ZRVADIN01 and the SAP script form ZSDINVOICEC will be used.
    Hope this helps.
    regards,
    Advait

  • Blanket PO - use of the fields

    Hi Gurus,
    the blanket PO's are of doc type FO, with acct assignment category K, item category B and no material number is reqd. only the short text is reqd and then the limits need to be maintained. Also no GR is  expected and the payment can be initiated when the invoice is received. Now our buyers have not used the item category, acct assignment category and they have used the material number on the PO.  again the GR is not necessary but our receivers have performed the GR also. Now can anybody please help me understand the effects of not using the fields as they were supposed to be. For example not putting the acct assignment categoryK, item catergory B etc etc
    thanks
    Anusha
    Edited by: anusha vemulapati on Jan 28, 2010 8:43 PM
    Edited by: anusha vemulapati on Jan 28, 2010 9:04 PM

    The effects of this PO is, it will be inventories and the if oyu have separeate PO number range for FO then it will show under that doc type plus there will be no limit for the PO
    in short this PO count as normal NB PO except diff doc type.
    To avoid this sitautiion you can create varint transaction or else use user exit so PO can not be created w/o ac category or Item category

  • Any sales professionals out there know how to maximize 4S use in the field?

    Hi All :-)
    I am a B2B (business to business) sales professional and I frequently spend the entire day in the field visiting clients & prospects and then when I get home at 6pm I spend the rest of the evening entering all of my notes into a excel spreadsheet. I have the excel spreadsheet on "Dropbox" and I can pull it up using my Dropbox app in the field but I cant add any notes to it via my iPhone 4S. I have downloaded several free app's for Excel and none let me edit the spreadsheet. I don't mind paying for the right app to do this but I REALLY NEED TO FIGURE OUT HOW TO DO THIS, or figure out a smarter way.
    I don't mind if entering my notes in my iPhone after I leave a client means I visit less clients before 5pm, I just dont want to continue to spend my entire evening doing it when I get home. Any help entering data on an EXISTING excel spreadsheet from the iPhone would be very helpful. Or any suggestions on better contact managers would be great as well. What is working for you seasoned sales professionals out there?  
    Thank you all in advance :-)

    johnnymegabyte wrote:
    Everything is working great, 2 ms latency recording on some quick testing.
    BUT the Soundbank Manager doesn't seem to want to load any SF2 into Synth A or B , so I can use them in my sequencer (JAZZ++) for playback, and REAPER for recording (eventually). I don't want to be locked into the default [url="http://homerecording.com/bbs/showthread.php?p=2960574#">Windows[/url] GM sounds. At least in REAPER, I can use a VST approach and connect a SF, but I only want MIDI for Drums and maybe some Pads, in spots. I do have a MIDI bassline, but that will be re-done with real bass guitar.
    Maybe because I don't have a physical MIDI port on the OEM version, the program isn't functiing properly (guess)
    Is there another way to load the Synths ? Manual scripts ... via INI ?
    REAPER:
    As it's an OEM card, it's possible that MIDI features are ripped. Have you tried by installing nati've software by tweaking the installer?
    You find the original CD and instructions on how to patch the installed by searching here using "BadBoy" for CD and "ctcomp" for patching (as for an example).
    - on Options/Preferences/Audio/MIDI Devices, select synths A/B
    - create new track
    - on track I/O config, set MIDI Hardware output to Audigy Synth A or B and on Audio Hardware outputs, add a new one as stereo Left/Right
    - on track Monitoring options, enablethe monitoring
    - set the SF bank (Do not use big ones but those bundled ones beford getting everything working ... there are some size limitations)
    Remember also that drums are on MIDI channel 0.
    Hope this helps you to start ... (I don't have SoundFont Bank Manager installed so I can't try if this works).
    jutapa
    Message Edited by jutapa on 07-6-2008 0:53 PM

  • Whats the use fo the field Personnel ID modifier?

    Hi all,
    One of my customer has some problem with the field Personnel ID modifier field in PA20 when you press F4 in the Pernr field under the tab Personnel ID number. What it is used for. Please explain.
    Thanks,
    Rashmi

    External Person ID
    Definition
    Specifies a unique alphanumerical key that identifies a person in the SAP system.
    Use
    For concurrently employed persons, several personnel assignments are assigned to an external person ID.

  • Please validate giving field names to the field (built in data type) in TMG

    I have added fields with built in types….And I added header text ( heading of each field ) in Table maintenance generator   by se11 - table maintenance generator   delete  create new one TMG  then go to se11  utilities  create entries  status  Screen number   layout  in screen painter  give desired field for that particular field

    I have added fields to ztable with built in types….And I added header text ( heading of each of my field ) in Table maintenance generator by following procedure
    go to se11 -> utilities->table maintenance generator  -> delete -> create new one TMG ->
    then go to se11 -> utilities -> create entries -> status -> Screen number  -> layout -> in screen painter -> give desired field for that particular field.
    Am I right ? Please validate my procedure of giving field names to appear in Table maintenance generator.

  • I'm getting an error message "Untrusted Connection" on my on-line bankig site which I use all the time. Now I can't access the site.

    This "Untrusted Connection" is coming up when I try to access my on-line banking site which I use all the time. I also get a OpenDNS message about Phishing and I'm not sure why or what that is. The same thing is happening on my laptop which has Windows 7.

    Did this and it now works.........and I was blaming firefox!!!!!
    ESET: setup -> advanced setup -> extend web and email tree -> SSL
    • SSL protocol: Do not scan SSL protocol

  • Using  /  in the field name

    Hello,
    How can I name a field name contains '/'?
    example: PARTS_MASTER.PN AS P/N
    Thanks,

    Hi,
    871757 wrote:
    Hello,
    How can I name a field name contains '/'?
    example: PARTS_MASTER.PN AS P/N Don't do that; it will be a lot of trouble.
    If you really must, enclose the name in double-quotes. You'll have to use double-quotes every time you reference the column.
    Remember, anything inside any kind of quotes is case-sensitive.
    Edited by: Frank Kulash on Aug 10, 2011 3:11 PM
    Mis-read the question.
    Giving non-standard aliases to columns used for display only is okay.
    Gioving non-standard names to columns, tables , procedures, etc. is more trouble than it's worth.

  • TS1424 it says sorry this password cant be used in the itunes  store when i type in the password and lets me log in on the computer but not my phone

    it wont let me log in on my phone but it works on my computer

    Changing the password works for some people but not all. This is reportedly a problem with the iTunes Store that they are aware of and working on.
    Regards.

  • Implementing a custom process type for a process chain

    I have created a custom process type for a process chain that allows a user to send back a failure or error status when calling an ABAP program.  I copied the class that is used from the existing ABAP process type as a template. 
    The process type works fine, I just cannot find out how to recreate the documentation for my custom type using free text. When you maintain the process type there is a field for the documentation object, but I can't find where in SAP to implement this.
    I have tried looking at the document maintenance using SE61 and looking into the class documentation from SE24 with no success.  The only detail that is provided in the SAP help portal is:
    "If necessary, assign a documentation type and a docu. object to the process type. The docu object can be called up via F1 in the process chain maintenance overview tree. "
    Does anyone out there have any experience with this that can push me in the right direction?
    Thanks,
    Eddie

    You can create and maintain system documentation from transaction SE61. This is how you would create documentation for a process type or if you wanted to create a book. <a href="http://help.sap.com/saphelp_nw04/helpdata/en/a4/d47df949e111d189730000e8322d00/frameset.htm">more info</a>
    Here are the steps to make your documentation similar to that used for the ABAP process type:
    From transaction SE61:
    -Create a document of type TX (either from scratch or by copying RSPC_ABAP which is used for the SAP-delivered ABAP process type)
    -Make any changes you need. I suggest downloading the document in ITF format and make the changes in a basic text editor and then uploading your changed document. It's a little easier to tell what is going on that way.
    Now on to transaction RSPC.
    Once you save your changes, go to RSPC and select on any chain you have to get into the "plan and check views of process chain maintenance." Then just go to Settings -> Maintain Process Types.
    From here you can select your process type, select TX from the document type dropdown, and then enter the name of your document in the docu. object field.
    Hope that helps.

Maybe you are looking for

  • Upgrade 8.0.5 to 10gR2

    is 10gR2 32bit certified to run in IBM RS6000 with AIX 4.3 or 5L OS? Can you provide procedure to upgrade 8.0.5 db to 10gr2 from IBM G40 w/ AIX 4.3 OS to IBM RS6000 w/ AIX 5L OS

  • Runtime error DBIF_REPO_SQL_ERROR in production server

    Hello All, I am recieving the following running time error in my Production system. Any help would be really appreciated. Runtime Error          DBIF_REPO_SQL_ERROR        Occurred on     06.09.2009 at   19:16:45 *SQL error 3114 occurred when accessi

  • Error message update adobe flashplayer cannot play game

    i play candy crush a lot  i log on from through facebook,. now all day everytime i click the game it says canot play i need to upgrade adobe flashplayer which i did i have the latestest .ok  i went in manage add owns and toolbar and extensions Flashp

  • Printing all docs in windows

    I'd like to print all generated doc-files under windows (which is 324 files in 32 folders). I would find a way in linux like "find ./ -name *.html -exec lpr {} \;" but how may I do this with windows 2000? No - I dont't have this MIF - Framework.

  • Opening Works documents

    I am sorry if this is the wrong forum but I am not sure where else to post this question. I was wondering if there is any free or cheap program that would open documents made with Microsoft Works not word. I do not wish to purchase Works but have lat