To make UDF active in Batch Table

Hi All
I had created one udf in the batch table . While doing a transaction GRPO input in that udf is suppose "A". I want to edit that udf while doing delivery. is it possible to edit the UDF in selected batches? If yes how?  i know it is thru SDK
Ashish Gupte

Hi Ashish,
Unfortunately, although the DI API allows you to create a UDF on the batch table, there is no UserFields collection on the Document_Lines.BatchNumbers object so you cannot use the DI API to read or write to any UDF field you create. The only way to populate these UDFs is to use the user interface.
I'm not sure if this has been improved in 8.8 or 8.81 (which will go in to Ramp-Up before too long).
Kind Regards,
Owen

Similar Messages

  • Linking UDF to User Defined Table

    Dear Experts,
      I have a UDF on the batch tables that I would like to link to a User defined table. After creating the link, the UDF drop down cannot open up to display anything. The drop down box is there on the UDF but cannot open or drop to display anything from the user defined table.
    Has anyone came across this problem before ?
    Regards,
    Edited by: MARTIN KAMAU on Jan 4, 2011 10:12 AM

    Hi Martin,
    When you click on the UDF for the drop-down, do you see an option for "Define New"?
    What version of SAP are you using?
    Regards
    Sudatt

  • Movement type 342 O is not listing in MB1b T.code, hw to make it active

    Movement type 342 O is not listing in MB1b T.code, hw to make it active. i need to transfer post the materials to vendor.

    Hi,
    If it is not listed in the MB1B transaction then there is a very good reason and so just adding it is not going to work.
    342 is the transfer from restricted to unrestricted and so is related to batches. The O you mention indicates stock with subcontractor. Do you actually mean 342 and not 542?
    If you DO mean 342 then you should not try to do this via MB1B you have to use the correct process and do this via the batch functions.
    Steve B

  • Constraint - at most one record has status 'active' in a table.

    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - Prod
    PL/SQL Release 10.2.0.5.0 - Production
    CORE 10.2.0.5.0 Production
    TNS for Linux: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    Thank in advance. I have a table like this:
    CREATE TABLE FIFAPPS.FS_MST_SUPPLIER
    SUPL_CODE VARCHAR2(12 BYTE) NOT NULL,
    SUPL_STATUS VARCHAR2(12 BYTE) DEFAULT 'ACTIVE' NOT NULL
    How to make constraint such that at most one supl_code has supl_status = 'ACTIVE' in the table.
    For example:
    -- BELOW IS NOT CORRECT AS THERE ARE TWO RECORDS WITH SUPL_STATUS='ACTIVE'
    record 1 : (supl_code = '1',SUPL_STATUS='ACTIVE')
    record 2 : (supl_code = '2',SUPL_STATUS='NOT ACTIVE')
    record 3 : (supl_code = '3',SUPL_STATUS='ACTIVE')
    -- -- BELOW IS CORRECT AS THERE IS ONLY ONE RECORD WITH SUPL_STATUS='ACTIVE'
    record 1 : (supl_code = '1',SUPL_STATUS='ACTIVE')
    record 2 : (supl_code = '2',SUPL_STATUS='NOT ACTIVE')
    record 3 : (supl_code = '3',SUPL_STATUS='NOT ACTIVE')
    -- -- BELOW IS CORRECT AS THERE IS NO RECORD WITH SUPL_STATUS='ACTIVE'
    record 1 : (supl_code = '1',SUPL_STATUS='NOT ACTIVE')
    record 2 : (supl_code = '2',SUPL_STATUS='NOT ACTIVE')
    record 3 : (supl_code = '3',SUPL_STATUS='NOT ACTIVE')

    You cannot refer other rows in check constraint I feel.Ideally these type of validations should happen from your Front-end.
    You can try something like below by adding a virtual column..
    SQL> CREATE TABLE FS_MST_SUPPLIER
      2  (
      3  SUPL_CODE VARCHAR2(12 BYTE) NOT NULL,
      4  SUPL_STATUS VARCHAR2(12 BYTE) DEFAULT 'ACTIVE' NOT NULL
      5  );
    Table created.
    --"Add a virtual column. The ELSE part here should be your primary key in the table
    SQL> alter table FS_MST_SUPPLIER add dummy_col as
       (case when upper(supl_status) = 'ACTIVE' then 'ACTIVE' else supl_code end);
    Table altered.
    --"Add a unique constraint on the virtual column.."
    SQL> alter table FS_MST_SUPPLIER add constraint cons1 unique(dummy_col);
    Table altered.
    SQL> insert into FS_MST_SUPPLIER(SUPL_CODE,SUPL_STATUS) values(1,'ACTIVE');
    1 row created.
    SQL> insert into FS_MST_SUPPLIER(SUPL_CODE,SUPL_STATUS) values(2,'ACTIVE');
    insert into FS_MST_SUPPLIER(SUPL_CODE,SUPL_STATUS) values(2,'ACTIVE')
    ERROR at line 1:
    ORA-00001: unique constraint (SCOTT.CONS1) violated
    SQL> insert into FS_MST_SUPPLIER(SUPL_CODE,SUPL_STATUS) values(2,'INACTIVE');
    1 row created.
    SQL> insert into FS_MST_SUPPLIER(SUPL_CODE,SUPL_STATUS) values(3,'INACTIVE');
    1 row created.
    SQL> update FS_MST_SUPPLIER set supl_status = 'INACTIVE';
    3 rows updated.
    SQL> insert into FS_MST_SUPPLIER(SUPL_CODE,SUPL_STATUS) values(5,'ACTIVE');
    1 row created.
    {code}
    Edited by: jeneesh on Oct 17, 2012 3:40 PM
    I did not have to use virtual columns or unique function index for any table in my career...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • When I open logic express 8 with eyetv open but not active and i close logic express 8 and make eyetv active it won't show closed captioning even though closed captioning is turned on

    when I open logic express 8 with eyetv open but not active and i close logic express 8 and make eyetv active eyetv won't show closed captioning even though closed captioning is turned on.  When I totally close eyetv and reopen eyetv and open a live tv window the closed captioning comes back.  I never noticed this with os leopard, Just after i installed os snow leopard.  All software is up to date only I think, thanks to apple they droped support for logic express.  Thanks for any suggestions.

    Does toggling CC off & back on bring it back?
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • Activation of batch management -Uploading and creation of new materialBATCH

    Dear All,
    Good day !!!
    We have activated Batch management in our business, whcih was running without BATCH management Active before.Now we have activated the batch management ,Automatic in case of GR creation and by FIFO basis in case of goods movement and SD and PP modules also.
    Now every transactions and data are working properly. But we need clarity on the master data upload and inventory upload.
    Suppose if we need to carry out the for the same material Batch to be activated or whether we need to go for new material and batch management active , Pleaes clarify on the process and also how we could upload the existing inventory from the existing NON Batch material into BATCH material (Which is created wholly as a new materail with batch)
    KIndly provide on the above 2 points which would be helpful for our business.
    Thanks and Regards,
    Amol.

    Hi
    I think with the help of  FI create a dummy cost centre and issue the material to the cost centre ,
    Look no Purchase requisitions or purchase orders are open on the material
    activate batch management to material and using 202 movement get back the material .
    as the process is very tedious use the help of badis for updating and cancellation if required
    this may be only process for activating new batches for material

  • Problems with item cost & batch table

    Hi experts,
    I have developed a crystal report recently, to retrieve all the data from batch table (OIBT) and present it in a report.
    Valuation method: moving average
    Begin:
    Item ABC
                  (batchnum)A1  blah   (qty)3   (itemcost)10.00  (whs)01
                  (batchnum)A2  blah   (qty)4   (itemcost)12.00  (whs)01
    tables involved OITM(retrieve info), OIBT(retrieve info), OITW(retrieve item cost)
    Everything was fine until the problem(step) below occurred:
    In my query, I already included a condition whereby BatchQuantity must be greater than 0, OITW.OnHand must be greater than 0
    Then, I created a Inventory Transfer document to move A1(full quantity) from Whs 01 to Whs 02.
    I opened up my crystal report, the result shown as following:
    Item ABC
                  (batchnum)A1  blah   (qty)3   (itemcost)10.00  (whs)01
                  (batchnum)A1  blah   (qty)3   (itemcost)10.00  (whs)02
                  (batchnum)A2  blah   (qty)4   (itemcost)12.00  (whs)01
    How to solve the above issue?Please advice. Thank you.

    Hi Tou,
    Check your query  warehouse are linked in your query
    Batch quantity greater than Zero means it consider the IN, OUT batch transactions.
    Regards
    Jambulingam.P

  • I'm new to Ipad 2.  I can bring up a website, but I can't make it active; i.e., log onto it and perform any functions within in.  Help!!

    I'm new to Ipad 2.  I can bring up a website, but I can't make it active; i.e., perform any functions within the website.  I cannot make the screen move -- nothing.  Help!!

    Can you navigate http://www.apple.com ?
    Without knowing your credit union's web site it is hard to tell what the problem is.
    Note that sites that use Flash will have problems as it is not supported.

  • How to make the active save-to-file with the data from GPIB ?

    Hello,,everybody !!
    I want to make the active save-to-file with the data from GPIB since starting the measurement. To save-to-file at the end of measurment is somehow risky for losing the data because my measurment have to take for long time (eg. 24-48 hours).
    Thank you in advance for anybody's help !!

    Thanks Dennis,
    I have already append, I got it but still have one small problem that between each line it has the blank line. Example as below ,
    16:40:33 54.24
    16:40:34 54.23
    16:40:35 54.24
    I want to get rid of the blank line in between.. Do you have the idea about it ?

  • How do I make text vertical in a table

    How do I make text vertical within a table using pages '09?

    You need to type the text in a Textbox, turn off text wrap, rotate that 90° using the Metric Inspector then position it over the cells you want the text vertical.
    Peter

  • Make Hyperlinks Active works on URL, not on PDF files

    When I'm working on my site and click "make hyperlinks active" to test them, the link associated with a web page at another site on the Internet works, but the hyperlinks associated with pdf files I've selected on my computer don't work. I click and nothing happens.
    When I check the files on the computer and just click on the they open fine. They won't work from iWeb, however, when I check make hyperlinks active.
    When I uploaded the site, and tried to download the pdf files by clicking on the links on my site, some worked and some didn't. Some opened rather quickly, some took forever.
    ANY AND ALL HELP IS APPRECIATED.
    Rex

    The link to a file doesn't work in the iWeb application
    Publish your site to a folder on the desktop, launch it in your browser by double clicking the index.html file and click on your PDF link to see if it directs you to its location on your hard drive.
    If it doesn't, you have not set it up correctly in iWeb.
    If you are uploading to a server other than .Mac, open an appropriate page folder on your server using your FTP application to see if the PDF or Zip file is actually there.

  • HOW TO MAKE THE CONTENT OF THE TABLE PRINT IN A TABLE CONTROL SCREEN?

    Can any one tell me how to make the content of the table control print in a table control screen!!?
    Please help!!
    I have to make the contents of a table in the table control screen print ? any idea
    Regards,
    Vj

    Please refer to Demo Program,
    DEMO_DYNPRO_TABCONT_LOOP
    Its very clear.
    Shreekant

  • "Table Name" in customizing SUS:"make field control settings for tables"?

    Hi Gurus,
    In the following customizing node, I can find the table name such as :
         ORDER.DET.EDIT
    +     ORDER.DET.VIEW+
    +     ORDER.HISTORY.DETAIL+
    +     ORDER.ITEM.EDITH+
    +     ORDER.ITEM.EDITL+
    +     ORDER.ITEM.EDITL.WO.OR+
    +     ORDER.ITEM.EDITM+
    +     ORDER.ITEM.EDITM.WO.OR+
    +     ORDER.ITEM.EDITS+
    +     ORDER.ITEM.EDITS.WO.OR+
    +     ORDER.ITEM.VIEWH+
    +     ORDER.ITEM.VIEWL+
    +     ORDER.ITEM.VIEWL.WO.OR+
    +     ORDER.ITEM.VIEWM+
    +     ORDER.ITEM.VIEWM.WO.OR+
    +     ORDER.ITEM.VIEWS+
    +     ORDER.ITEM.VIEWS.WO.OR+
    +     ORDER.LIST+
    +     ORDER.SDLN.EDIT+
    +     ORDER.SDLN.VIEW+
    It's difficult to know the difference for these so-called "table name"...
    "SAP implementaion --> supplier relationship management --> supplier self-service --> settings for user interface --> make field control settings for tables"+
    What's actual meaning for these table names? Where can I find related document and actual corresponding transparent tables for these so-called talbes?
    Thanks and best regards
    Jack

    Hi Neelima,
    Thanks a lot.
    Checked the SAP note, but I could not find corresponding infomation about that, kindly please advise again.
    Best regards
    jack

  • What exactly does "Make AppleTalk Active" do?

    Hi,
    *System Preferences > Network > Ethernet > AppleTalk > Make AppleTalk Active*.
    I would like to know specifically/technically what exactly this option does?
    When connecting to OS X Macs, and Windows boxes publishing AppleTalk/AppleShare/AFP, there does not seem to be any need to have this option enabled.
    However, I am in an argument with a tech support guy at the moment, who is trying to claim that unless this option is enabled, connecting via AFP [1] is not true AFP...
    I know AppleTalk is a collection of protocols implemented in the 80s some time. And I know that AFP on Tiger is basically AppleShare over TCP/IP, and that AppleTalk over AppleTalk is not supported by Tiger.
    I suspect the Make AppleTalk Active option is somehow related to supporting AppleTalk sharing with old Mac systems, OS9,8,7 etc. But I really need to know exactly.
    Thanks.
    +[1] in this case, it is relating to sharing files between Tiger 10.4.10 systems and a Windows XP based RIP which is publishing some flavour of AppleShare.+

    Chris--
    My understanding is that AppleTalk is the protocol, like TCP/IP is a protocol. That's what this page implies to me:
    http://www.protocols.com/pbook/appletalk.htm
    So, at its inception, AppleTalk was a network transport protocol. There was a time when you could build an AppleTalk network without using TCP/IP, TCP/IP was only for the Internet (if you even knew what that was). You would just connect up some cables (not even ethernet, necessarily), and you'd get a network. It was pretty slow, but ethernet stuff was wicked expensive, so it didn't matter. AppleTalk handled the network transport, and AFP was a part of that.
    Sometime before OS 9 came out, Apple moved the AFP part to TCP/IP. AppleTalk was still available, mostly because of the legions of people who had old printers that only had AppleTalk (I know I was one of them until March of this year, when my LaserWriter Pro 600 gave up the ghost). If I had to guess I'd guess it's been almost ten years since they moved to AFP over TCP/IP. Certainly it was before OS 9.
    If you want to try connecting to the Windows Server via AppleTalk, you can try changing the URL in the dialog you get when you use the Finder's "Connect to Server..." menu item. I think, if I remember correctly, it takes this form:
    <pre class="command">afp://at/serveraddress:*/</pre>
    If that doesn't work, then take out one "/" after "afp:".
    charlie

  • Make a script for build table

    Hi everyone
    How to make a script for build table:
    col width 25mm
    align decimal
    align on close paren
    Thanks
    Teetan

    Hi Teetan VK,
    Merry Chrismas.
    I'm not really an InDesign scripter.
    But you can try the following code:
    // TableCreate_simple.jsx
    // regards pixxxelschubser
    var aDoc = app.activeDocument;
    // your width of every column
    var w = Number(prompt("width of columns", 25));
    var NrOfColumns = 3;
    var aTextFrame = aDoc.textFrames.add({visibleBounds:[0, 0, 30, NrOfColumns*w + 1]});
    var aTable = aTextFrame.insertionPoints[0].tables.add({columnCount:NrOfColumns,bodyRowCount:1});
    for (i=0; i<aTable.columns.length; i++) {
    aTable.columns[i].width = w;
    // Paragraph sytyle with decimal aligning should already exists in your document
    for (j = 0; j < aTable.cells.length; j++) {
        aTable.cells[j].texts[0].appliedParagraphStyle = aDoc.paragraphStyles.item("AlignDecimal");
    Be sure, that a paragraph style (named with "AlignDecimal") exists in your Document.
    But what is:
    Teetan VK schrieb:
    … align on close paren …

Maybe you are looking for

  • System Center Operations Manager 2012 R2 and SQL Server 2014 Reporting Services

    I was able to connect SCOM12 to SQL14, however when I attempted to install Reporting Service in SCOM12 the pull down box was blank. I installed reporting services on the same instance of SystemCenter, when that didn't work I tried creating a new inst

  • Need to add checkbox in alv header Not  in grid

    Dear Guru's,                    My question is i want to add checkbox on top of alv grid ie on top of page . my requriement is for SD module- status of order -Mass Update. suppose status checkbox on header is HFSC is checked ( check box), for all the

  • Crystal report showing Incorrect data against Bex Query

    I have created Crystal report on top of Bex Query, I have not done any calculations in the report, just dragging structure and key figure in the report, ran for one month, when I compare with Bex Query with same period, it is showing incorrect data.

  • Forms Multi-row validation

    Forms Multi-row validation I have a requirement to show a validation error at form 'At least one reviewer should have more than zero amount limit'. So we need identify highest amount limit entered in multiple rows, that highest amount limit should be

  • Active Data Guard-How to configure Auxiliary Data Base's Listener.

    HI, I am stuck in creating listener/tnsnames for auxiliary database as the problem happens because of the auxiliary instance has just started. It is now in NOMOUNT stage. The instance registration with the listener is performed by PMON process and to