Pop up not coming during BDC recording

Hi,
When i try to create asset transfer using ABUMN, while saving a pop window comes up showing the asset number that got generated.
But while i do the recording for the same tcode this particular pop up window does not appear.What happens is because of this i am not able to capture the asset number that got generated after doing the call transaction.MESSTAB returns no value even if the posting was success..How to get that asset number tat got generated..
Regards
Ansari

> i am not able to capture the asset number that got generated >after doing the call transaction.MESSTAB returns no value
are you sure..? did you check the messagetab check all the message variable once again
MSGV1
MSGV2
MSGV3
MSGV4

Similar Messages

  • How to capture F4 help during bdc recording

    Hello All,
    I need one help to solve one of the requrimkents..
    In transaction Co02, user have to add the compoenents manually..but before user adds the components manually, i need to call the transaction co02, then i have do F4 help and fill the data for the user and then user will handle it manually...
    So till F4 help and filling the data in F4 help, i need to do through my program using bdc...when i try to do, F4 help is not captured in my recording..
    So please help me how to capture F4 help during BDC recording.
    Thanks in advance
    Sangeetha

    HI Sangeetha,
    I have one question for you!!!!
    Capturing F4 help  in BDC recording is secondary thing. First, If you want the user to select the value from the F4 help, then in that case user will have to run the BDC program in the foreground mode which is not possible and time consuming if your file is having more records (say >100). Then in that case will you prompt the user every time for selecting the component values, as many records there will be in the file to be uploaded??? I think it is not a way of handling or capturing the component values. I would prefer that pass the component values in the file which has to be uploaded.
    Please let me know if you still have some doubts on the same.
    Thanks
    VJ

  • Withholding Tax Pop Up Not coming

    Hi Guys,
    I have configure WH tax and assigned it to the Vendor Master data.
    However the WH Tax pop up is not coming up.
    Please advise what is missing.
    Thanks,
    Kris..

    Hi,
    I have done the settings but still it does not pop up.
    I am using the FB60 transaction to enter the vendor invoice. Then in the vendor master i have assigned the WH tax type , code and clicked the Liable to button.
    Also in FB60 on the GL line item, I am giving a tax code and Jurisdiction code.
    In FB60 on the Withholding Tax tab, the system is showing the two WH tax types that i entered in the vendor master data.
    However the Tax base is showing as 0 there.
    But when i simulate the document, it shows the With holding tax and then also when i post the document.
    However why is the pop up not coming and also the base why it is showing as 0, i am not understanding.
    Thanks..
    srikanth..

  • When does a error log is creaded during BDC recording

    hi,
    i am working on Reports, i need to know how the BDC recording works, and when the error log log be created

    Hi anitha,
    You have got a message generated from message class "RQ" with message number "XXX".
    Are you getting this error during recording. Which transaction you are using for recording.
    The error messages will be generated when you documented is not proceesed completly via BDC. You can collect the error messages in to an internal table and print at the end of the program as a report.
    If you are using Call Traansaction
    *------ Declaring Internal Table to Store BDC Errors *----
    DATA: BEGIN OF T_MESSTAB OCCURS 0.
            INCLUDE STRUCTURE BDCMSGCOLL.
    DATA: END OF T_MESSTAB.
    CALL TRANSACTION 'TCODE' USING BDC_TAB MODE 'A'
                           MESSAGES INTO T_MESSTAB.
    LOOP AT T_MESSTAB.
            WRITE / TEXT-001.
            WRITE:/10 T_MESSTAB-DYNAME, 30 T_MESSTAB-DYNUMB.
            WRITE:/10 T_MESSTAB-MSGV1.
    ENDLOOP.
    Lanka

  • Sound  not coming through from recorder

    *HELP*
    When I transfer movies through Pyro A/V link from my recorder, the sound is not coming through.
    The video jack and the sound jacks are both plugged in from the same source. Any suggestions!!!

    It could be that your recording is in MPEG-2 format, which seems to be common among hard drive camcorders, and you require the MPEG-2 codec (available from the Apple Store).

  • Problem during BDC recording using wb01

    Hi,
    I have done recording using the T-Code WB01. While running the recording from SM35 it runs fine. But while the recording is being used to create the program to upload data, the execution stops at one field DELIVERY PRIORITY which is not a mandatory field. We can't proceed further even if the we put some value in the field. Please suggest some solution.
    Regards,
    Uttam

    Dear Mr. Bhowmik,
    SAP retail site master data was never batch input enabled. For this reason, during batch input several errors or endless loops could  occur. To avoid this, please read note 1274501 and 1400394 which contains some modification proposals .
    Please keep in mind, that SAP-Retail Site master does not support Batch Input (Rel. >=4.6C) and for this reason we do not support modification proposals.
    SAP recommends the use of CATT/SECATT instead of batch input.  
    With Best Regards,
    Markus Dinger

  • VA02 - Configuration not coming in BDC

    Hi,
    I am created a BDC for accessing Configuration data in Sales Order.
    While running the BDC It is not entering into configuration data even after clicking the button.
    I have searched SCN and found a post, It suggested a SAP Note : 983862.
    How ever we are above the level .
    Please suggest,
    Regards,
    Pavan.

    Hi,
    Recording is correct, the issue is about the configuration button, I found the same issue in SCN, but it is not answered, However you can find the same issue in SAP note 983862.
    Code for your reference.
      CLEAR : WA_BDCDATA, T_BDCDATA.
      PERFORM BDC_DYNPRO      USING 'SAPMV45A'     '0102'.
      PERFORM BDC_FIELD       USING 'BDC_OKCODE'   '/00'.
      PERFORM BDC_FIELD       USING 'VBAK-VBELN'   L_VBELN.
      PERFORM BDC_DYNPRO      USING 'SAPMV45A'     '4001'.
      PERFORM BDC_FIELD       USING 'BDC_OKCODE'   '=MKAL'.
      LOOP AT T_ITM INTO WA_ITM.
        PERFORM BDC_DYNPRO      USING 'SAPMV45A'     '4001'.
        PERFORM BDC_FIELD       USING 'BDC_OKCODE'   '=POCO'.
        PERFORM BDC_DYNPRO      USING 'SAPLCEI0'     '0109'.
        PERFORM BDC_FIELD       USING 'BDC_OKCODE'   '=BACK'.
      ENDLOOP.
      PERFORM BDC_DYNPRO      USING 'SAPMV45A'     '4001'.
      PERFORM BDC_FIELD       USING 'BDC_OKCODE'   '=SICH'.
      PERFORM BDC_TRANSACTION USING 'VA02'.

  • How to record pop up(f4) values in bdc recording

    Hi all,
    My requirement is as follows, while doing recording for f-04 transaction. I have field, if i press f4 on the field on that. a popup will be displayed and i have to provide some values in that. Based on the values entered the system will given other value which i have to populate in the field on which i have pressed f4.
    Thanks in advance

    Hi,
    I dont thing you require a popup for F4 while doing BDC.The reason is you do F4 when you are not sure of the value and select the value from the possible values but in BDC you have already the data that is to be passed to the transaction. So here you are required to validate the value rather then going for popup. validation part you can do by putting a select statement to corresponding master data.
    Hope this helps.

  • Header Text pop up not coming up when creating Quotation with reference when created from CJ20N

    I have done my configuration in VOTXN and it works.
    If I create a quotation with reference with transaction VA21 the pop up comes up and the header texts are copied.
    But if I do the same from transaction CJ20N (it also executes transaction VA21) the pop up windows does not come up and the text is not copied.
    If someone can please tell me why this is happening?
    Regards,
    Carlos

    Hi carlos,
    with reference to existing quotation you are creating new quotation ?
    but Quotation creation from project will done using DP81 ( not by VA21)
    can you explain a bit ?
    thanks
    santosh

  • Excise Duty not coming during sales order creation

    Hi Experts ,
    Sub:Excise is not calculaing on sales oder for a perticular  plant 
    We have configure a new manufacturing plant .in this the system not performing calcualtion on the base amount and no tax duty is coming .but for one plant its coming properly .
    Vk11
    J1id  is maitain properly
    Regards
    Sachin g

    Sorry, no idea what product you are using. Likely a classic SAP product of some sort. If it's Crystal Reports then you are using someones created report so check with that person or try the B1 forum possibly.

  • Taxes Not Coming During J1IIN

    Hi,
       I m trying to create an excise invoice , but BED , Cess all are coming 0.
    Pls Help.

    HI B B ,
    Hope BED AND CESS are determined on billing screen.and not appeared on j1iin.
    IF this is the case go and check the following settings
    IMG- LG- TAX on goods movement-I NDIA- BASIC Settings.-determination of Excise duty- maintain Excise default.
    (Here assigned condition type should match with your pricing procedure condition type for the respective tax determination.) check especially A/R BED and A/R CESS condition type.
    hope this will help you.
    karnesh

  • Reference Invoice Pop Up not appearing During Import MIGO

    Dear Experts ,
    I have got two company codes , single tax procedure ( TAXINN)
    One of the company code(plant that is ) is excise registered & the other is not .
    In case of the excisable firm , certain duties are utilised in excise credit .
    For both the procedure followed is :
    Make PO
    Book MIRO for Customs
    Make GR wrt Customs MIRO Number
    Book final commercial Invoice to the Vendor
    BUT
    In case of the company(plant) that is not registered with excise, the POP UP
    for refernce MIRO document is not appearing at the time og MIGO.While in case of the other company
    (with excise registeration ) it works fine & pops up.
    Pls tell me what could be wrong??
    Regards ,
    Anis

    Dear Anees,
    when there is no excise involved in the 2nd company code, obviously  config settings for excise related would not have been done.Then where is the question of availing credit ?
    How can import work without anty excise related config at the background?
    Hope has helped you.
    thanks
    nandu

  • I_STEP = 3; Error Message Pop up not coming on BEX

    Hi Gurus,
    i am having problem getting the ERROR MESSAGE POP UP on the BEX after validating the DATA user entered in the selection screen.
    Here is my scenario:
    user enter the values in the selction screen and i am validating those values in my varaible exit in I_STEP 3. When the user enters the incorrect values i am calling message class
    MESSAGE E000(ZBW).
    i am mainining the message class in SE91 and its all there.
    This is working fine when execute the query in RSRT and i get the error message in the botton scrool bar. when i am execute this in BEX, its getting dixconneced with the message
    Error Group
    RFC_ERROR_SYSTEM_FAILURE
    Message
    connection closed without message (CM_NO_DATA_RECEIVED).
    Please let me know if there is a solution for this. we are in BW 3.5 support pack 20.
    Thanks
    Krishna
    Edited by: krishna guttapalem on Apr 23, 2008 6:05 PM

    Hi,
    i have this opened this another thread too. search with the string "variable in selection screen" in business intelligence - business explorer. you can find the solution in that thread. i tried to post the link for that thread here but i am not able to do that.
    thanks
    krishna

  • Address Selection Pop-Up not coming!

    Hi Experts,
    I have maintianed two address for a business partner.Ideally when I add this Business Partner to a transaction say-Complaints or Opportunity, I should be getting a address selection pop-up.Does anybody know how to generate this pop-up?
    Is there any SPRO customizing for this?
    Thanks and Regards,
    Rohit
    Just to add some more info:
    In many places i have seen a message(link) on the top saying-Partners have alternative address.When we click on that link, an address selection pop-up is displayed. I am not getting that message to trigger the pop-up.What can be the reason?
    Edited by: rohit raturi on Aug 22, 2008 4:21 PM

    Hi,
    Please check that you have added the addresses as standard address & all the addresses do not have expired validity date range (addresses are valid on today's date).
    Let me know if this helps...!!
    Best Regards,
    Vishant Jain

  • Pop up not coming in transaction CIC0

    Hello Experts,
    i'm facing  a problem in transaction CIC0. after entering this transaction, a pop up should appear asking for selecting a position.
    But this pop-up is not appearing. i checked through transation PPOME also the assignment of user.
    still, issue is not getting resolved.
    can anybody please help me out in this?
    Thanks & Regards
    Ritika

    > i am not able to capture the asset number that got generated >after doing the call transaction.MESSTAB returns no value
    are you sure..? did you check the messagetab check all the message variable once again
    MSGV1
    MSGV2
    MSGV3
    MSGV4

Maybe you are looking for