Object ID for Various Forms

Dear
Can anyone tell me the object id for A/P invoice and also for GRPO. If any one sends the object id for variuos forms it will be very useful for us to write Stored Procedure.
Suresh Murugan

Hi Suresh,
Following are the required Object ids:
oPurchaseInvoices(A/P Invoice) 18
oPurchaseDeliveryNotes(GRPO) 20
If you need other object id. Then  you can find below.
oChartOfAccounts 1
oBusinessPartners 2
oBanks 3
oItems 4
oVatGroups 5
oPriceLists 6
oSpecialPrices 7
oItemProperties 8
oUsers 12
oInvoices 13
oCreditNotes 14
oDeliveryNotes 15
oReturns 16
oOrders 17
oPurchaseInvoices 18
oPurchaseCreditNotes 19
oPurchaseDeliveryNotes 20
oPurchaseReturns 21
oPurchaseOrders 22
oQuotations 23
oIncomingPayments 24
oJournalVouchers 28
oJournalEntries 30
oStockTakings 31
oContacts 33
oCreditCards 36
oCurrencyCodes 37
oPaymentTermsTypes 40
oBankPages 42
oManufacturers 43
oVendorPayments 46
oLandedCostsCodes 48
oShippingTypes 49
oLengthMeasures 50
oWeightMeasures 51
oItemGroups 52
oSalesPersons 53
oCustomsGroups 56
oChecksforPayment 57
oInventoryGenEntry 59
oInventoryGenExit 60
oWarehouses 64
oCommissionGroups 65
oProductTrees 66
oStockTransfer 67
oWorkOrders 68
oCreditPaymentMethods 70
oCreditCardPayments 71
oAlternateCatNum 73
oBudget 77
oBudgetDistribution 78
oMessages 81
oBudgetScenarios 91
oSalesOpportunities 97
oUserDefaultGroups 93
oSalesStages 101
oActivityTypes 103
oActivityLocations 104
oDrafts 112
oDeductionTaxHierarchies 116
oDeductionTaxGroups 117
oAdditionalExpenses 125
oSalesTaxAuthorities 126
oSalesTaxAuthoritiesTypes 127
oSalesTaxCodes 128
oQueryCategories 134
oFactoringIndicators 138
oPaymentsDrafts 140
oAccountSegmentations 142
oAccountSegmentationCategories 143
oWarehouseLocations 144
oForms1099 145
oInventoryCycles 146
oWizardPaymentMethods 147
oBPPriorities 150
oDunningLetters 151
oUserFields 152
oUserTables 153
oPickLists 156
oPaymentRunExport 158
oUserQueries 160
oMaterialRevaluation 162
oCorrectionPurchaseInvoice 163
oCorrectionPurchaseInvoiceReversal 164
oCorrectionInvoice 165
oCorrectionInvoiceReversal 166
oContractTemplates 170
oEmployeesInfo 171
oCustomerEquipmentCards 176
oWithholdingTaxCodes 178
oBillOfExchangeTransactions 182
oKnowledgeBaseSolutions 189
oServiceContracts 190
oServiceCalls 191
oUserKeys 193
oQueue 194
oSalesForecast 198
oTerritories 200
oIndustries 201
oProductionOrders 202
oPackagesTypes 205
oUserObjectsMD 206
oTeams 211
oRelationships 212
oUserPermissionTree 214
oActivityStatus 217
oChooseFromList 218
oFormattedSearches 219
oAttachments2 221
oUserLanguages 223
oMultiLanguageTranslations 224
oDynamicSystemStrings 229
oHouseBankAccounts 231
oBusinessPlaces 247
oLocalEra 250
oSalesTaxInvoice 280
oPurchaseTaxInvoice 281
BoRecordset 300
BoBridge 305
oNotaFiscalUsage 260
oNotaFiscalCFOP 258
oNotaFiscalCST 259
oClosingDateProcedure 261
oBusinessPartnerGroups 10
oBPFiscalRegistryID 278
Regards.
ShriX

Similar Messages

  • Need to update Object permissions for a form in the form designer

    Hi Experts,
    I created a new form and attached to a process definiton.
    Later created a new version and changed some properties for the attributes.
    somehow I missed the object permissions for the system administrator. not even a single permission is checked out of "Allow Insert, Allow Update and Allow Delete". I tried to assign the permissions by creating a new verion. when i try to save it is saying " YOU DO NOT HAVE ENOUGH PERMISSIONS TO ADD THIS OBJECT". I tried to assign the permission for the form to the SYSTEM ADMINISTRATORS group from web console but, there also I got the same error. can anyone please help me to change the Object permissions if you have come across this problem.
    Edited by: 804064 on Oct 21, 2010 6:07 AM

    If I import the older version of the form, The permissions are back.
    the second alternate solution is
    Export the form and in the XML edit the following values
    Just change “0” to “1” for insert, update and delete.
    <DataObjPermission>
    <SEL_DELETE_ALLOW>1</SEL_DELETE_ALLOW>
    <SEL_UPDATE_ALLOW>1</SEL_UPDATE_ALLOW>
    <SEL_UPDATE>1289570464000</SEL_UPDATE>
    <SEL_INSERT_ALLOW>1</SEL_INSERT_ALLOW>
    <UGP_KEY UserGroup = "SYSTEM ADMINISTRATORS"/>
    </DataObjPermission>

  • I am new to Firefox; how do I set up for auto fill for the various forms that need the same info time and time again; thanks.

    I am new to Firefox; how do I set up for auto fill for the various forms that need the same info time and time again; thanks.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.org/kb/Private+Browsing
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"
    *Select : [X] "Remember search and form history"
    See also:
    *https://support.mozilla.org/kb/Form+autocomplete
    <i>[locking thread due to the age]</i>
    If you have further questions then please start a new thread.
    *[[/questions/new start a new thread]]

  • Adobe Form - Object property for FormCalc/Javascript

    Hi All
    I'm learning to use Adobe Form - FormCalc/Javascript - In some of the examples that I have seen fofar
    the codes (FormCalc/Javascript) used a qualified name of an object property for setting value i.e.
    In FormCalc:
    DateTimeField1.rawValue = num2date(date(), DateFmt(3))
    In Javascript:
    this.rawValue = xfa.layout.pageCount();
    pantsWaist.border.edge.color.value = "255,0,0";
    pantsLength.presence = "hidden"
    etc..
    Could someone please tell me how/where I can get the property list that available for an object ?
    (i.e. rawValue, presence, value etc...) I can't see on the Form builder (sorry for such a novice question - but as I said I am very new)
    Thanks
    Points will be rewarded for any reply -

    Hi Liem,
    Whenever u press a "." after any oject say $ in FormCalc, or this in Javascript u will find relative properties that u can set at that time for the mentioned object.
    try this, place a Text field, select that and go to script editor, select language FormCalc:
    write $. and u will find a dropdown that'll show u possible list of properties u can change.
    Similarly, if u try this with "this." in JavaScript another dropdown will show u possible list of properties that u can change.
    Hope this helps
    Regards
    Amita

  • Automatic tests for "smart forms" and SAPScript

    Hi there,
    we have some really horrible SAPScript and SmartForms here, mixing up presentation with business logic and database table selects in the layout (!).
    We want to refactor these objects. We have some test data at hand to continouously reproduce the form. And we have some expectations on the output document. The result could be saved as a PDF document and then scanned by an appropriate tool?
    Other approaches?
    Any experiences out there?
    How to write Unit Tests? Is this possible at all? Or is integration test the only option?
    Regards,
    Rüdiger

    Hello Naimash,
    thank you for the answer. I didn't know this menu path. There is a function module SSFDISPLAY_OTF_LIST underlying this menu path.  I will check out wether this module can be called in the background. It can be combined with the usual conversion of ABAP lists to plain text (as used in "System->List->Save to file"). Finally, regular expressions or a common diff tool can be used to check the expectations. All this could equally well be performed in an ABAP program.
    Since all the texts of the smartform appears in the result document, this permits to check at least all the form content. Layout and images get lost. But this could be verified after the redesign in the integration test phase. For the refactoring process, verification of the text content for various processes will be sufficient.
    Thanks and regards,
    Rüdiger

  • OpenScript  9.2 for EBS/Forms not paying back scripts

    We had bug opened for this issue since we are using 11g forms (Bug 9828305).
    Forms version 1111003
    Initially OpenScript was not able to record the script for this version which was fixed.
    The next step was playback which is clamied to be fixed.
    I am still not able to replay any of my script. It fails intermittently at various steps in various scripts i recorded.
    These are few error I am getting
    SendMessage TFormsLTObject("B_DETAIL_TREE_0")     0.125     Failed     Failed to read message from server. Caused by: java.io.IOException occurred. Error Message: null      
    Resize window("Oracle Applications - Main Window") (950,685)     0.172     Failed     Failed to read message from server. Caused by: IllegalArgumentException occured. Attempt to read in an object of type 122      
    SendMessage TFormsLTObject("B_FOLDER_TREE_0")     1.453     Failed     Failed to read message from server. Caused by: IllegalArgumentException occured. Attempt to read in an object of type 61440      
    I have already set parameters in debugging for "Content Legth is zero" to warning.
    I want to make sure OATS works for this form version and use it for loadteitng going forward.
    Let me know why this bug was closed and did QA reteste it. I have given the feedback that its not working.
    Thanks

    Well, a zero length download is essentially a response header from the server with no content to follow. It may or may not be an error .... The question is what is the expected result of the navigation. If there should be something more than just a response header then double check your correlations and make sure things that are supposed to be dynamic actually are. If getting the response header and no document is correct behavior then you can just turn off the zero length download error by switching the configuration to warn or ignore rather than being a fatal error. You can do this in OpenScript by going to the OpenScript Preferences and modify the setting in the error recovey of the general section. You will also have to set the configuration for the setting in OLT as well - it will be in the scenario settings.

  • Business object type for parked invoices

    Hi,
    We are using documentum to store documents that have been attached to business object types in SAP. The business object types are configured in transaction OAC3 to point to a pre-configured content repository.
    Having this configuration allows the object type to use the "services for objects" option, enabling it to store attachments.
    The business object types for invoices have been configured and we are able to store attachments. However this does not seem to work for "Parked invoices". The configuration in the "services for objects" component is not there and the feature to store the attachment is disabled.
    As the configuration needs to be done for all object types that need to be able to store attachments, maybe someone here can indicate what the object type is for parked invoices. Alternatively, maybe there is a way to look up the various business object types.
    Any help you can provide is appreciated.
    Thanks.
    Kind Regards,
    Giwan

    Hi ,
    Thank You for your reply.
    I created inquiry . it takes BUS2031.But BUS2031 is used for quotation.But that inquiry is open in VA12(Change Inquiry) Transaction,not open in VA22(Change Quotation).
    Is there any setting for BOR object types to Document Types.
    Please give me a reply as early as possible.It's very urgent.
    Thanks,
    Saritha

  • HOW TO USE A SINGLE PERFORM FOR VARIOUS TABLES ?

    perform test TABLES t_header.
    select
           KONH~KNUMH
           konh~datab
           konh~datbi
           konp~kbetr
           konp~konwa
           konp~kpein
           konp~kmein
           KONP~KRECH
           FROM konh INNER JOIN konp
                  ON konpknumh = konhknumh
           into table iTABXXX
            "ANY TEMPERARY INTERNAL TABLE.
           for all entries in t_header
           where
                 konh~kschl = t_header-kschl
             AND konh~knumh = t_header-knumh.
    endform.
    how can I use above perform for various internal tables of DIFFERENT LINE TYPES but having the fields KSCHL & KNUMH.

    u can use single perform....
    just see this example......hope this is what u r expecting....
    tables : pa0001.
    parameters : p_pernr like pa0001-pernr.
    data : itab1 like pa0001 occurs 0 with header line.
    data : itab2 like pa0002 occurs 0 with header line.
    perform get_data tables itab1 itab2.
    if not itab1[] is initial.
    loop at itab1.
    write :/ itab1-pernr.
    endloop.
    endif.
    if not itab2[] is initial.
    loop at itab2.
    write :/ itab2-pernr.
    endloop.
    endif.
    *&      Form  get_data
          text
         -->P_ITAB1  text
         -->P_ITAB2  text
    form get_data  tables   itab1 structure pa0001
                            itab2 structure pa0002.
    select * from pa0001 into table itab1 where pernr = p_pernr and begda le sy-datum and endda ge sy-datum.
    select * from pa0002 into table itab2 where pernr = p_pernr and begda le sy-datum and endda ge sy-datum.
    endform.                    " get_data
    Regards
    vasu

  • How to access objects in the Child Form from Parent form.

    I have a requirement in which I have to first open a Child Form from a Parent Form. Then I want to access objects in the Child Form from Parent form. For example, I want to insert a record into a block present in Child Form by executing statements from a trigger present in Parent Form.
    I cannot use object groups since I cannot write code into Child Form to first create object groups into Child Form.
    I have tried to achieved it using the following (working of my testcase) :
    1) Created two new Forms TESTFORM1.fmb (parent) and TESTFORM2.fmb (child).
    2) Created a block named BLK1 manually in TESTFORM1.
    3) Created two items in BLK1:
    1.PJC1 which is a text item.
    2.OPEN which is a push button.
    4) Created a new block using data block wizard for a table EMPLOYEE_S1. Created items corresponding to all columns present in EMPLOYEE_S1 table.
    5) In WHEN-NEW-FORM-INSTANCE trigger of TESTFORM1 set the first navigation block to BLK1. In BLK1 first navigable item is PJC1.
    6) In WHEN-NEW-ITEM-INSTANCE of PJC1, code has been written to automatically execute the WHEN-BUTTON-PRESSED trigger for the "Open" button.
    7) In WHEN-BUTTON-PRESSED trigger of OPEN item, TESTFORM2 is opened using the following statement :
    open_form(‘TESTFORM2',no_activate,no_session,SHARE_LIBRARY_DATA);
    Since its NO_ACTIVATE, the code flows without giving handle to TESTFORM2.
    8) After invoking OPEN_FORM, a GO_FORM(‘TESTFORM2’) is now called to set the focus to TESTFORM2
    PROBLEM AT HAND
    ===============
    After Step 8, I notice that it passes the focus to TESTFORM2, and statements after go_form (in Parent Form trigger) doesnot executes.
    I need go_form with no_activate, similar to open_form.
    Edited by: harishgupt on Oct 12, 2008 11:32 PM

    isn't it easier to find a solution without a second form? If you have a second window, then you can navigate and code whatever you want.
    If you must use a second form, then you can handle this with WHEN-WINDOW-ACTIVATED and meta-data, which you have to store in global variables... ( I can give you hints if the one-form-solution is no option for you )

  • Request for Oracle forms & Reports 12c: Free runtime in GlassFish like ADF

    a) FREE RUNTIME LICENSE IN GLASSFINS FOR ORACLE FORMS & REPORTS IN GLASSFISH
    Hello, we are Oracle Partners and we are using oracle since Oracle 7.3.4.
    I remember a beta of Oracle Forms, having the functionality to set properties in all objects, just like Visual Basic, including lines, etc. But that beta was rejected and I see Oracle had leave Oracle Forms as just a database client.
    In this moment there is a free light version of ADF.
    I will like you think in that possibility.
    Think in this, if you want to program a small software, I mean 20,000 U$, and the runtime is 40,000 U$, then this doesn't makes sense.
    Oracle is pushing small customers toward Visual Studio,
    I think the idea of a free runtime will benefit Oracle in two ways.
    For a 20,000 U$ software or less, you but Visual Studio, Sql Server 2012 is enough, not as Oracle, but is enough for that small softwares,
    this means if you give a free runtime of oracle forms & reports (like adf is doing)
    1) you will win selling development licenses and 2) selling Oracle Standard One licenses.
    If you don't do you will lose developement licenses and Oracle will continue losing the small databases market, because this is not like 10 years ago, Sql Server and other databases had improved, and the hardware too .
    2) THE DEVELOPMENT OF A LINUX MORE EASY TO INSTALL & AN EASY DESKTOP FOR THAT LINUX
    The other point I want to give feedback is linux, it's too related to oracle forms & reports improvements for small business
    Is the development of an easier Linux, to use 1) for development 2) for production.
    In the same way you don't wait 60 seconds in a normal web page to load, people don't like Linux because is not like Microsoft Windwos or Macintosh; so if Oracle wants to move to people to use linux to use Oracle Forms or Oracle Database, I think Oracle must create a more simple and tested installation for both customers and developers,
    - less is more, so the installation must have only what normally is needed.
    - you should not need to use command line for most operations, this should be an exception, normal users must do things by themselves.
    Thank you for your time

    I don't know that it will break things, but I can say that the safest thing to do would be to use separate WLS installations for each product. This may sound like overkill, but each product (ADF, Forms/Reports) have their own idiosyncrasies and requirements with respect to versions and patching, and trying to mix and match them in the same WLS installation is not, in my opinion, something that's worth undertaking.
    I have the very setup I describe (separate WLS installations for ADF apps and Forms/Reports apps), and it's working with no problems.
    Regards,
    John

  • Generating for Multiple forms

    Hi all,
    How can i generate Object list report for multiple no of forms.
    for individual forms i can go to file-> Administration->Object list report in any FMB.
    since i have to generate the same thing for multiple fmb's...how is it possible..do we need to use some sort of batch program for the same...
    Please ask for any clarifications..
    thanks in advance...

    6i Forms, reports etc can be manually generated from a batch file which will loop through all files in the current directory:
    FMB to FMX
    FOR %%f IN (*.fmb) DO ifcmp60 module=%%f batch=YES logon=YES userid=username/password@db
    RDF to REP
    FOR %%f IN (*.rdf) DO rwcon60 stype=rdffile source=%%f dtype=repfile batch=YES userid=username/password@db
    We also use a similar method for converting libraries, menu's etc. If there's any interest I'll post up the details.
    Jayesh Kavia

  • Where should I move the report for my form to be able to see it

    I need to run a report from my 9i form. I'm suing run report object.
    I'm repeatedly running into the error FRM-41219 cannot find report - Invalid ID
    where should i copy my rep file under 9ids for my form to be able to see it.
    Thanks

    Frank
    REP-0503 "You did not specify the name of a rep
    I created the report object in my object navigator, selected the report filename and in my when button pressed I have the following
    DECLARE
         REPID REPORT_OBJECT;
         V_REP VARCHAR2(100);
         REP_STATUS VARCHAR2(20);
    BEGIN
         REPID := FIND_REPORT_OBJECT('REPORT125');
    V_REP := RUN_REPORT_OBJECT(REPID);
    END;
    This gives me the following error
    REP-0503 "You did not specify the name of a report".
    Now I change the execution mode to runtime, and communication mode to asynchronous and I dont get the error, but the report does not come up either.
    Please Help

  • FM Error: No assignment object determined for P100 / 457000

    Dear GURUS,
    we are facing the problem while changing the PO and system is giving the error message as CB item 00010: No assignment object determined for P100 / 457000
    we checked in FM9K and reconstructed in FMBV and run the report .
    pl suggest...
    Message no. BP748
    Diagnosis
    The budget structure for the combination funds center P100/commitment item 457000/fund  in line item 00010 does not contain a superior assignment object in the commitment budget.
    Also, if you have only assigned one assignment object in the commitment budget, you must create assignment objects in such a way that every assignable element has ONE assignment object in the upward path in the commitment budget.
    System Response
    Posting not made.
    Procedure
    1. Define a superior element in the budget structure or define the BS element itself as an assignment object in the commitment budget.
    2. Check your definition.
    3. Reconstruct the assigned values for the fund and year where you have changed the assignment object definition.
    Regards,
    Venkat

    Hi,
    Please check the Note 1080301
    Summary
    Symptom
    You receive the error message BP746 or any similar message (see below).
    Other terms
    BP 746 - BP746 - BP 747 - BP747 - BP745 - BP 745 - BP748 - BP 748
    Reason and Prerequisites
    You use the functionality of assignment objects in the budget structure for Former Budgeting
    Solution
    The functionality of the assignment object is not generally released for customers.
    Customers who want to use this functionality must first contact SAP consulting, if they are allowed to do so.
    If you do not need or know this functionality, then you must update the budget structure (transaction code FM9K) and remove the definition of all assignment objects. Sometimes, the corresponding columns are hidden in the transactions FM9L or FM9K. If this is the case, you should first activate them in the table control settings (right-upper button). The columns in FM9K and FM9L have the titles "CmA" and "PmA".
    If you use a complex budget structure, the easiest way to detect these assignment objects will to search in table BPCJ for entries with the field WRTTP equal to 72 or 46. As well you can use table BPCK which tells you whether assignment objects are used or not, by filtering entries with the field WRTTP equal to 72 or 46.
    After removing all combinations detected in tables BPCJ or BPCK using transaction code FM9K, you must reconstruct availability control, by means of transaction code FMBV.
    Note
    Problems with assignment objects are detected by the report BPCARRC0.
    Thanks & Regards,
    Shashi Kanth.

  • Regular expression not working for adobe forms

    Hi,
    Iam using qtp for adobe forms and for some reason if i put in regular expression for apid value it doesn't recognise the object..there is nothing wrong with the regular expression as it is evaluated using regular expression evaluator in qtp 11.0....any ideas
    I got all the addins and everything and when i used regular expression for the top window it works but for any other object it doesn't

    Please try the code and see the problem. The regular expression is fine.
    I can replace the string with these and got results like this:
    import java.util.regex.Pattern;
    public class HtmlFilter implements TextFilter {
        private static String strTagPattern = "<\\s?(.|\n)*?\\s?>";
        private static int patternMode = Pattern.MULTILINE | Pattern.CASE_INSENSITIVE | Pattern.UNICODE_CASE | Pattern.CANON_EQ;
        private static Pattern tagPattern = Pattern.compile(strTagPattern, patternMode);
        public String filter(String t) {
              if(t==null || t.length()==0) return "";
            String ret = null;
            return tagPattern.matcher(t).replaceAll("");
         public static void main(String[] args) {
              System.out.println(new HtmlFilter().filter(null));
              System.out.println(new HtmlFilter().filter(""));
              System.out.println(new HtmlFilter().filter("<P>abc def</P>"));
              System.out.println(new HtmlFilter().filter("<P>&#25105;&#22269;&#30707;&#27833;&#20379;&#24212;&#23433;&#20840;&#31995;&#32479;&#24433;&#21709;</P>"));
    }The results are
    abc def
    ????????????

  • Attaching the WebUtil object group to a form

    Hi. I'm hoping for some help on how to attach the WebUtil object group to a form. I go to the Object Groups node in the object navigator and click the '+' button, but I'm not prompted to attach .olb files. How do I do this? Without it attached I'm receiving the message "The WebUtil object group is not available in this form. WebUtil cannot work." when I run my application. Thanks in advance.

    Okay I opened the .obl and it appears under the Object Libraries Node. Then I double-click on the Object Groups node in my form and it simply creates a new object named OBJECT_GROUP100. I can't seem to drag and drop from the Libraries Node to the Object Groups node in my form. It just shows a circle with a line through it indicating that I can't drag it. Any suggestions? (Sorry, I've not done this before).

Maybe you are looking for

  • How do I delete something from the drop-down menu of the URL bar. I went there accidentally and don't want it in the list.

    I directly typed what I thought was the correct URL into the URL box. It took me to a site different from where I was wanting to go. Now that site's URL is in the list of URL's in the drop-down box. Is there some way of deleting this from the drop-do

  • Color shifting of a complex object

    I have a bitmap image of a flower that I would like to fade from one base color to another (i.e. red, orange, yellow, white, pink, etc). The image is moderately complex with two or three dozen shades in the image. Is there an easy way to do this? I f

  • Can't get struct from Oracle via Weblogic DB connection?

    There are two ways to connect oracle, within Weblogic or without Weblogic. Without Weblogic way works. Code here: import java.sql.Connection; Class.forName("oracle.jdbc.driver.OracleDriver"); dbConn = DriverManager.getConnection("Connection"); Struct

  • Calling a javascript function from an Applet

    I am trying to make an applet that works on as many browsers as possible, so I am sticking to Version JCK 1.1 I am trying to call pass the javascript function into a URL object like this URL url = new URL("javascript:" + function, "_self");but I keep

  • Error Message in Subcontracting challan

    Dear Experts, Here i am facing problem in processing Subcontracting challan. As per clients organisationsl structure we have two company codes and one plant for each company Code. As per excise registration, here two Subcontracting series groups are