Help need for XI 3.0 Certification Exam...

Hi All,
I am new this XI 3.0 (Exchange Infrastructure). Before coming to XI I have worked in BC and webMethods integration tools.
I am planning to take up the XI 3.0 Certification. I looked in sdn.sap forum and every one is telling about the SAP training material has to complete as below 5 material.
Courses for certification preparation: TBIT40 (XI foundations), TBIT41 (Mapping Concepts), TBIT42 (Adapters Concepts), TBIT43 (Business Process Management Concepts), TBIT44 (Mapping, Adapters and BPM)
If we can read the TBIT40 and SAP press release book and then I can try to write a exam or have to complete all the five TBIT40, 41, 42, 43, 44 materials.
Already I have TBIT40 material with me. Please let me know other 41, 42, 43, 44 is required or not for the exam.
Please guide me how I have to proceed for my certification.
Thanks in advance for you all help.
Thanks,
Jane F.

refer these links for XI certification
A Beginners Guide to XI Certification Details
/people/community.user/blog/2006/11/03/a-beginners-guide-to-xi-certification-details
https://websmp204.sap-ag.de/~sapidp/011000358700003517532005E
As you are not able to attend the training, I would suggest you that go thru the syllabus of XI certification and try to build command over topics mentioned in syllabus. For this you can take help from www.help.sap.com/www.sdn.sap.com.
Below are syllabus for XI certification:
TBIT40:
https://websmp109.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT40
TBIT41:
https://websmp201.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT41&LANGUAGE=
TBIT42:
https://websmp206.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT42&LANGUAGE=
TBIT43:
http://www50.sap.com/useducation/curriculum/course.asp?cid=60161651
TBIT44:
https://websmp102.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT44
Do you have Marketplace access? If yes, you can go to the following links:
https://service.sap.com/%7Esapidp/011000358700005902252004E
https://service.sap.com/~sapidp/011000358700003595762004E
If no:
Important topics are mentioned with +++
SAP Consultant Certification
Development Consultant SAP NetWeaver ’04 – Exchange Infrastructure & Integration Technology
Software components: SAP XI 3.0
Certification ID (Booking code): C_TBIT44_04
Certification duration: 3 hours
Number of certification questions: 80
Required certificates for participation in this certification test: none
Courses for certification preparation: TBIT40 (XI foundations), TBIT41 (Mapping Concepts), TBIT42 (Adapters Concepts), TBIT43 (Business Process Management Concepts), TBIT44 (Mapping, Adapters and BPM)
Please note that you are not allowed to use any reference materials during the certification test (no access to online documentation or to any SAP system).
The certification test Development Consultant SAP NetWeaver ’04 – Exchange Infrastructure & Integration Technology verifies the knowledge in the area of SAP NetWeaver for the consultant profile Exchange Infrastructure & Integration Technology. This certificate proves that the candidate has a basic understanding within this consultant profile, and can implement this knowledge practically in projects.
The certification test consists of questions from the areas specified below:
Topic Areas
1. Overview
Positioning
Architecture overview
Key functionality
2. Design and Configuration (++)
System Landscape Directory
Integration Repository
Integration Directory
Business Process Management
Adapters
3. Runtime
Integration Engine
Runtime Workbench
Basic server administration
Security
4. Mapping (+++)
Concepts / Overview
Test / Debug Environment
Standard functions
User-defined Functions
Message mapping patterns
Multi-mapping
ABAP, Java, XSLT mapping overview
5. Business Process Management (+++)
Basic concepts
BP Modeling
BP Engine
6. Adapters (+++)
Overview and basic concepts
J2EE Adapter framework
Partner Connectivity Kit basics
Individual Technical Adapters
Advanced Concepts
Amount of questions by topic (as percentage of test):
+ = 1 - 10%
++ = 11 - 20%
+++ = over 20%
Also go through the following links:
SAP XI
/message/908786#908786 [original link is broken]
/people/sap.user72/blog/2005/12/22/new-to-xi
All these are information from the forum itself, so like how others were suggesting i think if you go through the forum you might get even more detailed information on the same as you want.
Check out these threads for more details regarding certification -
XI Certification objectives
/thread/25311 [original link is broken]
term and conditions in XI
Questions are welcome here!!
Also mark helpful answers by rewarding points

Similar Messages

  • Preparation for SAP HCM Associate Certification Exam

    Hi,
    I am preparing for SAP HCM Associate Certification exam, and I have got only five days in my hand.
    I want to know how can I utilize these five days in preparation very effectively, basically on which portion of the syllabus I must give more importance.
    I also want to know at what level the toughness of the questions are asked in certification weather it is direct questions/tricky questions or just basics questions.
    I have tested my skills in www.daypo.net where I found the questions asked on this website for practice was very tough. I have scored only 34% out of 80 questions.
    Currently I have four materials THR10_1, THR10_2, THR12_1 & THR12_2, is that there will be direct questions from this materials.
    I want to pass the certification.
    Can anyone please help me out.
    Regards,
    Kunal Sinha

    Hi Kunal
    I was going through the questions online, some of them are easy ones and some of them require hands-on experience in SAP HCM,
    I am new to SAP HCM and planning to write the SAP HCM exam soon, The online sample questions for SAP HCM are mostly based on the practical knowledge of configuration, is there a book available through which I can practice real case scenarios so that I can have better understanding of SAP HCM to give the exam. Any suggestions and exam related info is appreciated.
    Please reply.
    Thanks so much
    Ruchi

  • Help needed for writing query

    help needed for writing query
    i have the following tables(with data) as mentioned below
    FK*-foregin key (SUBJECTS)
    FK**-foregin key (COMBINATION)
    1)SUBJECTS(table name)     
    SUB_ID(NUMBER) SUB_CODE(VARCHAR2) SUB_NAME (VARCHAR2)
    2           02           Computer Science
    3           03           Physics
    4           04           Chemistry
    5           05           Mathematics
    7           07           Commerce
    8           08           Computer Applications
    9           09           Biology
    2)COMBINATION
    COMB_ID(NUMBER) COMB_NAME(VARCHAR2) SUB_ID1(NUMBER(FK*)) SUB_ID2(NUMBER(FK*)) SUB_ID3(NUMBER(FK*)) SUBJ_ID4(NUMBER(FK*))
    383           S1      9           4           2           3
    384           S2      4           2           5           3
    ---------I actually designed the ABOVE table also like this
    3) a)COMBINATION
    COMB_ID(NUMBER) COMB_NAME(VARCHAR2)
    383           S1
    384           S2
    b)COMBINATION_DET
    COMBDET_ID(NUMBER) COMB_ID(FK**) SUB_ID(FK*)
    1               383          9
    2               383          4
    3               383          2
    4               383          3
    5               384          4
    6               384          2          
    7               384          5
    8               384          3
    Business rule: a combination consists of a maximum of 4 subjects (must contain)
    and the user is less relevant to a COMB_NAME(name of combinations) but user need
    the subjects contained in combinations
    i need the following output
    COMB_ID COMB_NAME SUBJECT1 SUBJECT2      SUBJECT3      SUBJECT4
    383     S1     Biology Chemistry      Computer Science Physics
    384     S2     Chemistry Computer Science Mathematics Physics
    or even this is enough(what i actually needed)
    COMB_ID     subjects
    383           Biology,Chemistry,Computer Science,Physics
    384           Chemistry,Computer Science,Mathematics,Physics
    you can use any of the COMBINATION table(either (2) or (3))
    and i want to know
    1)which design is good in this case
    (i think SUB_ID1,SUB_ID2,SUB_ID3,SUB_ID4 is not a
    good method to link with same table but if 4 subjects only(and must) comes
    detail table is not neccessary )
    now i am achieving the result by program-coding in C# after getting the rows from oracle
    i am using oracle 9i (also ODP.NET)
    i want to know how can i get the result in the stored procedure itsef.
    2)how it could be designed in any other way.
    any help/suggestion is welcome
    thanks for your time --Pradeesh

    Well I forgot the table-alias, here now with:
    SELECT C.COMB_ID
    , C.COMB_NAME
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID1) AS SUBJECT_NAME1
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID2) AS SUBJECT_NAME2
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID3) AS SUBJECT_NAME3
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID4) AS SUBJECT_NAME4
    FROM COMBINATION C;
    As you need exactly 4 subjects, the columns-solution is just fine I would say.

  • Color management help needed for adobe CS5 and Epson printer 1400-Prints coming out too dark with re

    Color management help needed for adobe CS5 and Epson printer 1400-Prints coming out too dark with reddish cast and loss of detail
    System: Windows 7
    Adobe CS5
    Printer: Epson Stylus Photo 1400
    Paper: Inkjet matte presentation paper with slight luster
    Installed latest patch for Adobe CS5
    Epson driver up to date
    After reading solutions online and trying them for my settings for 2 days I am still unable to print what I am seeing on my screen in Adobe CS5. I calibrated my monitor, but am not sure once calibration is saved if I somehow use this setting in Photoshop’s color management.
    The files I am printing are photographs of dogs with lots of detail  I digitally painted with my Wacom tablet in Photoshop CS5 and then printed with Epson Stylus 1400 on inkjet paper 20lb with slight luster.
    My Printed images lose a lot of the detail & come out way to dark with a reddish cast and loss of detail when I used these settings in the printing window:
    Color Handling: Photoshop manages color, Color management -ICM, OFF no color adjustment.
    When I change to these settings in printer window: Color Handling:  Printer manages color.  Color management- Color Controls, 1.8 Gamma and choose Epson Standard it prints lighter, but with reddish cast and very little detail and this is the best setting I have used so far.
    Based on what I have read on line, I think the issue is mainly to do with what controls are set in the Photoshop Color Settings window and the Epson Printer preferences. I have screen images attached of these windows and would appreciate knowing what you recommend I enter for each choice.
    Also I am confused as to what ICM color management system to use with this printer and CS5:
    What is the best ICM to use with PS CS5 & the Epson 1400 printer? Should I use the same ICM for both?
    Do I embed the ICM I choose into the new files I create? 
    Do I view all files in the CS5 workspace in this default ICM?
    Do I set my monitor setting to the same ICM?
    If new file opens in CS5 workspace and it has a different embedded profile than my workspace, do I convert it?
    Do I set my printer, Monitor and PS CS5 color settings to the same ICM?
    Is using the same ICM for all devices what is called a consistent workflow?
    I appreciate any and all advice that can be sent my way on this complicated issue. Thank you in advance for your time and kind help.

    It may be possible to figure out by watching a Dr.Brown video on the subject of color printing. Adobe tv
    I hope this may help...............

  • File missing (file\BCD error code 0Xc0000034 help need for work!

    file missing (file\BCD  error code 0Xc0000034 help need for work!    what can i do?
    have an p 2000 notebook pc

     Hi bobkunkle, welcome to the HP Forums. I understand you cannot boot passed the error you are receiving.
    What is the model or product number of your notebook? What version of Windows is installed?
    Guide to finding your product number
    Which Windows operating system am I running?
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Q3 2011 Discount Coupons for USA and Canada Certification exams

    Hi,
    Are there any discount coupons available for Q3 2011 SAP Certification Exams.
    OR when is the next expected date of availability.
    Pls reply if you know.
    Edited by: BI Apprentice on Jul 31, 2011 5:41 AM

    Even I am waiting for this. Don't know when its going to show up.
    Keeping fingers crossed.

  • Help need for force to signout All session ! how...

    hi
         help need for force to  signout All session !  how ??
    Solved!
    Go to Solution.

    Hi and welcome to the Skype Community,
    To force a signout of all instances your Skype is signed into please change your password: https://support.skype.com/en/faq/FA95/how-do-i-change-my-password
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Need info about c_taw12 abap certification exam

    Hi All,
        I have 3 years of experience in SAP ABPA and i would like to write the ABAP c_taw12 exam. Can any body please let me know what is producer to apply?  What are the exam criteria (mean experience)? Please provide me more detail information about the ABAP certification exam.
    Thanks in advance!
    Regards,
    Kannan

    <b>http://www.sap.com/asia/services/education/centres/index.epx</b>
    You can contact the education center nearest to ur location, they would guide you how to apply.
    They generally ask for 1 year working expereince in the company from which u r applying, but its not mandatory. If u r company sponsred, then no such pre-requisites.
    If u have 3 years exp in ABAP then clearing the certification wont be that tough, just follow the 5 books that SAP provides. The certification tests the conceptual knowledge of the candidate.
    <b>Hope this is helpful.</b>

  • Passing mark for C_BOWI_30/Web Intelligence Certification Exam

    Hi,
    What is the passing mark for the C_BOWI_30/Web Intelligence Certification Exam.
    The information page on the page does not say anything about the minimum score required to pass the test unlike old exams QAWI201V3.0 and QAWI301V3.0 where passing grade were 75 and 80 respectively.
    Also is the passing pass based on percentile (dependent on score of others appearing same day) or its a flat passing percentage?
    Any help is much appreciated.
    Thanks,
    CD

    Hello,
    I am planning to pass the exam next month and would like to know some feedback from any one that passed the exam.
    Has any one already passed this exam?
    I would like to know if the exam was dificult?
    What was the topic that was mostly asked?
    Did they ask questions related to example chart or table formating properties?
    Please help
    Thanks
    Miguel

  • Beta Period Now Closed for Three EBS R12 Certification Exams

    !http://blogs.oracle.com/certification/2009-0204-1122.gif!
    h4. The beta periods closed on April 15, 2009 for the following three E-Business Suite (EBS) R12 certification exams:
    <ul>
    <li>1Z1-215 – Oracle EBS R12: General Ledger and Payables Fundamentals</li>
    <li>1Z1-216 – Oracle EBS R12: General Ledger and Receivables Fundamentals</li>
    <li>1Z1-244 – Oracle EBS R12: Advanced Supply Chain Planning</li>
    </ul>
    <p>Exam 1Z1-215 is one of two exams required to earn the Oracle E-Business Suite R12 Financials Certified Expert Consultant, Payables (OCE) certification.</p>
    <p>Exam 1Z1-216 is one of two exams required to earn the Oracle E-Business Suite R12 Financials Certified Expert Consultant, Receivables (OCE) certification.</p>
    <p>The Oracle E-Business Suite R12 Financials Certified Expert Consultants (OCE) certifications (Payables / Receivables) endorse the high-level of IT practitioner expertise in the successful design and implementation of Oracle R12 E-Business Suite Payables and Receivables and managing the accounts payable/receivables processes respectively.</p>
    <p>Exam 1Z1-244 is one of two exams required to earn the Oracle E-Business Suite R12 Advanced Supply Chain Planning Certified Expert Consultant (OCE) certification. </p>
    <p>The Oracle EBS R12 Advanced Supply Chain Planning Certified Expert Consultant (OCE) certification endorses those who have demonstrated key knowledge and skills including modeling supply chains, generating plans, using the Planner Workbench, filtering and executing action messages, analyzing demand and supply, and running what-if simulations.</p>
    <p><strong>QUICK LINKS:</strong></p>
    <ul><li>Certification Tracks:
    <ul>
    <li>Oracle E-Business Suite R12 Financials Certified Expert Consultant, Payables (OCE)</li>
    <li>Oracle E-Business Suite R12 Financials Certified Expert Consultant, Receivables (OCE)</li>
    <li>Oracle E-Business Suite R12 Advanced Supply Chain Planning Certified Expert Consultant (OCE)</li>
    </ul>
    </li>
    <li>Certification Exams:
    <ul>
    <li>Oracle EBS R12: General Ledger and Payables Fundamentals (1Z1-215)</li>
    <li>Oracle EBS R12: General Ledger and Receivables Fundamentals (1Z1-216)</li>
    <li>Oracle EBS R12: Advanced Supply Chain Planning (1Z1-244)</li>
    </ul>
    </li>
    <li>Further Information:
    <ul>
    <li>Oracle Certification Program Beta Exams
    </li>
    </ul>
    </li>
    </ul>

    Fortunately, I took the two financial beta exams on 13rd and 14th. The number of the questions in the beta exam is too much for a foreigner (I'm a Chinese), because we need some more time to read and undertand the questions. Anyway, I answered the most of the questions at the last second and have the confidence to pass at least one exam:-)

  • Query help needed for querybuilder to use with lcm cli

    Hi,
    I had set up several queries to run with the lcm cli in order to back up personal folders, inboxes, etc. to lcmbiar files to use as backups.  I have seen a few posts that are similar, but I have a specific question/concern.
    I just recently had to reference one of these back ups only to find it was incomplete.  Does the query used by the lcm cli also only pull the first 1000 rows? Is there a way to change this limit somwhere?
    Also, since when importing this lcmbiar file for something 'generic' like 'all personal folders', pulls in WAY too much stuff, is there a better way to limit this? I am open to suggestions, but it would almost be better if I could create individual lcmbiar output files on a per user basis.  This way, when/if I need to restore someone's personal folder contents, for example, I could find them by username and import just that lcmbiar file, as opposed to all 3000 of our users.  I am not quite sure how to accomplish this...
    Currently, with my limited windows scripting knowledge, I have set up a bat script to run each morning, that creates a 'runtime' properties file from a template, such that the lcmbiar file gets named uniquely for that day and its content.  Then I call the lcm_cli using the proper command.  The query within the properties file is currently very straightforward - select * from CI_INFOOBJECTS WHERE SI_ANCESTOR = 18.
    To do what I want to do...
    1) I'd first need a current list of usernames in a text file, that could be read (?) in and parsed to single out each user (remember we are talking about 3000) - not sure the best way to get this.
    2) Then instead of just updating the the lcmbiar file name with a unique name as I do currently, I would also update the query (which would be different altogether):  SELECT * from CI_INFOOBJECTS where SI_OWNER = '<username>' AND SI_ANCESTOR = 18.
    In theory, that would grab everything owned by that user in their personal folder - right? and write it to its own lcmbiar file to a location I specify.
    I just think chunking something like this is more effective and BO has no built in back up capability that already does this.  We are on BO 4.0 SP7 right now, move to 4.1 SP4 over the summer.
    Any thoughts on this would be much appreciated.
    thanks,
    Missy

    Just wanted to pass along that SAP Support pointed me to KBA 1969259 which had some good example queries in it (they were helping me with a concern I had over the lcmbiar file output, not with query design).  I was able to tweak one of the sample queries in this KBA to give me more of what I was after...
    SELECT TOP 10000 static, relationships, SI_PARENT_FOLDER_CUID, SI_OWNER, SI_PATH FROM CI_INFOOBJECTS,CI_APPOBJECTS,CI_SYSTEMOBJECTS WHERE (DESCENDENTS ("si_name='Folder Hierarchy'","si_name='<username>'"))
    This exports inboxes, personal folders, categories, and roles, which is more than I was after, but still necessary to back up.. so in a way, it is actually better because I have one lcmbiar file per user - contains all their 'personal' objects.
    So between narrowing down my set of users to only those who actually have saved things to their personal folder and now having a query that actually returns what I expect it to return, along with the help below for a job to clean up these excessive amounts of promotion jobs I am now creating... I am all set!
    Hopefully this can help someone else too!
    Thanks,
    missy

  • Help needed for using BASIC authentication through JDBCRealm

    Help needed.
    Hello,
    I am doing a degree project, so far it works fine in my local machine, I need to try it on my virtual hosting (as it is a live server).
    My project requires JDBCRealm, that is BASIC authentication loading access data from mysql database. Normally this setup can be done in Server.xml file, because my Tomcat hosting is a virtual one, I only have permission to access the web.xml file.
    My question is: is it possible to get it done in an alternative way? In web.xml? Some properties file maybe?
    Thank you very much.

    You can set this up for your context using META-INF/context.xml instead of working with server.xml.
    Make a directory called META-INF under your webapp ( it'll be at the same level as WEB-INF ). Under this, add a context.xml with all your context specific configuration including the realm. A sample is below
    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/myApp" reloadable="true">
        <Realm
            className="org.apache.catalina.realm.JDBCRealm"            
            driverName="com.microsoft.jdbc.sqlserver.SQLServerDriver"         
            connectionURL="jdbc:microsoft:sqlserver://127.0.0.1:1433;DatabaseName=myDB;SelectMethod=Cursor;"
            connectionName="username" connectionPassword="password"
            digest="MD5" userTable="users" userNameCol="userid" userCredCol="userpassword"
            userRoleTable="user_roles" roleNameCol="rolename"
        />
    </Context>Hope this helps.
    People on the forum help others voluntarily, it's not their job.
    Help them help you.
    Learn how to ask questions first: http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
    ----------------------------------------------------------------

  • Need infos on Oracle DBA certification exam

    Hi all,
    I want to pass an Oracle 1àg DBA certification exam but i don't know what exam should i have to pass. on 2005 i've already passed teh exam IZ0-001 SQL and PLSL for oracle 9i but now i want to pass an OCA or OCP certification. can some recommand me which exam should pass.
    I mean can i directly pass exam for OCP or i have to pass the OCA exam befvore OCP.
    I want to know if OCA is prerequisite exam to pass OCP.
    Is there a documents or any link which explain that process.
    Thanks.

    Firstly, you must pass anyone of the below exams, they are non-proctored exams and you can take them by online. Take an account from http://www.pearsonvue.com/oracle/ and register anyone of the below exams.(Note:Enough only one exam you want)
    1Z0-007Introduction to Oracle9i SQL or
    1Z0-047Oracle Database SQL Expert or
    1Z0-051Oracle Database 11g: SQL Fundamentals I
    And later yo will take "Oracle Database 11g: Administration I 1Z0-052" exam. If you pass this exam you will be an OCA.
    After all you must complete one of the approved instructor-led online or in-class courses. This course is mandatory. After the course is finished you must take
    "Oracle Database 11g: Administration II 1Z0-053" exam.
    And the end you are an OCP, congratulations! :)

  • Help Needed for T42 Start-up Problem

    Urgent help need!!!
    I have a ThinkPad T42 with Windows XP installed.  It works perfectly for a while without ever have any problem or error message.  Then suddenly it won’t work anymore.  The symptom is following:
    After power on the laptop the Microsoft window would show up and it prompt me for window logon password.  After I type in the password it then shows “window is loading your personal setting”.  After a long while nothing would show up on the screen other than the background of the normal screen.  There is no window bar at the bottom or any icon on the screen.  If I start in safe mode then everything would show up.  I don’t know what is going on.
    This happened two months ago and I ended up restoring a backup image to get it work again.  It happens again today with the same symptom.  I am really tired of having to restore image backup every 2 months. 
    I would really appreciate it if any of your experts can offer me some insight into this problem.  I am desperate in need of help.
    Thanks very much!

    wangy26, welcome to the forum,
    Have a look at this thread to see if my post there helps. The problem seems to mostly occur at the start of a month, why I don't know. Unfortunately the member didin't report back whether or not this was a viable solution for them.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Help need for badi method me_process_po_cust~check

    Dear All expert
    Pl see following thread
    I am stuck
    Help needed
    http://scn.sap.com/thread/3610303

    See the issue here is HOLD feature in PO should not be there if it meets the error condition.
    For this you can refer another BADI for this purpose ME_HOLD_PO.
    Refer one of my previous threads below , it might be helpful :
    Held Purchase order need not be created.
    Reiterating a thread related to same topic is not a good practice.

Maybe you are looking for