IDOC number is not in the list

Hi,
I am creating an inbound delivery using IDOC. The message type is DESADV and basic type is DELVRY01. After I have populated the control and data tables, I processed them using IDOC_WRITE_AND_START_INBOUND. I have generated the IDOC number after executing the program. The problem is, when I go to WE02, the idoc number is not the list. I am not sure if the IDOC I generated is successful or not. Does it have something to do with the FM that I used. I set a custom process code that will call the FM IDOC_INPUT_DESADV1. Please advise. Thanks in advance.
Lalyn

Hi Arun,
Thanks for the reply. But the IDOC number is not in the list and I can't access it WE19. Do you have any other Function module that I can use to process the IDOC in ABAP? The Function module should be the one to call the FM IDOC_INPUT_DESADV1 to create an inbound delivery. That's what I think causes the error. Thanks.
Lalyn

Similar Messages

  • When i login to my mac, it opens iTunes, Skype and AIM. I've tried deleting these from the login items, but they are not on the list.  Can anyone help?

    When i login to my mac, it opens iTunes, Skype and AIM. I've tried deleting these from the login items, but they are not on the list.  Can anyone help?

    babowa wrote:
    If you do not lock that folder immediately after deleting all the contents, it will simply populate again (Resume - a "feature" in Lion). You do that by doing a Get Info (highlight folder and press Command + I keys), unlock the lock at the bottom, enter your admin password, then check the box to lock the folder. lock the lock and you're done.
    Yes, that is correct. The alternative is to quit all applications prior to logging out. Lion will then have a chance to remove the saved states.
    babowa also wrote:
    And, for the OP:
    It has also been a regular feature of Mac OS to automatically open any window that was open at shutdown. To avoit that behavior, simply close any Finder windows and  properly quit applications by closing their window and using Command + Q (or File >Quit).
    This was true only for the Finder. Prior to Lion, no other apps would launch unless they were included in the Login Items for the account. And the OS would not restore windows for other apps.
    A very small number of apps (TextWrangler is an example) implemented this capability prior to Lion. They could restore previously opened windows. But that is an application feature, and can be controlled by the application's preferences. Lion implements it at the system level, and users have virtually no control on a per application basis.

  • Why is InDesign CS6 not in the list??

    Hello,
    i have bought Indesign CS6 on the adobe.com shop. But the serial number from the mail they send me isn't working.
    When I use the serial number he says: The serial number you entered is valid but there is no qualifying product present on this computer (translated from dutch).
    This is probably because I only can select cs5.5 in the list with products and no cs6. Why cs6 is not in the list? Even after several times  reinstall.
    Help.....

    It sounds like you purchased an upgrade.  You will first want to enter your CS6 serial number.  After which you will then be prompted to enter the serial number for your qualifying product.  At that time you will want to enter the serial number for the software which you are upgrading from.

  • Frm - 41337 - can not populate the list from record group

    Hi
    I have created a form with 4 combo boxes. And i am trying to populate the 4 combo boxes dynamically.
    Here is my table structure.
    BUS_FUNCTION VARCHAR2(500),
    SEQ NUMBER,
    STEP1 VARCHAR2(500),
    STEP2 VARCHAR2(500),
    STEP3 VARCHAR2(500),
    STEP4 VARCHAR2(500),
    KEYSTEP VARCHAR2(4000),
    OBJ_NAME VARCHAR2(500),
    SME VARCHAR2(50)
    In the fist combo box i am retriving bus_function and second seq and third step1.
    i wrote a trigger when_new_form_instance and i am calling a procedure from the trigger.
    here is my procedure code.
    PROCEDURE fp_get_list IS
    l_sql_text VARCHAR2(2000);
    BEGIN
    l_sql_text := 'SELECT bus_function,bus_function FROM TABS_BUS_FUNC';
    lp_populate_list('BUSFUNC.list22','rgcat2',l_sql_text);
    l_sql_text := 'SELECT TO_CHAR(SEQ),TO_CHAR(SEQ) FROM TABS_BUS_FUNC';
    lp_populate_list('BUSFUNC.BUS_FUNC','rgcat',l_sql_text);
    l_sql_text := 'SELECT step1,step1 FROM TABS_BUS_FUNC';
    lp_populate_list('BUSFUNC.list20','rgcat1',l_sql_text);
    END;
    Now the problem is i can able to get the values fro the first two colums. but the third column values are not populating.
    i am getting an error frm - 41337 - can not populate the list from record group.
    PLease help me in this.
    Thanks in advance,
    Raju

    I got answer
    i write a code in when-new-form-instance
    declare
    v_rg_id RECORDGROUP;
    v_return number;
    v_query varchar2(2000);
    outcome number ;
    begin
    v_rg_id := CREATE_GROUP_FROM_QUERY('RG_LIST','select Dname,To_char(Deptno) deptno from dept');
    v_return := POPULATE_GROUP(v_rg_id);
    POPULATE_LIST('emp.deptno', 'RG_LIST');
    end;
    but remember property of list item must be mapping of others value null and initial value null
    if ur problem not solve then tel me email, i ll send u fmb file

  • Elite plus account online says my phone number is not in the system...

    Hello,
    I have been a member for many years, and have pretty much always used the same phone number when accessing the myrewardzone.com and at the store to apply the purchase.  However recently, when accessing the mybestbuy website, there is a notice to enter my phone number for verification to check points.  When doing so, it says that number is not in the system.  I just went a best buy store yesterday and purchased a TV using that number and it went through fine.  
    Is there anyone who can help with this?
    Thank you!
    -John

    Good morning jedimario,
    I hope you are having a good start to your weekend.
    I am the who, and from what I can see, you have quite a bit of unnecessary information on file (phone #s, mailing addresses, and email addresses).  I would strongly suggest that we update your information and get it down to three primary pieces.  Please send me a private message with the below information, by clicking on the blue button in my signature, and I will make sure everything is up-to-date.
    As far as your points, you should receive a 25% bonus for having Elite Plus status.  I looked over your points history and show that you have in-fact been receiving the bonus points.  You may not see those bonus points pending for recent purchases because it is fairly common for bonus points not to appear as pending, but they should post to your account within 20 days of the original purchase date.
    Name
    Phone #
    Mailing address
    Email address
    Thank you for reaching out to us on the forum!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Question about finding whether a reference number is NOT in the database?

    Hello,
    I use the following code to test whether the reference number is in the database
    <ul><li>CURSOR cur_yellow</li></ul>
    <ul><li>IS SELECT</li></ul>
    <ul><li>REFERENCE_NO,</li></ul>
    <ul><li>COMPANY_NAME</li></ul>
    <ul><li>FROM CONSULTANTS;</li></ul>
    <ul><li>rec_yellow cur_yellow%ROWTYPE;</li></ul>
    <ul><li>BEGIN</li></ul>
    <ul><li> OPEN cur_yellow;</li></ul>
    <ul><li> LOOP</li></ul>
    <ul><li> FETCH cur_yellow INTO rec_yellow;</li></ul>
    <ul><li> EXIT WHEN cur_yellow%NOTFOUND;</li></ul>
    <ul><li> IF ref_no = rec_yellow.REFERENCE_NO</li></ul>
    <ul><li> THEN</li></ul>
    HTP.print ('<ul><li><span class="style5">The information concerning the consultant selected has been deleted from the database.</span></li></ul>');
    <ul><li> exp := 1; -- used to make code bullet proof</li></ul>
    <ul><li> END IF;</li></ul>
    <ul><li> END LOOP;</li></ul>
    <ul><li> CLOSE cur_yellow;</li></ul>
    Do you have any ideas for how to write code to test whether the reference number is NOT in the database.
    Thanks
    Doug

    Hallo,
    in general, yes, but I think , it will be better without cursor:
    declare
    v_dummy number;
    BEGIN
    EXECUTE IMMEDIATE 'select 1 from dual where
    exists (select 1 from user_indexes where index_name = : ind_name) USING ''DOUGLASMYINDEX'
    INTO v_1;
    -- something
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    NULL;
    END;
    Is it necessary to perform it in dynamic SQL ?
    declare
    v_dummy number;
    BEGIN
    select 1 into v_1 from dual where
    exists (select 1 from user_indexes where index_name = ''DOUGLASMYINDEX''')
    INTO v_1;
    -- something
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    NULL;
    END;
    Regards
    Dmytro Dekhtyaryuk

  • Cheque printing error Restart number is not in the check file

    Dear Sap friends,
    I need to print the cheque using the standard program FBZ5. Since the client requires to change the description of vendor i am using FCH5 and manually creating the cheque for the payment document number.
    After the cheque no is attached to this document number i go to FBZ5 and am entering  this docuemnt number for printing the cheque.
    Initially i am getting the error
    You cannot print the manually created check AX002 AX002 500000
    Message no. FS675.
    This i have resovled by changing the message from error to warning.
    Later when i press enter i am getting the following error.
    Restart number is not in the check file or is not a From-number
    Message no. FS562
    How to i resolve this.
    Please help.
    Satish

    Exactly,
    If you really need such kind of facility, ask your ABAPER to develop a small report like below
    Selection criteria
    Document number - BELNR
    Conmpany code - BUKRS
    Fiscal year - GJAHR
    Output criteria
    Vendor name
    Amount
    Date
    Form has to develop for Check prinitng
    Thanks

  • Restart number is not in the check file or is not a From-number

    HI!
    I had  posted  payment Document  but i  got below error while  reprint  check from  FBZ5
    Restart number is not in the check file or is not a From-number
    "Message no. FS562"
    on that base, I had  check below  settinng 
    1) I  had check  Cheque no  register . It's  proper in series.
    2)Tcd:FBZP -> Pmt methods in country -> select your country
       and payment method 'C'. If 'Bank details' is checked on, then bank
       details of vendor master is mandatory for that payment.
    Awaiting for reply soon,
    thanking you,
    Rupang shah

    Hi,
    Commonly it will come for below situations:
    1. Client decided to use this check lots for manual payment & this checks already used, so this type of checks system not allowed to take reprint.
    2. You can only reprint checks created with F110, FBZ4, F-58 or FBZ5  (this checks have been printed by the system)
    Check the Payment method wise checks it is already issued / not PAYR - RZAWE
    system not allowed to reprint already exist in PAYR table checks.
    if you already use one check with payment method C now you want to use the same lot for payment method X then system not allow to print.
    Regards,
    Viswa

  • How to set up sms sending on yosemite if my country (Kyrgyzstan) is not in the list of supported countries? thanks

    how to set up sms sending on yosemite if my country (Kyrgyzstan) is not in the list of supported countries? thanks

    hello guys, i live in lebanon too and i was so frustrated by this. however i found the solution. when setting up icloud keychain, before creating a password for the keychain press on advanced options and choose not to create a password. you will ahve to use your account password to activate keychain on other device. this will bypass the sms confirmation

  • Create UDF for table not in the List of tables

    Hi all,
    I know that my question maybe easy or been asked before, but I couldn't find the answer.
    To create a UDF in SAP B1 version 9.0 you should go Tools -> Customization Tools -> User-Defined Fields - Management...
    which is ok and working perfect. but my question is:
    If I want to create UDF for a table not in the list of tables there what should I do? I need to create 2 UDFs for table OMRC [Manufacturers], and can't find it in master data tables.
    anyone had this issue before?
    EDIT  : Is it good to add the field by using sql server? I know it's possible, but will it be visible in SAP
    thank you
    Message was edited by: Samira Haroun

    Hi Samira,
    There is noit a simple link for this, I advise you to study the documentation for TB1300 SBO Development Certification.
    Ypu should also have knowledge of .net, and C# or VB, because you have to make a small program/addon to add the fields
    Kind regards
    Ad Kerremans

  • How can I download aps. I am asked to sign in and use my credit card even for free aps, but my country is not on the list of stores. Please help

    I have a apple account, but when I try to download apps, I need to submit my credit card, and my country is not in the list of countries. I tried using the default of USA, but it is invalid. Please help

    Due to various laws and regulations, you can't purchase/download anything from the U.S. iTunes store unless you are a U.S. resident. Your credit card must have a billing address in the U.S. in order to do so.

  • TS1702 I updated to iOS6 and the Passbook shows as an icon on the phone, but not in the list of applications.  Is this a useless app at this point?  And, the maps - not nearly as nice as Google.  (Sheesh, did I just say that?)

    I updated from iOS 5.1 to iOS 6.  The Passbook App appears as an app, but not in the list that appears to the left.  It won't open, and it won't let me access iTunes Store from this App.  Suggestions?
    The maps are AWFUL.  I cannot believe I am saying this, but I prefer GOOGLE maps. 

    What list? Where is this "left"?

  • Premier pro cc trail not in the list of apps to download on the cloud app

    premier pro cc trail not in the list of apps to download on the cloud app. why?

    Probably because your system isn't meeting the minimum requirements. The app wont list programs that wont run on your system. See this link : http://www.adobe.com/products/premiere/tech-specs.html

  • The following remoteapp program is not in the list of authorized programs.

    Hi,
    Iam in a pickle at the moment.
    My RDS 2012 R2 environment was working successfully previously, arrived from holiday and it is not longer working.
    My setup:
    **RDS01 ( Session Host and Connection Broker Roles )
    **RDS02 ( Web Access, Gateway and Licencing Roles)
    The Problem i am facing is, after successfully login to the RDWeb page, lunching the remoteapp i get the following:
    1st Get Certificate mismatch ( name in the certificate RDS02.mycompany.local is not trusted )
    2nd Hit YES and the following message "Windows cannot start the RemoteApp program. The following RemoteApp program is not in the list of authorized programs: WinWord"
    It happens whether i do connect externally.
    Internally the SSO does not work ( i did check my certificate and it is installed )
    If i run the script Set-RDPublishedName and change it from remote.mycompany.com to RDS01.mycompany.local
    1st Certificate name mismatch ( requrested pc RDS01, name in the certficate remote.mycompany.com )
    2nd Hit Yes and the app works
    It happens whether i do connect internally or externally.
    Any help will be very appreciated.
    cheers
    Elton

    Hi Elton,
    It sounds like the DNS lookup is resolving to the wrong ip address.  When the RD Gateway (RDS02) looks up remote.yourcompany.com to connect to your broker/RDSH it should resolve to the ip address of RDS01, but it appears it is resolving to RDS02 instead.
    I recommend you use Set-RDPublishedName to change the name back to what is was before (remote.yourcompany.com) and verify that your DNS settings are correct.  For example, if you log on to RDS02 and try to ping remote.yourcompany.com it should try to
    ping the internal ip address of RDS01, since that is your connection broker.
    -TP

  • My playlists show how many titles are in the playlist but does not show the list of titles

    my playlists show how many titles are in the playlist but does not show the list of titles. Is there a setting that I hit by mistake to hide the content?

    Perhaps you have made one column extra wide and the window isn't currently showing the Name column. Try resizing columns, turning off those that you don't need, or scrolling sideways.
    tt2

Maybe you are looking for

  • How to Strore A Video or an Audio File in the BLOB

    Hi Friends, My Name is Rahul.I am looking for a solution of how to store a Data of more 64KB using Data Type Long Raw,BLOB,CLOB using JDBC Concepts and without using a Trigger or a stored procedure. If at all some one can help me with a written code

  • Why wont the share to youtube videos work on other ipad or iphones

    many of my projects that i share to youtube are not playable on other ipads or iphones, i thought they used to play fine, but recently none of my movies work on youtube...

  • Centralized exception handling

    http://www.artima.com/intv/handcuffs2.html The above is a text concerning the C# language. It contains some viewpoints concerning exceptions, and I want to lift one concept out of the text: Centralized exception handling I want to implement some kind

  • WIP Accounting document anomaly

    I am doing a process order settlement using KO88.  After execution, system is showing an accounting document with etnries: Change in WIP Dr. & WIP A/c. Cr.  But the entries should be "Change in WIP Cr. & WIP A/c Dr.".  Why the above is happening with

  • Can't see jpeg images with RAW

    Hi All, I'm using a Canon 5d11 with setting for RAW + jpeg combo. When I import to Aperture, all I can se is the RAW CR2 image. I tried a search etc. but no luck. Am I missing something or setting to view both or are they someplace else in separate f