Output is not coming for a specific billing documnet no

Hi,
  I am not able to get the out put of a smartform for a specific billing document number.For othe documents output is coming.
For that specific billing document no ,the field are showing '#' mostly.Evenif i am not giving any conditions then also its showing
#.Its not showing the output for the page no even.
Can u please suggest something..
Thanks.

Try to debug the smartform.
Put a break point in the smartform and then try to execute. check for the value. Check it out.

Similar Messages

  • ALV output is not Coming

    Hi Friend ,
    I ve a problem with the ALV output. Actually i am getting all the value in the internal table and then i am binding the table with the node . But i wonder why the output is not coming in the ALV table only the blank table is coming .
    Regards,
    Satya

    Hi
    first u instantiate the alv component with the use of wizard.
    then u call the method "GET_MODEL".
    Then u call the method "SET_DATA" and set the alv table with the node in which u have ur data.
    check this code.....
      DATA lo_cmp_usage                 TYPE REF TO if_wd_component_usage.
      DATA lo_interfacecontroller       TYPE REF TO iwci_salv_wd_table .
    *declaration of alv usage
    *declare config model
      DATA lo_config_model_value        TYPE REF TO cl_salv_wd_config_table.
      lo_cmp_usage =   wd_this->wd_cpuse_alv_requi_list( ).
      IF lo_cmp_usage->has_active_component( ) IS INITIAL.
        lo_cmp_usage->create_component( ).
      ENDIF.
      lo_interfacecontroller =   wd_this->wd_cpifc_alv_requi_list( ).
      lo_config_model_value = lo_interfacecontroller->get_model( ).
    lo_interfacecontroller->set_data(
          r_node_data =      lo_nd_req_list
    here lo_nd_req_list is the name of my node.
    Regards
    chythanya

  • Is update not approved for a specific group via powershell.

    My apologies in advance for asking a similar question to the one I asked two months ago,
    is update approved for specific group via powershell? I thought I had this covered, but as I've found time to continue to work on this project I see that it does not.
    I have a script that iterates through updates and if the release date is older than 30 days and they have not already been “Approved for Install” or “Approved for Removal” for a specific group it approves them. I am currently faced with the dilemma that
    when an update is set to “Not Approved” for the specific group I’m working on it does not come across in my group’s approvals and there for I cannot detect its current state to know if I should approve it. In other words, I don’t want to approve an update
    that I set to not approved for a specific group.
    I am currently achieving all this so far by connecting to my WSUS server and getting any and all updates via $all = $wsus.GetUpdates(). I Then get my group’s approved updates via $groupApproved = $wsus.GetUpdateApprovals($GroupScope) where ApprovedStates
    = "Any" and ApprovedComputerTargetGroups.Add($current_wsus_group). While iterating through $all I grab updates that are older than 30 days and check to see if the updateID exists in my $groupApproved. If it does not, I approve the update. Like I
    said before, an explicitly unapproved update for my group does not show up in my $groupApproved. I understand it’s because of my GetUpdateApprovals($GroupScope) being just that and only getting approved for install or uninstall, but even when I try to simply
    GetUpdates($GroupScope) I am still not returned explicitly unapproved updates. Below is a screen shot of what I mean by explicitly setting an update to unapproved for a group. I’ve read up on
    ApprovedStates and possible enumerated values and it does include "NotApproved" defined as "Includes updates that have not been approved or declined.".
    Hope all that makes sense, thanks for the help.

    So, I've decided to go about this a different way. Rather than getting all updates and comparing them to approvals via a scope of updates for my specific group (which includes all actions but Not Approved), I am going to look at specific approvals for each
    update and see if there is a match for my group. A simplfied version of this is below. 
    $AnyAllUpdates = $wsus.GetUpdates()
    foreach ($udpate in $AnyAllUpdates)
    if ($update IsNOTDeclined IsNOTSuperseded LegacyNameNOTIA64 CreationDateLTDATE yada yada yada)
    # get the approvals for this udpate as they relate to my group
    $uApprovals = $update.GetUpdateApprovals() | ?{$_.ComputerTargetGroupId -eq $wsus_group.Id}
    if ($uApprovals)
    if ($uApprovals.action -eq "Install")
    # do nothing, the udpate was approved for install
    elseif ($uApprovals.action -eq "Uninstall")
    # do nothing, the update was approved for uninstall
    elseif ($uApprovals.action -eq "NotApproved")
    # do nothing, the udpate was not approved for install
    else
    # since there was no specific action then it must be an inherited not approved from teh parent group
    # approve the update!

  • Output message not coming automatically for PO

    hi
    i cerated new output message sending PO to vendor by e-mail. I maintained condition records in MN04. Condition table, access sequence all are maintained. I included new output type into the control data of the existing schema RMBEF1 and the schema is assigned to PO also. Also maintain entry in following string   SPRO- Material Management-Purchasing-Messages-Output control-Message Types-Define Message type for PO---Fine-Tuned Control: Purchase Order
    Still the output message is not coming automatically while creating PO  every time i add output type namually.  please guide
    regards

    Hope you have maintained condition for combination. preferrably -
    1) Purch Doc type > PORG > Vendor
    2) Please make sure that, you have maintained the fileds which are relavant for output.(if you are making any changes in existing PO and you need output)
    Hope this will help you

  • Output type not created for outbound delivery while using SHMNT05 idoc type

    Hi Experts,
    Please help me to solve the below issue.
    Problem:- I want to to generate an IDOC(using type SHPMNT06) once the PGI is done for an outbound delivery.
    Already it is working fine when used DESADV.DESADV01 or DESADV.DELVRY07. But now the output type is not getting created when used SHMNT.SHPMNT06. I have created a separate output type ZPJ7 just as a mirror copy of the earlier output type(ZPJ6) used for DESADV.DELVRY07.
    Question:- Is it possible to use idoc SHPMNT06 instead for DESADV01 or DELVRY07? If yes then what are steps to be followed?
    The reason why SHPMNT06 idoc is planned:- We have a scenario to send outbound delivery to 3rd party system via XI. If the outbound delivery is for National(Not for Export) and PGI is completed then send the idoc straight forward to XI otherwise DO NOT generate the idoc, but just create the delivery. Collect all the deliveries in a transport and send it in a shipment. The shipment details can be sent using SHPMNT idoc. Now from XI perspective, if we can utlitze the same SHPMNT idoc for the National delivery(1st case) then perhaps this will require less effort. Hence shipment idoc is required to be generated when the delivery is created and PGI is done.
    Also it would be great if you can advice some better way to solve above mentioned scenario.
    Many Thanks,
    Sanjay

    There could be several reasons. Go to the document and in the extras-output check output determination analysis in the processing log.
    If the output has been created successfully then you need to see your printer determination. Ask basis to check it up. If the problem is that even the print preview is not coming. Check your communication in the output analysis and ensure LOCL is selected. Any other printer will need to be configured.
    If thats done already then check whether you have maintianed the condition record.
    If that too is done then check whether your output type has been assigned to the output procedure and that the output type is listed in the procedure.
    regds
    Jude

  • Default output device not coming

    I made one PDF form and attached it in List LG01 in CB85 to print process order through COR2 output device is mentioned as LP01 in list Lg01, but while printing, output device is coming as which is mentioned in user profile.
    I want that output device which i mentioned in configuration should come as default during printing through COR2....Pl. help
    Edited by: lisa harley on Feb 26, 2010 11:09 AM

    Hello,
    Please check the below settings at "Printer Specification" for CB85,
    If output device = 1  ,then it will select the output device for user profile
    if output device  = 2 , Output device from configuration, ie CB85
    Regards
    Pradeep

  • POP UP is not coming for Partner selection in WEB UI (Service Request)

    Hi,
    I am working on Service Request right now. I have entered the customer number which has multiple bill to party's. But, on entering the customer number, the system is not displaying popup for Bill To Party. It is filling the first partner as default.
    I have checked the partner determination which is used for sales order as well. However, for sales order the popup is coming.
    I am not able to understand why the same config is working for sales order, and not working for Service Request.
    Could you please help, where I need to check, and how I need to resolve this.
    Thanks,
    Sandeep

    Hi,
    in the partner determination procedure check for bill-to-party if the field "Select. limit" is set to 0.
      Defines how many partners must be found, for this partner function, for
      a selection list to be displayed in the transaction during partner
      determination
    If this is set you should create an OSS message.
    Kind regards
    Manfred

  • ESI not coming for some employees

    Hi,
    For some Employees ESIC is not Deducting, though i have maintained Infotype 0588, but for some employees its coming...and in RT table Employer ESIC Contribution is coming, but in payslip Employees ESIC is not coming...please help me in this issue...
    Thanks & Regards
    Ragini NIkam
    SAP-HR Consultant

    Hi,
    Please confirm the followings:
    a) Are you able to see /3E1 & /3E1 for those cases in RT?
    Ans: In RT Table only i am able to see /3er and not /3e1
    b) Value of /112
    Ans: /112 is coming Rs. 7988.50 thats my gross amount
    c) Validity of IT0588 (ESI)Please confirm the followings:
    Ans: Validity is 01.04.2011 to 31.12.9999,
    But sir how its coming for some employees and and for some its not.
    Thanks & Regards
    RAGINI Nikam
    SAP-HR Consultant

  • /ZF5 and TDS Exemption is not coming for custom PF contribution

    Hi Friends,
    Need help regarding the custom PF deduction, requirement is
    IF GROSS - HRA < 6500 then *12%
    IF GROSS - HRA > 6500 then Only BASIC * 12%
    for this i written pcr and places in the schema also and in payslip PF amount's are coming correctly.
    Now my problem is PF Tax exemption i.e., Agg. of Chapter VI is not taking and if retro (any arrears) CF PF is not coming.
    can any one please tell how to get the Carry forward PF while in retro and PF exemption for TDS.
    please tell PCR and in which Schema i has to add.
    My Problem is CF PF is not coming and Exemption u/s 10 also not coming
    Screen shots for what i have done:
    PCR:
    SCHEMA:
    INN1 - Gross to Net Calculation
    INAL - Monthly factoring and storage (cumul.of gross amount)
    Thanks and Best Regards,
    Praneeth kumar

    Hi Friends,
    My requirement is for only one PSA - TANA, PF Basis amount has to check the wage types Basic (2100) and Additional Allowances (3800).
    logic is if Basic + Addl. Allowance is less than 6500, the 12% on Basic + Addl. Allownace
    if Basic + Addl. Allowance is greater than 6500, the 12% on Basic wage type only.
    I changed my PCR and while running the payroll, it is calculating the PF 12% and again 12% and storing in the wage types /3f1,/3f3......
    problem is, pcr is checking the /111 EPF Basis and according to logic it is multiplying 12% on that amount. but i want the result like check the EPF Basis and do according to logic and store the values.
    system behaving :
    Basic - 7727
    Allow - 1289
    total = 9016
    calculation: 7727*12% = 928
    system is calculating = 928*12% = 111
    PCR:
    Payslip:
    Best Regards,
    Praneeth kumar

  • Problem in report of cats_da data is not coming for one absence type.

    Dear experts,
    For one absence type the data is not coming in the report cats_da. When I check the other absence type the report is showing the data. I dont know where is the problem. Customer is entering data throught PA30  transaction. Kindly help me where is the problem in customization.

    No answers so closed.

  • Schedule lines are not coming for HALB after MRP run

    Dear All,
    I am not getting schedule line after mrp run, inspite of all required setting only purchase requisitions are coming.
    Material type is HALB and involve a subcontracting process (30). For raw material I am getting the schedule line but in the case of HALB, it is not coming.
    Pls let me know if I am missing something and guide me further on this.
    Thanks & Regards
    Kundan Kumar

    Hi,
    In transaction OMDT you have to enable the indicator create schedule lines
    In MD02 MRP control Prameter here select the Delivery schedules -3- Schedule line. Processing Key as NETCH and Planning Mode - 3 delted and recreated.
    Maintain source list ME01, in that put MRP indicator as '2' i.e. schedule lines via MRP.Put your agreement no in that.
    If u run MRP properly u will get schedule lines automatically in ME38.
    Make the schedule agreement, make it source relevent in the source list make is FIX and MRP indicator as 3.

  • Output message not generated for Purchase order

    We maintain MN04 message condition record for  2 key combination for output type NEU:
    1. Purchasing Output determination : Document type  -> NB, medium 1 print out
    2. Purchasing Output determination : Document type/Pur Org/Vendor -> NB, 1000, vendor 20001, medium 5 External email
    When I create PO for other vendor (not 20001), the system is nicely generating the output of the PO for printout.
    Next we have maintain a condition record in MN04 for a particular vendor 20001, Doc type and Porg with setting 5, 4, EN so that we can send the PO via email to the vendor 20001, the system is not generating a message output of the purchase order when i check it before saving.
    Please help me with this situation. we need setup the email PO functionality.

    I created another message type ZNEU copy from NEU, include it in the message schema, created condition record with MN04/MN05 for both NEU for printout  and ZNEU for medium 5 email. done all steps mentioned in the links.
    When create a PO still only 1 message record NEU is defualted for printout only.
    The message record for email ZNEU is not defaulted in PO?? Anything elase need to be done.

  • Credit check and Credit hold not working for 2 specific clients

    Hello dear Oracle Support,
    I would like to ask for your help in the following subject:
    The Credit deppartment assign a Credit Hold and a Credit Check for 2 specific customers, but for some reason, these check boxes are not getting respected by the system, since the sales department are not getting any message or warning when creating an order. I tryed to look at these 2 check boxes at a table but I am affraid that I cant find the field, I am using the RA_CUSTOMERS table, but perhaps it is not the correct one, so I was wondering if you could give me any advice.
    Thanks

    Hi
    1. IMG -- SD -- Basic funtions -- credit management/risk mgmt -- credit mgmt -- Define credit groups.
    Here confirm that you have
    01 - credit group sales order
    02 - credit group delivery
    03 - credit group for GI
    2.  IMG -- SD -- Basic funtions -- credit management/risk mgmt -- credit mgmt -- Assign sales document type and delivery document type
    Here you have to assign
    01 - to the sales order(Ex OR) types
    02 - to delivery document type (Ex LF) <b>Dlv credit group</b>
    03 - to delivery document type (Ex LF) <b>GI credit group</b>
    <u><b>For delivery document type we have to assign to credit group one for Delivry another for PGI</b></u>
    3. IMG -- SD -- Basic funtions -- credit management/risk mgmt -- credit mgmt -- Define automatic credit control (OVA8)
    Maintain new combination for Your credit control area/risk categry of the customer/03 (GI credt group)
    Example : 1000/001/03
    maintain static/Dynamic credit check for this combination.
    Note : give warning at order level (credit grp 01) and delivery level (credit grp 02)... and give error at PGI level (credit grp 03).....
    So that you can see difference easyly
    4. FD32 - Maintain credit limit and Risk category(001) for your customer
    5. order - delivery - PGI
    Try this
    Hope your problem will be solved
    Let me know if you have any problem
    Reward points if helpfull
    Muthupandiyan

  • Prperty editor not coming for roles in dev server

    Hi all,
    Actually in my development server ,when iam clicking on any of the roles the property editor on the right panel is not coming ,whereas for iviews this problem is not there ,please help me with this isssue and guide me with the necessary  steps which need to be done.

    HI Prem,
    THnks for ur help but its like i  have checked the "Activate Accessibility Feature" its unchecked and moreover whenever I try opening portal objects it gives portal runtime error.
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.pcmEditor
    Component Name : com.sap.portal.appdesigner.framework.defaultPcmEditor
    getDeltalinkState() returns as value IPcmDeltaLinkState.DlState.PLAIN_CONTEXT or IPcmDeltaLinkState.DlState.ADDED_CONTEXT.
    Exception id: 03:09_07/03/08_0018_2747750
    See the details for the exception ID in the log file.
    after that i checked in the log files:
    Caused by: java.lang.IllegalStateException: getDeltalinkState() returns as value IPcmDeltaLinkState.DlState.PLAIN_CONTEXT or IPcmDeltaLinkState.DlState.ADDED_CONTEXT
    Thanks& Regards
    Pooja
    Edited by: Pooja Gehani on Mar 7, 2008 1:03 PM

  • Order as Direct material check is not coming for shoppingcart with material

    Hi,
    We are using portal indpendent navigation screen (NWBC) SRM 7.0 extended classic scenario. Order as direct material check box is not coming in item data of shopping cart for shopping against the material. I checked every thing but not able to get the check box for order as direct material.
    Please advise what to do.
    (N. Kiran Kumar)

    Hi,
    Please check that the component configuration has not hidden the field, it is under the following configuration:
    General Information About the Application and Component
    Application: /SAPSRM/WDA_L_FPM_GAF
    Web Dynpro Component: /SAPSRM/WDC_DODC_SC_I_BD
    Window Information: IV_L_FPC_CA_DETAILS
    View Information: V_DODC_SC_I_BD
    Configuration ID: /SAPSRM/WDCC_FPM_DODC_SC_I_BD_WI
    Component Element you are looking for is ORDER_DIRECT_MAT_LABEL
    Also check if someone has hidden the field using WD customizing onscreen, right click over the screen and choose 'User Settings', here check if any fields are hidden.
    Regards,
    Jason

Maybe you are looking for

  • New macbook pro to video

    I need to know if the Apple mini- DVI to video adapter works for the macbook pro late 2008-2009 or what kind of adapter do i need to connect by composite video and s-video??? Please help me!

  • How to create my own Key for Rijndael (JCE Criptix)?

    I am developing a communication protocol and the key for encryption and decryption should be the user's password. This method generates a new RANDOM key: kg = KeyGenerator.getInstance("Rijndael"); kg.init(256); k = kg.generateKey(); The problem is th

  • Vendor payment through FBCJ

    Hi Experts, Can anybody tell me,why the list of open items are not displaying while making a vendor or customer payment through FBCJ ? Where as, the list is coming up in f-53 and f-28. Any particular reason behind this ? Please guide, If we can make

  • Default Parameters in Crystal Report

    Hi all visitors I have created one crystal report and now i want to set the parameters to my report by using parameters in Crystal Report(  the parameters not from sql).My parameters are datetime datatype. in my report, i create one formula( get date

  • How to setup project property in 9iJdeveloper?

    i don't know how to setup the project property, although i have experience with jdev3.1. i want to run a helloworld.jsp. the project name is myProject. the files i have helloworld.jsp helloworldBean.java helloworldProvider.java the data "hello world"