Disable PO output changes

We are in a Ext Classic scenario using XML as our PO output medium.
Is it possible to disable outputting any PO changes ? Is it done thru config or we have to use a BADI ?
Thanks
-Bakulesh

Hi Bakulesh,
Just check whether this BADI can help you in fulfilling your requirements as it regulates the outbound mapping (XML)
SPRO > IMG > SRM > SRM Server > BADIs > SAP XML interfaces > Change SAP XML outbound mapping.
With this you can regulate which fields to be shown after changing a partcilar document through XML.
Let me know if it works in your case or not.
Rgds,
Teja

Similar Messages

  • Disable the 'OUTPUT' Tab in the SRM PO Web Browser for SRM Employee Role

    Hi All,
    I would like to Disable 'OUTPUT' Tab in SRM PO (Web browser) for different users who are assigned to SRM Employee Role (who has PO Display Authorization) to restrict PO Print Preview only (not to restrict displaying PO field values in SRM Web Browser). I have to have BBP_PD_PO activity as 'Display' to display field values in SRM PO Web Browser - Under SRM Employee Role.
    Let me know the solution for the above requirement.
    Thanks a lot in advance.
    Regards,
    Sudarsan

    Hi all,
    I have the same problem with the PO Output tab.
    I would like to disable the Output tab for any user without modification.
    SCREEN BADI is not working, because with screen BADI you can only influence position fields, here we ve got a TAB /Field on header level.
    CHECK BADI: I did not get the message here. How should I block the user to change the output format only by throwing a message within CHECK_BADI?
    The only way I see is a modification to disable the whole Tab.
    @ Sudarsan:
    You can make a modification within Include LBBP_PO_UI_ITSF0A
    Disable output tab at Header Level
    If g_prg-data eq gc_outprg.
    screen-input = gc_off
    endif.
    --> switch screen-input to gc_off at any time!
    Any other ideas how to disable mail or fax option for users without using a modification?
    Thanks
    Kind regards
    Andreas

  • Disabling WLST output

    Hi I am running WLS in script mode as
    java weblogic.WLST script.py
    Along with output of my print commands I get a lot of output of WLST commands like connecting to server, location change etc. How do I disable these outputs in script mode.
    Thanks.

    Hi,
    there are few thing that wecannot do for now (We can but it would be more complex to change thing) but we can make sure to remove print option with in .py file.
    It will avoid few things.
    But still if you want to remove those status echo which do while doing connecting server crating a services or shutdown server for all those operation I appreciate to raise ticket and check with support further.
    Regards,
    Kal

  • Usb 6009 output changes

    Hi, I'm using a NI USB 6009 device.  I am using the analog output to drive very small currents (less than 1 micro Amp) through a 1 MOhm resistor.  I find that the output often changes significantly when I begin to acquire data, or if the computer is doing something, such as fitting data, or even if I am simply opening other files or programs.  Any advice?
    Thanks!
    Micah

    Hi, thanks for the responses.
    I'm outputing a DC voltage with values typically ranging from 0.1 V to 1 V.  The signal goes through a 1 MOhm resistor in series with a coil for producing very small magnetic fields applied to an atomic magnetometer.   It appears that the output changes by tens of millivolts, as recorded by a yokogawa oscilloscope with input impedance of 1 MOhm.  The coil and scope are both grounded.  I am using only a single input channel on the USB6009, coming from an SRS voltage preamp with output impedance of 50 Ohms
    I can also infer that there are changes in the current when the computer "does something" by looking at the signal in the atomic magnetometer.   
    Perhaps it would help if I shunted the output with some smaller resistor, say 10kOhm?
    I will look at the document you mentioned.
    Thanks again.

  • My Iphone will not let me download apps because it says my apple id is disabled, I have changed my password four times and it still is saying the same thing. What do I do now?

    My Iphone will not let me download apps because it says my apple id is disabled, I have changed my password four times and it still is saying the same thing. What do I do now?

    Contact iTunes to re-enable your account at expresslane.apple.com
    You can reach them by chat or email.

  • Whenever i try to buy a new song or download an app my ipod says that "your apple id has been disabled" i have changed my password several times and it still says the same thing what can i do???

    Whenever i try to buy a new song or download an app my ipod says that "your apple id has been disabled" i have changed my password several times and it still says the same thing. What can i do???

    This may provide the answer:
    Apple ID: "This Apple ID has been disabled for security reasons" alert appears

  • I have the new iOS 7 and am getting texts from another family members phone and they are getting mine how do I disable this without changing accounts

    I have the new iOS 7 and am getting texts from another family members phone and they are getting mine how do I disable this without changing accounts

    Welcome to the Apple Community.
    You could simply set each device to only use a single telephone number (settings > messages > send & receive, but this isn't really an ideal solution since the other person can always change their settings and see your messages and send messages that appear as if they are from you. There is only one real solution and that's to have your own accounts.

  • I have an ipad 2 the game center it know is telling me that game center is currently disabled,you can change this in the settings menu. I do not know were in the settings to look, to fix the settings

    i am getting a message on my ipad2,  i was playing frogger pinball and and the front says  story, challenge, add and store next to store it has a leaf with 3 people icons i clicked on that, and i am getting a message that says i hit game center on the bottom the message reads game center is currently disabled. you can change this in the settings menu I have gone to the settings menu but I am not clear as to were to fix the program.

    i got your response and i went to the restrictions, and I have gone to game center on the bottom it says multiplayer game on adding friends on, i have tried to turn it off and it wont let me, first shoul i try to shut it off and 2nd do you know why it might not be letting me do so it i should be

  • ORA-55714: savepoint savepoint disabled with interleaved changes across..

    We have a PL/SQL program that is called by OAF page and has savepoint logic used in it.
    We are getting the below error when we call the OAF page.
    ***Error***
    ***ORA-01086: savepoint 'START_ATP' never established in this session or is invalid ORA-06512: at "APPS.XXMRPAVAIL", line 1061 ORA-55714: savepoint 'START_CALL_ATP' disabled with interleaved changes across Oracle RAC instances***
    Below is the sample logic which we have written.
    SAVEPOINT start_call_atp ;
    MRP_ATP_PUB.Call_ATP_no_commit
    (l_session_id,
    l_atp_rec,
    x_atp_rec ,
    x_atp_supply_demand ,
    x_atp_period,
    x_atp_details,
    x_return_status,
    x_msg_data,
    x_msg_count
    ROLLBACK TO start_call_atp ;
    Let me know for any additional information. Thanks in advance for your help.

    Please find the complete code below.
    PROCEDURE Call_ATP (p_sequence_id IN NUMBER
    ,p_requested_ship_date IN DATE
    ,p_mfg_source_code_list IN VARCHAR2
    ,p_plan_name IN VARCHAR2
    ,p_requested_quantity IN NUMBER DEFAULT 100000000
    ,p_debug_flag IN VARCHAR2 DEFAULT 'N'
    ,p_week_no IN NUMBER DEFAULT 0
    ,p_prodFamily_clause IN VARCHAR2
    ,p_typetabatp IN typetabatp_g          
    IS
    -- If profile MSC: ATP Debug = Debug and Database Trace, it will only provide the Debug session file
    -- So if tracing is desired, then Remove the -- from the 'ALTER SESSION ...' line below.
    -- ALSO remove -- from 'ALTER SESSION ...' statement at the end of this file that turns trace off.
    -- If you fail to turn off the trace then the resulting trace file cannot be analyzed properly
    -- ALTER SESSION SET EVENTS = '10046 TRACE NAME CONTEXT FOREVER, LEVEL 12' ;
    lv_program_name VARCHAR2(150) := gv_package_name || '.Call_ATP' ;
    lv_message VARCHAR2(4000) ;
    lv_resource_org_id NUMBER;
    lv_resource_org_code VARCHAR(100);
    l_atp_rec MRP_ATP_PUB.ATP_Rec_Typ;
    p_atp_rec MRP_ATP_PUB.ATP_Rec_Typ;
    x_atp_rec MRP_ATP_PUB.ATP_Rec_Typ;
    x_atp_supply_demand MRP_ATP_PUB.ATP_Supply_Demand_Typ;
    x_atp_period MRP_ATP_PUB.ATP_Period_Typ;
    x_atp_details MRP_ATP_PUB.ATP_Details_Typ;
    x_return_status VARCHAR2(2000);
    x_msg_data VARCHAR2(500);
    x_msg_count NUMBER;
    l_session_id NUMBER;
    l_error_message VARCHAR2(250);
    x_error_message VARCHAR2(80);
    v_file_dir VARCHAR2 (80);
    i NUMBER := 0;
    ln_quantity NUMBER := p_requested_quantity;
    ld_request_ship_date DATE := p_requested_ship_date;
    ln_instance_id NUMBER;
    TYPE TypCurRef IS REF CURSOR ;
    CurRef TypCurRef ;
    lv_Cur VARCHAR2(32767) ;
    atp_details_tab TypRecATPDetails;
    atp_details_rec MRP_ATP_PUB.ATP_Rec_Typ;
    lv_rep_item VARCHAR2(40);
    lv_rep_item_id NUMBER;
    lv_user_id NUMBER;
    TYPE TypRecCur IS RECORD
    (inventory_item_id NUMBER
    ,ItemNo VARCHAR2(30)
    ,source_whse_code VARCHAR2(30)
    ,source_organization_id NUMBER
    ,family VARCHAR2(150)
    ,demand_class VARCHAR2(30)
    ,family_order_by NUMBER
    RecCur TypRecCur ;
    ln_plan_id NUMBER ;
    k NUMBER ;
    s NUMBER := 0 ;
    lv_prodFamily_clause VARCHAR2(32767);
    BEGIN
    SAVEPOINT start_ATP ;
    lv_user_id := fnd_profile.value('USER_ID');
    SELECT plan_id
    INTO
    ln_plan_id
    FROM msc_plans@APS_DBLINK
    WHERE compile_designator = p_plan_name ;
    SELECT MAX(instance_id)
    INTO
    ln_instance_id
    FROM apps.mrp_ap_apps_instances_all
    WHERE NVL(a2m_dblink, 'APS_DBLINK') = 'APS_DBLINK';
    MSC_ATP_GLOBAL.Extend_ATP(l_atp_rec, x_return_status, 1);
    FOR x IN p_typetabatp.first .. p_typetabatp.last
    LOOP
    lv_rep_item := NULL;
    lv_rep_item_id := NULL;
    BEGIN
    SELECT rep.rep_item,msib.inventory_item_id
    INTO lv_rep_item, lv_rep_item_id
    FROM xxmrp_ctp_rep_items rep,
    mtl_system_items_b msib,
         org_organization_definitions ood
    WHERE rep.plant_code = p_typetabatp(x).source_whse_code
    AND rep.prod_family = p_typetabatp(x).Family
         AND msib.segment1 = rep.rep_item
         AND msib.organization_id = ood.organization_id
         AND ood.organization_code = rep.plant_code;
    EXCEPTION
    WHEN OTHERS THEN
    lv_rep_item := NULL;
    lv_rep_item_id := NULL;
    END;
    SELECT OE_ORDER_SCH_UTIL.Get_Session_Id
    INTO l_session_id
    FROM dual;
    IF p_debug_flag <> 'N' THEN
    order_sch_wb.mr_debug := 'Y' ;
    order_sch_wb.file_or_terminal := 1 ;
    order_sch_wb.debug_session_id := l_session_id;
    FND_PROFILE.put('MSC_ATP_DEBUG', 'C');
    SELECT xxau_util.getDefaultDirectory
    INTO v_file_dir
    FROM dual ;
    order_sch_wb.file_dir := v_file_dir ;
    END IF;
    i := 1;
    s := s + 1 ;
    l_atp_rec.identifier(i) := -TO_NUMBER(TO_CHAR(p_sequence_id) || TO_CHAR(p_week_no) || TO_CHAR(s)) ;
    l_atp_rec.Inventory_Item_Id(i) := nvl(lv_rep_item_id,p_typetabatp(x).Inventory_Item_Id) ;
    l_atp_rec.vendor_name(i) := p_typetabatp(x).Family ;
    l_atp_rec.Inventory_Item_Name(i) := NVL(lv_rep_item,p_typetabatp(x).ItemNo);
    l_atp_rec.Quantity_Ordered(i) := ln_quantity;
    l_atp_rec.Quantity_UOM(i) := 'Ea';
    l_atp_rec.Requested_Ship_Date(i) := p_requested_ship_date;
    l_atp_rec.Action(i) := 100; --ATP inquiry
    l_atp_rec.Source_Organization_Id(i) := p_typetabatp(x).source_organization_id ;
    l_atp_rec.OE_Flag(i) := 'N';
    l_atp_rec.Insert_Flag(i) := 0;
    l_atp_rec.Customer_Id(i) := null;
    l_atp_rec.Customer_Site_Id(i) := null;
    l_atp_rec.Calling_Module(i) := null;
    l_atp_rec.Row_Id(i) := null;
    l_atp_rec.Source_Organization_Code(i) := null;
    l_atp_rec.Organization_Id(i) := null;
    --l_atp_rec.demand_class(i)              := RecCur.demand_class;
    l_atp_rec.demand_class(i) := p_typetabatp(x).demand_class;
    l_error_message := null;
    SAVEPOINT start_call_atp ;
    MRP_ATP_PUB.Call_ATP_no_commit
    (l_session_id,
    l_atp_rec,
    x_atp_rec ,
    x_atp_supply_demand ,
    x_atp_period,
    x_atp_details,
    x_return_status,
    x_msg_data,
    x_msg_count
    ROLLBACK TO start_call_atp ;
    IF (x_return_status = 'S') THEN
    IF x_atp_rec.Inventory_item_id.count > 0 THEN
    --============ Show capacity even if there is no supply/demand =======================================
    FOR j IN 1..x_atp_rec.Inventory_item_id.count
    LOOP
    lv_resource_org_id := xxmrpavail.get_resource_org_id (x_atp_rec.Source_Organization_Id(j));
    --lv_resource_org_code := xxmrpavail.get_resource_org_id (x_atp_rec.Source_Organization_Id(j));
    IF SQL%ROWCOUNT = 0 THEN
    IF atp_details_rec.Source_Organization_Id.count > 0 THEN
    NULL;
    ELSE
    MSC_ATP_GLOBAL.Extend_ATP(atp_details_rec, x_return_status, 1);
    END IF;
    atp_details_rec.Source_Organization_Id(atp_details_rec.Source_Organization_Id.count) := x_atp_rec.Source_Organization_Id(j) ;
    atp_details_rec.vendor_name(atp_details_rec.vendor_name.count) := x_atp_rec.vendor_name(j) ;
    atp_details_rec.Requested_Date_Quantity(atp_details_rec.Requested_Date_Quantity.count) := x_atp_rec.Requested_Date_Quantity(j) ;
    atp_details_rec.Error_Code(atp_details_rec.Error_Code.count) := x_atp_rec.Error_Code(j) ;
    atp_details_rec.Inventory_Item_Name(atp_details_rec.Inventory_Item_Name.count) := x_atp_rec.Inventory_Item_Name(j) ;
    END IF;
    END LOOP;
    IF atp_details_rec.Inventory_Item_Name.count > 0 THEN
    --custom logic
    END IF;
    END IF;
    ELSE
    RAISE e_ErrATP ;
    END IF; -- after calling api
    l_error_message := '';
    l_session_id := '' ;
    x_return_status := '' ;
    x_msg_data := '' ;
    x_msg_count := '' ;
    END LOOP; -- main loop
    EXCEPTION
    WHEN e_ErrATP THEN
    --IF CurRef%ISOPEN THEN CLOSE CurRef ; END IF;
    IF x_atp_rec.Error_Code.count > 0 AND (x_atp_rec.Error_Code(1) <> 0) THEN
    SELECT meaning
    INTO x_error_message
    FROM mfg_lookups
    WHERE lookup_type = 'MTL_DEMAND_INTERFACE_ERRORS'
    AND lookup_code = x_atp_rec.Error_Code(1);
    lv_message := lv_message || x_error_message ;
    END IF;
    xxau_util.log(lv_program_name, 'SQLERROR', lv_message, xxau_util.c_TraceLevelException) ;
    raise_application_error(c_ErrATP,'ERROR: ' || lv_program_name || ': ' || lv_message) ;
    WHEN OTHERS THEN
    --IF CurRef%ISOPEN THEN CLOSE CurRef ; END IF;
    ROLLBACK TO start_ATP;
    lv_message := lv_message || substr(SQLERRM,1,4000) ;
    xxau_util.log(lv_program_name, 'SQLERROR', lv_message, xxau_util.c_TraceLevelException) ;
    raise_application_error(c_ErrGeneric,'ERROR: ' || lv_program_name || ': ' || lv_message) ;
    END Call_ATP;

  • TS2446 disabled apple id -- changed everything and it STILL DOESN'T WORK

    I need my applie id restored.  I have already tried changing the payment method, my e-mail address, password, etc.  Still no success.  Still getting message that my id was disabled. 

    After changing the password you've also then logged out of the account on your computer/device and logged back in to see if that 'refreshes' the account on it and if it then works on it ?

  • My Apple ID has been disabled due to changing the credit card, how can I enable it again?

    My Apple ID has been disabled due to changing the credit card, how can I enable it again?

    you might be able to re-enable it via this page : http://appleid.apple.com, then 'reset your password'
    You might then need to log out of your account on any iOS devices that you have by tapping on your id in Settings > iTunes & App Store (Settings > Store on iOS 5 and below) and then log back in so as to 'refresh' the account on them
    If that doesn't fix it then contact iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • TS2446 My apple ID was disabled. inspite of changing my password i am not able to down load any app as the message which come is apple ID disable Kindly advise

    My apple ID was disabled. I changed my apple password and tried to log on app store with new password but the message on the screen of my iphone comes APPLE ID disable. Kindly help............

    http://www.apple.com/support/contact/

  • [SOLVED] Disabling Error Output in a Makefile

    To install an application called Yellowcot, typically I have used a Makefile with these lines,
    install -m 755 yellowcot /usr/bin
    rm -r /usr/share/yellowcot > /dev/null 2>&1
    mkdir /usr/share/yellowcot
    cp yellowcot.svg /usr/share/yellowcot/.
    cp yellowcot.desktop /usr/share/applications/.
    The "rm -r" line removes an old installation of the application, if possible. If it's not possible, it's supposed to suppress the error. However, I just tried installing the application on a new Arch setup and got this error,
    [root@nikolai yellowcot-1.1.9]# make install
    install -m 755 yellowcot /usr/bin
    rm -r /usr/share/yellowcot > /dev/null 2>&1
    make: *** [install] Error 1
    When I took out the "rm -r" line, I didn't have a problem. So my question is, how can I disable error output in a Makefile? Piping it to /dev/null isn't working. Does anyone have any ideas? Thanks!
    Last edited by tony5429 (2010-02-27 18:18:54)

    make is probably checking the return codes of the commands rather than seeing if anything goes to stderr. you could probably just do
    if test -d /usr/share/yellowcot; then
    rm -r /usr/share/yellowcot &>/dev/null
    fi
    might not work though, I usually use automake so I don't know what I am doing

  • Disabling requested Output Post Processing.Nothing to process.The output...

    Hi All,
    DB:11.2.0.2.0
    Oracle Apps:12.1.3
    O/S:AIX 6.1 64 bits
    There is one custom concurrent program(other custom programs do not have this error) that completes in error message in all the instances(DEV,TEST,etc) as below:
    _"Disabling requested Output Post Processing. Nothing to process. The output of the request is zero byte"_What could be the cause of the error message and the fix?
    Did anyone face this error before? What is the recommendation please?
    Thanks for your time!
    Regards,

    There is one custom concurrent program(other custom programs do not have this error) that completes in error message in all the instances(DEV,TEST,etc) as below:
    _"Disabling requested Output Post Processing. Nothing to process. The output of the request is zero byte"_What could be the cause of the error message and the fix?
    Did anyone face this error before? What is the recommendation please?This indicates that the report has not been processed by the OPP -- Please make sure you have completed all the steps as per XML Publisher docs.
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/xmlp_ebiz/index.html
    http://docs.oracle.com/cd/B25516_18/current/acrobat/115xdoug.zip
    Thanks,
    Hussein

  • Preview disappeared after disabling some output tracks

    I have generated preview for the entire project. In order to grab some still shots, I disabled some output tracks. After grabbing the still shots, I exited the program.
    When I launch the program again, my preview has disappeared!
    I found that the preview files are still at the same file location in my computer, so they are still "there" but it's not showing in Premier.
    Is there a correct way to get them back without having to regenerate the entire preview?
    I don't want to just do something becasue at the moment, I know the files are still there, it's just how to get them to show in Premier again.
    Thanks for any help.

    Try enabling the output tracks that you disabled and see if it comes back.
    Regards
    Dave.

Maybe you are looking for

  • Error while posting 561 Document

    Dear All             Error while posting document with movement 561. "Account Determination for entry 999 BSA 6000 not possible." Even OBYC setting for that valuation class already assigned. please advice. Regards Kumar.

  • I reinstalled iTunes and now it won't open.

    A window pops up that says: Cannot open "itunes library.itl" it was created by a newer version of iTunes.

  • Camera Raw for Nikon 7100 is not opening with CC 2014

    Camera Raw for Nikon D7100 is not opening with Photoshop CC 2014

  • DVD-R Quality

    What are the best DVD-R for recording movies and slideshows?

  • Any plug-in for multiple clients

    Is there any plugin for multiple client access to a given environment? For example: I have 50 clients to access the data on the server. Should I do a layer of manual socket connection to handle the database reads and insertions? Or is there a way to