PROBLEM ABOUT HIDING SPECIFIC KIND OF POSITIONS TC ME23N

HI all:
I would like to hide automatically the positions of a purchase order when I go to transaction me23n and I try to visualize it.
The type of positions referred are the next:
I prefer not to se the positions whose field LOEKZ is different to space.
What do you recommend me not modifying the standard?.
Is there any specific user-exit?. I've tried many of them but you have to check the header or the item detail.
Or is there any badi?
I've tried looking for some bodies used in the transaction but for example in method:
IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM . It is used only when you introduce a modification in the table control 1211 of transaction me23n
Thanks in advance.
Jose Luis.

Hi Friend,
To cater this specific requirement, hiding a specific field whenever some condtion mate is to be handled through enhancement spot
This kind requirement i got in SD, no Exit or BADI is going to help you, enhancement spot (is behave like exit or BADI provided to enhance standard SAP prorgam without changing that; SAP provided this from 6.0 onwards) is the only way.
Try to find any enhancement spot in standard SAP program which meets your requirement.
Regards
Krishnendu

Similar Messages

  • An old and difficult problem about "UnsatisfiedLinkError"

    Hi dear all,
    I have been struck with the problem about "UnsatisfiedLinkError". I have a c++ class HelloWorld with a method hello(), and I want to call it from within a java class. In fact, I have succeeded in calling it on the windows platform. But when I transfer it to linux, the error "UnsatisfiedLinkError" comes out. I have tried to take the measures as Forum has suggested, but it failed.
    The source code is very simple to demonstrate JNI.
    "HelloWorld.h"
    #ifndef INCLUDEDHELLOWORLD_H
    #define INCLUDEDHELLOWORLD_H
    class HelloWorld
    public:
    void hello();
    #endif
    "HelloWorld.cpp"
    #include <iostream>
    #include "HelloWorld.h"
    using namespace std;
    void HelloWorld::hello()
    cout << "Hello, World!" << endl;
    "JHelloWorld.java"
    public class JHelloWorld
    public native void hello();
    static
    System.loadLibrary("hellolib");
    public static void main(String[] argv)
    JHelloWorld hw = new JHelloWorld();
    hw.hello();
    "JHelloWorld.cpp"
    #include <iostream>
    #include <jni.h>
    #include "HelloWorld.h"
    #include "JHelloWorld.h"
    JNIEXPORT void JNICALL Java_JHelloWorld_hello (JNIEnv * env, jobject obj)
    HelloWorld hw;
    hw.hello();
    All the files are in the same directory and all the processes are under the dirctory:
    1. javac JHelloWorld.java
    2. javah -classpath . JHelloWorld
    3. g++ -c -I/usr/java/jdk1.3/include -I/usr/java/jdk1.3/include/linux JHelloWorld.cpp HelloWorld.cpp
    4. ld -shared -o hellolib.so *.o
    5. java -cp . -Djava.library.path=. JHelloWorld
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no hellolib in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1349)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at JHelloWorld.<clinit>(JHelloWorld.java:7)
    Tried another measure:
    i) export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
    ii)java -cp . JHelloWorld
    The same error came out as above.
    I really don't know what is wrong with it.
    Would you like to help me as soon as possible?
    Thanks.
    Regards,
    Johnson

    Hi Fabio,
    Thanks a lot for your help.
    It is very kind of you.
    Regards,
    Johnson

  • Problem about expanding folder

    I am currently installing business package according to portal best practice.
    Most of functionalities seems to be fine but I face a problem about expanding folders
    for some role such as MM Master. For the same role, those worksets w/o folder
    (directly call R/3 transaction) are working fine.
    When expanding folders, we always got result showing "Loading..." and nothing
    is shown for very long time.
    Kindly advise how to resolve or further investigate such issue.
    Note: Normal folder expanding of standard admin folder does not have such problem.

    Areeat,
    I think you're talking about the "Detailed Navigation". This is a known problem on NW04 SP18 & NW04s SP8/9. Check note 976331 for a hotfix.
    kr, achim

  • Rotate about a specific point

    I have a script that creates geologic map symbols, positions them, and rotates them into their proper orientation.  However, I do not know how to rotate about a specific point (not the center of the group). The portion of script in question is:
    if (dlg.symbol.bedding.value) {
    var myLine = stGroup.pathItems.add();
    myLine.stroked = true;
    myLine.setEntirePath([[posx,posy],[posx+3,posy]]);
    myLine.strokeWidth = .75;
    var myLine = stGroup.pathItems.add();
    myLine.setEntirePath([[posx,posy - 6.75],[posx,posy + 6.75]]);
    myLine.stroked = true;
    myLine.strokeWidth = .75;
    stGroup.rotate(-azi);
    and I wish to rotate around the point [posx, posy].  How do I accomplish this?

    Thanks!  That worked.  For future reference, here's the modified section of script:
    if (dlg.symbol.bedding.value) {
    var myLine = stGroup.pathItems.add();
    myLine.stroked = true;
    myLine.setEntirePath([[posx,posy],[posx+3,posy]]);
    myLine.strokeWidth = .75;
    var myLine = stGroup.pathItems.add();
    myLine.setEntirePath([[posx,posy - 6.75],[posx,posy + 6.75]]);
    myLine.stroked = true;
    myLine.strokeWidth = .75;
    mapDoc.theOrigin = mapDoc.rulerOrigin;
    mapDoc.rulerOrigin = [posx,posy];
    stGroup.rotate(-azi, undefined,undefined,undefined,undefined,Transformation.DOCUMENTORIGIN);
    mapDoc.rulerOrigin = mapDoc.theOrigin;
    Another parameter in the rotate method to specify a rotation point would be nice.  Still, this works just fine, so no complaints from me.

  • PI7.0: Problem about openning alert configuration in RMB

    Hi experts,
       I encounter a problem about alert configuration.
       I have defined the alert catogory in WAS ABAP and use the report RSALERTTEST to test it. It's OK. Then I logon RWB and click u201CAlert configurationu201D,system popup a login window. I input my user account and confirm it. But the logon window popup again and again.I don't kown how to resolve it. BTW, my user account has the roles SAP_ALM_ADMINISTRATOR and SAP_ALM_CUSTOMIZER.And I have resolved the problem "Alert configuration does not start" according to note 750287.
       Anyone has idea??Could you please give me some advice???
    Thanks a lot in advance.
    BR Villy.L

    Hello Villy
    Check these notes:
    1) #913858 XI Alerting: Troubleshooting
    2) #768456 Troubleshooting Runtime Workbench
    Restart the java engine after making any changes in the Exchange Profile.
    For further info check previous threads on this topic:
    The URL contains no complete domain specification
    Calling the BSP page terminated due to an error While accessing ALERT INBOX
    Regards
    Mark

  • Problem about Mac Os X 10.6.3 V.S Labview 2009

    hi,labview~
    i have some problem about Labview 2009.i saw the website of NI wrote the Labview 2009 is not support for Mac OSX 10.6.3,but i have already installed it (English system) in my computer successfully.
    anyway,i cant open the programs which are wrote by labview 8.5(Japanese system) .My labmate who use Labview 2009(Mac OSX 10.5) can open those programs.
    can anyone tell me the possible reason i cant open the programs?
    Thanks a lot! 
    PS i have already tried Labview 8.5 and 8.6(English system),but the problem cant be solved.... 

    Hi mofi, my name is Taiki from National Instruments Japan.
    I assume that the link you referred to is the one below, but as you stated, LabVIEW 2009 is not supported in Mac OS X 10.6 so even though you were able to install it successfully, NI cannot assure that it will fully function on your Mac.
    LabVIEW Support for Mac OS 10.6 (Snow Leopard) and 10.5 (Leopard)
    http://digital.ni.com/public.nsf/allkb/70F17A30DE7B865E8625737F006377F8?OpenDocument
    Since you mentioned that the VI files were able to be opened on LabVIEW 2009, Mac OS X 10.5, the actual VI files should not be the issue which leaves us with the possibility of the software environment.
    You also noted that the issue could not be solved on LabVIEW 8.5 and 8.6 but was this on Mac OS X 10.6 as well?
    If so, there is a good chance that this issue is due to the fact that LabVIEW is running on an supported OS and I would suggest trying opening the files on another different Mac OS X 10.5 system.
    Unfortunately, currently Mac OS X 10.6 is an unsupported OS for any version of LabVIEW so I can only suggest trying on a Mac OS X 10.5.
    Kind regards.
    Taiki Hoshi
    Applications Engineer
    National Instruments Japan

  • About Upgrade specification for each Firefox version

    Dear Everyone,
    I would like to ask all of you about Upgrade specification of each firefox version.
    <Platform>
    Window Vista 32bit / Windows 7 32bit
    <Target version>
    - Firefox 3.6.19
    - Firefox 4.0.1
    - Firefox 5.0.1
    <List of question>
    1. Is Firefox 3.6.19 upgraded to 5.0.1 automatically?
    *Auto update option is enabled
    My understanding is that only 4.0.1 is upgraded to 5.0.1 automatically
    2. Is there any diffrerence between Auto upgrade and Manual upgrade ( run Firefox Setup 5.0.1 ), when I upgrade Firefox to 5.0.1 from 4.0.1
    For example, once uninstallation will run then install happens by Manual upgrade, or just overwrite files and modules by Auto upgrade, etc..
    3. Which keys and value should be changed to control Auto upgrade timing in About:config option?
    For example, just after 5 mins, Auto upgrade will happen by changing from xxx to xxx in value x, etc...
    It would be very helpful if you kindly give any advice or commnet.
    Thank you very much for your support in advance.

    Hi Nick & Peter,
    Thank you for your answer. Now I have another question: Do I have to upgrade the relay server when I upgrade afaria to SP2? and again when I upgrade afaria to SP4?? or Do I have to upgrade the relay just when I get to the afaria 7 to SP4 level? For example:
    The supported upgrade path would be (scenario 1):
    Afaria 7.0 Service Pack 1 Hot Fix 17 (Current)
    Afaria 7.0 Service Pack 2 (upgrade also the relay to the versión reléase for SP2)
    Afaria 7.0 Service Pack 4 (upgrade to the versión reléase for SP4 RS 16.0.0.1324)
    Afaria 7.0 Service Pack 4 Hot Fix 3 (Recommended)
    The supported upgrade path would be (scenario 2):
    Afaria 7.0 Service Pack 1 Hot Fix 17 (Current)
    Afaria 7.0 Service Pack 2
    Afaria 7.0 Service Pack 4 (upgrade to the versión reléase for SP4 RS 16.0.0.1324)
    Afaria 7.0 Service Pack 4 Hot Fix 3 (Recommended)
    Also I would like to know, If this relay server is shared with a SMP Server (production), there would be any known issue with the RSOE running on the mobile platform???
    I'll wait for your kind answer...
    Best Regards,
    MC

  • About country specific functionalities

    Hello all,
    I want to ask question about country specific functionalities. I found that when I installed fresh database. Now, let say I want to choose a country but that country is not on that list, what do I use then? The nearest neighbor country? Would there any problem with that later on?
    If I choose a country now and later on I want to change it, can I do that? If yes, how and is there any problem?
    thanks.

    i dont think you can choose the closest counrty its not like that, unless both conurty using same setup for let say HR legsalation and things like that.
    for ex. jordan is not lestad in the countries and HRMS in jordan is diffrent then Sudia so we dont choose sudia becase its close to jordan we keep the defualt
    it all depend on the functionaly that you are using
    fadi
    http://oracle-magic.blogspot.com

  • Have problem about grant assignment in Student Master Data

    have problem about grant assignment in Student Master Data
    i want to change grant detail in Student Master Data when i choose disbursement type to Pay Fixed Amount
    and then go to Grant Evaluation Run it have result
    But when i choose another disbursement type such as
    1. Pay Up To a Certain Percentge
    2. Pay Certain Percentage Up to a Certain Amount
    3. Pay Up to a Certain Amount
    and go to run Grant Evaluation it can run but not have result
    I need help T_T i don't know why i can't change or i miss something

    hello experts,
    Our problem is still not fixed, but we have contacted SAP to have a look at this problem. In the mean time we have created a new way to calculate the grants by doing no check at all, because our client don't want to have prerequisites yet.
    Therefor we made a custom function module from PMIQBP_GR_COND_EVALT_01. If the boolean ev_xok is true the system will calculate and post the grant amount.
    Good luck and I'll keep you posted.
    Kind regards,
    Steve de Klonia

  • Rotating an object about a specific point!

    Hello Guys!
    Have a new Problem!
    I want to rotate an object about a specific point. But up to now i only can rotate something about the x,y,z axis!
    Is this possible to rotate a scene about the point 1,1,1?
         Transform3D rotation = new Transform3D();
         rotation.setRotation(new AxisAngle4d(-x, -y, 0,((Math.PI / 2) - angle)));
    I don't handle it with Alpha because i needn't an animation!
    Please help me!
    Quh

    Hello,
    to rotate an Object A about the Point P you have to do the following:
    1. Get the Transform T which transforms P to Point (0,0,0)
    2. Apply T on A
    3. Rotate A (around (0,0,0))
    4. Transform A with the inverse of T
    leha23.

  • How do i get rid of these specific kind of pop-up ads?

    I am getting a specific kind of pop-up ad in Safari and Chrome (all Internet Browsers) even with the pop-up blocker.  I don't know what happened, but after visiting a blog online, I starting having this problem.  I have been searching high and low for an answer and have yet to find one.  I have tried a number of internet malware and virus programs that remove this kind of stuff but nothing is detected.  It says the computer is clean (but oviously isn't).  I looked into possible plugins that may cause this and still nothing.
    This image below is what the pop-ups look like (notice bottom left corner):
    CAN SOMEONE PLEASE HELP ME WITH THIS PROBLEM, PLEASE!?

    stuffing wrote:
    Any input on how to choose a 'safe' torrent?  I'm not a **** dude, just get the tv shows/movies that aren't available to me overseas.
    The problem is, there really isn't a safe way to get that kind of stuff, other than through a legal streaming service like iTunes, Netflix or Hulu or Amazon Prime. Torrents and all the various "free" streaming sites are actually illegal, and typically run from countries with lax laws on such things in order to make money from advertising through adware. They may also get involved in actual malware at times, as well.
    If these legal outlets don't provide the content you want because of the country you're connecting from, one option would be to sign up for a VPN (virtual private network) service with servers in the country you want to stream content from. So, if you want to stream videos from the US, sign up for a US-based VPN service, then stream through that.

  • The Problem about Monitoring Motion using PCI-7358 on LabVIEW Real Time Module

    Hello everyone,
    I have a problem about monitoring the position of an axis. First let me give some details about the motion controller system I’m using.
    I’m using PCI-7358 as controller and MID-7654 as servo driver, and I’m controlling a Maxon DC Brushed motor. I want to check the dynamic performance of the actuator system in a real time environment so I created a LabVIEW function and implemented it on LabVIEW Real Time module.
    My function loads a target position (Load Target Position.vi) and starts the motion. (Start.vi) then in a timed loop I read the instantaneous position using Read Position.vi. When I graphed the data taken from the Read Position.vi, I saw that same values are taken for 5 sequential loops. I checked the total time required by Read Position.vi to complete its task and it’s 0.1ms. I arranged the loop that acquires the data as to complete its one run in 1ms. But the data shows that 5 sequential loops read the same data?

    Read Position.flx can execute much faster than 5 ms but as it reads a register that is updated every 5 ms on the board, it reads the same value multiple times.
    To get around this problem there are two methods:
    Buffered High-Speed-Capturing (HSC)
    With buffered HSC the board stores a position value in it's onboard buffer each time a trigger occurrs on the axis' trigger input. HSC allows a trigger rate of about 2 kHz. That means, you can store a position value every 500 µs. Please refer to the HSC examples. You may have to look into the buffered breakpoint examples to learn how to use a buffer, as there doesn't seem to be a buffered HSC example available. Please note that you need an external trigger-signal (e. g. from a counter of a DAQ board). Please note that the amount of position data that you can acquire in a single shot is limited to about 16.000 values.
    Buffered position measurement with additional plugin-board
    If you don't have a device that allows you to generate a repetitive trigger signal as required in method 1.), you will have to use an additional board, e. g. a PCI-6601. This board provides four counter/timers. You could either use this board to generate the trigger signal or you could use it to do the position capturing itself. A PCI-6601 (or an M-Series board) provides can run a buffered position acquisition with a rate of several hundred kHz and with virtually no limitation to the amount of data to be stored. You could even route the encoder signals from your 7350 to the PCI-6601 by using an internal RTSI cable (no external wiring required).
    I hope this helps,
    Jochen Klier
    National Instruments

  • A problem about calling Labview vi in VB

    Hi all:
    I meeting a problem about data transfer and parallel operation between VB and Labview.
    Actually, I want develop a VB program, in which, the Labview VI can be called and corresponding parameters can be transferred to Labview. and then, I also can operate my system by VB program at same time. something like parallel operation (VB and Labview program).
     But the question is :
    1.   If I use "Call" method of ActiveX in VB,  and the LabVIEW subvi is not stopped (for example, a loop structure), I can not do  parallel operation on VB program. The error message is "other application is busy" which is attached below. The sample codes is also attached.
    2.   I tried to use other methods like "OpenFrontPanel" and "Run", but I am not sure how to transfer the parameter??
    3.  Then I tried to use "SetControlValue" to set the parameters, but there is a error " := expected", which is very strange, because the statement  I wrote is followed with the help documents [ eg: VI.SetControlValue ("string", value)], why it is still need a "=" ??
    Does anybody know something about it? Thanks a lot
    Message Edited by hanwei on 11-07-2008 03:18 PM
    Attachments:
    vb_labview_error_message_1.JPG ‏14 KB
    VB_to_LV.zip ‏10 KB

    I sure hope OP has solved it by now.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • HT201210 hi everyone, i have a problem about my iphone 4S, doesn't work with wifi connection and bluetooth since upgrade to the IOS 7.0.3. Can anyone can help me tosolve this problem?????Thank's regards paulus

    hi everyone, i have a problem about my iphone 4S, doesn't work with wifi connection and bluetooth since upgrade to the IOS 7.0.3. Can anyone can help me tosolve this problem?????Thank's regards paulus

    Try the suggestions here to see if they resolve your problem:
    http://support.apple.com/kb/ts1559
    If these don't work you may have a hardware problem. Visit an Apple store for an evaluation or contact Apple Support.

  • Problem about Handling of Empty Files in File Adapter

    Hello everyone,
    NetWeaver 2004s --- XI
    In Sender i have a File Adapter.
    Now i meet a problem about Handling of Empty Files. When i send empty file, but don't cerate a leer message.
    I have seen following text in help document. But in adapter configuration i can not find the correspond parameter.
    can you give me some tips?
    Thx in advance
    best regards
    Yaning
    SAP Help Document über File Adapter
    +Handling of Empty Files
    Specify how empty files (length 0 bytes) are to be handled.
    &#9675;       Do Not Create Message
    No XI messages are created from empty files.
    The files are processed according to the selected Processing Mode.
    For example, if the processing mode is Delete, empty files are deleted in the source directory.
    &#9675;       Process Empty Files
    XI messages are created with an empty main payload.
    The files are processed according to the selected Processing Mode.
    &#9675;       Skip Empty Files
    No XI messages are created from empty files.
    Empty files are skipped and remain in the source directory.+
    Help Docu

    hi,
    it's available since Sp19 for XI 3.0
    and the corresponding SPS fpr XI 7.0
    http://help.sap.com/saphelp_nw04/helpdata/en/44/f565854b7341e6e10000000a1553f6/frameset.htm
    so probably you need to install the new SP
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Maybe you are looking for

  • ISE Using my device Portal , devices still in pending registration status

    Abstract: I'm on ISE 1.2 patch 8. We want give access wireless to devices mobile using 802.1x with Active Directory. The condition is that he previously the user must register mobile device in "my device portal" -The corporate user connected from the

  • Routes and Route Stages

    Hi I have created a route in config.  However it does not allow me to enter any information in the route stages.  when I click on that the route stages screen comes but it is greyed out. Is there another way of maintaining the route stages? Thanks Vi

  • Get An Error Wen Starting Up iTunes

    When i want to start iTunes i get an error: The file iTunes Library.itl is saved, it is on a locked map or you don't have the rights to write to this file. something like that. Please help me!

  • External Number Range for Invoice

    Hi All, If we  use USEREXIT_NUMBER_RANGE - RV60AFZZ to specify  external number then can we enter alpha-numeric or only numeric value. regards Debasish

  • Eye Tv Hybrid, what speed needed

    Here in sunny South Africa people avoid me in the street if I ask about Tv sticks !! Knowing extremely little, can someone help about the minimum download speed I would need for this Elgato product to be of any use here. I am with Telkom at 384Kbs. O