How to search object for T-Code?

Hi,
Is object is some short of table name in which data get store for standard transaction  .
I have some transaction of SD for which we have to define object link in DMS
va01,vl01n,vf01. could you please let me know the object for these t codes if possible.
Thanks & Regards,
Aniruddha Tiwari

Hi Aniruddha
Yes Object is some sort of table name in DMS.
Like to link WBS  PRPS is object , for Asset Master AENR , for Purchase Order Item EKPO for Sale document item VBAP etc..
you can find the same in DC10 Transaction " Define object links" or Maintain object link descriptions.
If it is not available in standard then you have to go for small abap enhancement to create that object link.

Similar Messages

  • Dynamic Search Object for Payment Terms

    Hi,
    May i know the Dynamic Search Object for Payment Terms. I have to create a Advanced Search Page with Payment terms. I could not find the dynamic search object for Payment terms. Any help is appreciated
    Thank you.
    -Siddharth

    Hi,
      The search help for the payment terms is not coming from the DDIC search help..
      It is coded in the process on value-request event...
      The function module FI_F4_ZTERM is called for this..you have to change this function module in case if you want the values from a different table..
      OR do implicit enhancement in the subroutine FORM HELP_ZTERM in the include MF02DFH0 to call your search help instead of the function module FI_F4_ZTERM ..And do the same for the sales order also..
    Thanks
    Naren

  • Is there any table for see  Authorization object for Function code?

    Hi,
    I am facing problem in finding autho. object for function code.
    My problem is, in tcode cor2 there is function Approval (in Menubar->process order->function->approval), I want to restrict this to some users.
    So is there any way or table to see function code's authorization object..
    Thanks...

    Hi ,
    I such scenario the best way is to run trace (ST01) and analyse to find used/missing authorization objects.
    Regards,

  • Company Service object for Tax Code Determination

    Hi All,
    Does anyone used CompanyService object for Tax Code Determination or having any sample, kindly let me know.
    SAPbobsCOM.CompanyService oCompanyService;
                    SAPbobsCOM.TaxCodeDeterminationsService oTaxCodeDeteminationService;
                    SAPbobsCOM.TaxCodeDetermination oTaxCodeDetermination;
                    SAPbobsCOM.TaxCodeDeterminationParams oTaxCodeDeterminationParams;
                    SAPbobsCOM.ITaxCodeDetermination oITaxCodeDetermination;
                    oCompanyService = App.SBO_Company.GetCompanyService();
                    oTaxCodeDeteminationService = (SAPbobsCOM.TaxCodeDeterminationsService)oCompanyService.GetBusinessService(SAPbobsCOM.ServiceTypes.TaxCodeDeterminationsService);
                    oTaxCodeDetermination = (SAPbobsCOM.TaxCodeDetermination)oTaxCodeDeteminationService.GetDataInterface(SAPbobsCOM.TaxCodeDeterminationsServiceDataInterfaces.tcdsTaxCodeDetermination);
                    oTaxCodeDeterminationParams = (SAPbobsCOM.TaxCodeDeterminationParams)oTaxCodeDeteminationService.GetDataInterface(SAPbobsCOM.TaxCodeDeterminationsServiceDataInterfaces.tcdsTaxCodeDeterminationParams);
    regards:
    Swati

    Hi,
    Select new entries and give 2 digit numeric value in sequence in tax field. it is taking only numeric values.
    It might be helps to u.
    Regards
    Sasikanth.Ch

  • How to build search help for company code (BUK) in SRM

    Hello,
    I am new to SRM and was wondering if any have come across similar requirement. I am a workflow developer and we are building a custom table to derive deadline escalation timelines. We are also adding a field in our custom table for company code so that we can have company specific deadlines. table T001 is empty in SRM and hence we are unable to use F4 (search help). Is there existing functionality in SRM that gets this search from the backend ECC system and displays when F4 is pressed. How can I use that functinoality?
    Appreciate any info folks.
    Thanks again.
    Samir

    Hi
    Which SRM version are you using ?
    <b>Related links -></b>
    Re: Search Help on SRM front end screen
    F4 Help for WBS Element
    Re: Company Code defaults
    Re: Search help for Custom Item level field
    Custom field in SRM as a dropdown field with values stored in R/3
    Calendar help for Date i/p field in SRM 5.0 shopping cart
    Company code
    Problems assigning values via F4 or search help
    Also There is a standard table in SRM which contains Plant data ->
    <b>BBP_LOCMAP</b> (Mapping Table Business Partner --> System --> Location)
    Try creating a  custom search help based on this Table, defined as selection method and assign the same to the related field.
    Do let me know.
    Regards
    - Atul

  • How to create object for a interface (or) how to use ITextModel Interface

    Hi,
    I am new to vc++ and indesign, i am using windows xp as OS and Indesign CS3 as version, now i want to know how to create an object for the ITextModel Interface (or) how to use the ITextModel interface, for getting the selected text and to manipulate the content, for this i tried myself to the best for more than a week,
    but i not get any solution or any idea to do it, so i post this scrap, if any one knows kindly help me immediately, if u want any more details kindly reply me i am ready to give..
    Regards,
    ram

    Hi, Ram,
    as Jongware already has explained in a previous thread, this is the scripting forum, the SDK forum is next door.
    Besides, your question has already been answered over there in SDK forum - with a reference to an existing example, including documented source. There is also plenty more documentation (780 pages alone in the programming guide) and other working examples.
    The brief response was a perfect match to the vague, general scope of the question. If you want more details, be more specific yourself. Do not just touch such major topics as selection, text, object architecture in one sentence to expect a silver bullet. Instead, stick to one detail, find and read the relevant examples and documentation (did I mention the programming guide?) yourself e.g. using keyword search. Quote your code where you're stuck.
    Being new to both VC++ and InDesign is an explanation but no excuse. IMO, same goes for "using windows xp as OS". All together are bad starting conditions if you intend to write a plugin. Even a seasoned C++ programmer with some years of experience in publishing quirks will easily require months, so don't become impatient after just a week.
    If you need quick results and have a programming background such as a recent Java101, reconsider scripting (this forum). It can bring you amazingly far and you'll learn InDesign through a simplified object model. Same principles apply - there is plenty documentation and a good choice of examples.
    Regards,
    Dirk

  • Search help for material code in VA01

    Dear Experts,
    In VA01 tcode in item level if user press f4 in the material code then we will get all the f4 helps for few fields.Now i need to add one more field  mtart from mara table  in the existing  search help of material code.
    plz suggest me how can i proceed.
    If u have any documets regarding adding one more fied to existing search help plz send me.
    Thanks & Regards,
    farook.
    Edited by: farook shaik on Aug 18, 2009 8:58 AM

    Hi,
       You can do that using search help exits you would find several threads already posted to the forum for this like below:
    Link[Search Help Exits|Search Help Exit;
    Regards,
    Himanshu

  • Create new search object for simple/embedded search

    Hi,
    SAP CRM contains indexing and search functionalities based on SAP Netweaver Enterprise Search. SAP delivers search models, connectors and search abilities for a lot of CRM objects, like Accounts, Contacts, Opportunities, ...
    However, some objects like "Service Requests" (BUS2000223) and "Tasks" (BUS2000125) are missing.
    Has anyone tried to perform a complete extension of the whole process including template modeling, change pointers (for delta indexing), enhancing UI to provide search abilities for these objects, and so on?
    I found different kind of information on how to create a new search object template, however, no further details about what comes after, e.g. how to index, how to handle change pointers for delta, what to do in the CRM web UI to provide search ability and result lists...
    Many thanks & regards
    Wolfgang

    Hi Ralf,
    there is a new Book avaliable "mySAP CRM Interaction Center" from Thorsten Wewers and Tim Bolte. Currently it is only avaliable in german. But as I've seen from your Business Card that should be OK. There is also a Chapter about extendig the Search in IC WinClient.
    Regards
    Gregor

  • Search Help for Company Code from Backend

    Hi experts,
    How can I make a SH for company code from backend system? I already made a SH for account assigments from backend with USAGE_SH_F4  functioanality, but i don't know whether I can use it for Company code or not? And how?
    Best Regards,
    Mikhail.

    I need functionality where I will manually maintain backend system, and then I need bind search help for this backend system with my input field for web dynpro. For Account Assignment I use this: http://scn.sap.com/community/srm/blog/2014/01/08/standard-account-assignment-search-helps-in-custom-srm-developments
    But what should I use for company code?

  • How to search object by Oracle developer,

    Hi Friends,
    As I know that TOAD has a function to search objects in database.
    when user enter a table name or string
    system will display all list of objects that used search table or string in objects.
    Does Oracle Developer has this function?
    This function is good for debug person for new application.
    Thanks for any help,
    New Oracle Developer

    As newbie, I suggest you read up a bit inside the Help (inside sqldev);
    You have various possibilities: Extended Search, Find DB Object and if needed the Search Source Code report.
    Have fun,
    K.

  • Finding Business Objects for Transaction Codes

    Hello,
    How to find out the Business Object for a transaction code. For instance I want to find out the Business Object for Tcode: BP.
    Please guide me!
    Regsrds,
    Khushboo

    Thanks Gerhard!
    But I am looking forward to the PROCESS STEPS to be followed for finding the BO for a TCODE.
    I had quoted TCODE: BP just as an example.
    Regards,
    Khushboo

  • How to validity extended for comp code to gl

    MY user is asking extended the validity for company code to gl how to do this any one can please explain me
    user needs the validity extended for comp code 0005
    gl acc no- 768907
    which t code i can use

    Hi Nagendra,
    Is there any error or screenshot? Because when the company code is created, there isn't date to expire.
    In the CO component you have a validity for a cost center but not for company code in the FI-GL.
    JPA

  • Authorization Object for Transaction Code

    Hi,
    Is there a report I can execute to give me the list of authorization object for this transaction code?
    Thanks.

    Check Transaction SU24
    Alternatively you can go to SE16-- enter the table name TSTCA, then enter the T CODE, you will get the object related to that T Code.
    Reward points..

  • WORK FLOW OBJECT FOR T CODE FI:- FB50 WHILE PARKING A DOCUMENT

    HI
    PLS SUGGEST ME WORK FLOW OBJECT NAME FOR TRANSACTION CODE FB50 WHILE PARKING THE DOCUMENT.
    THANKS AND REGARDS
    VINAY BHASKAR
    Moderator message: please do more research before asking, do not post in all upper case ("shouting").
    Edited by: Thomas Zloch on Jun 17, 2011 12:59 PM

    hi
    Go to FS00
    enter GL account no & Comp Code.
    Click Change button
    You might have to seek help of an FI consultant to do so.
    Also in KA01 create this G/L account as a cost element against your controlling area assigned to your Chart of Accounts, you can do so by clicking on Extra's tab in transaction KA01
    Regards

  • How to search OER for method signatures

    I would like to search OER for Service assets that have a specific input and/or output. I'm sure this is easy to do but am missing something.
    I was reading the description in the Sample Interface - Account Detail Interface shipped with OER and it says....
    "Users may search for particular method signatures, find this asset, and from here discover the services that implement this interface."
    That's what I want to do but am not sure how to do it. Can anyone explain how I would go about doing that?

    Try a simple search, put the method name in the search box, select the type as All Type. The search will list down the Interface and the Service that contains the api.

Maybe you are looking for

  • SOAP Receiver Adapter: DeliveryException: unable to create a socket

    Hi all, I have a RFC <-> XI <-> SOAP scenario, using HTTPS and I found this exeption (RW): Received XI System Error. ErrorCode: GENERAL ErrorText: com.sap.aii.af.ra.ms.api.DeliveryException: unable to create a socket ErrorStack:  Returning synchronou

  • Client-Auth reports: HTTP4030: Timeout while waiting for client certificate

    Hello, I'm having problems with the certificate authentication in my Sun Java System Web Server Enterprise Edition 6.1: I have created an ACL in the SJWS that asks for a client certificate when the user goes to a specific URI: acl "uri=/server1/myact

  • I cannot mirror my ipad to tv

    I can get sky go on my ipad but cannot mirror it to my tv. I have the correct connections.

  • Images don't show or load.

    I have had this happen a couple times and seemed to work its self out  But not this time.  What I have done so far is, 1. ran update to 2.3, 2. renamed the preferences . agprefs. files.   Per instruction from Adobe support.    No change in issue.  So

  • Selection tool stopped working

    I was using InDesign CS6 for a few hours today and all of a sudden my selector (arrow) tool would no longer work. I can still move objects using the arrow keys, but can't move them using that tool. All my other tools, from what I can see, still work.