Not able to see write statements in spool

Hi,
    When i'm executing a bdc program using call transaction in background i'm not able to see the write statements in the spool.Please let me know if there is anything which should be done to send the write statements to spool.
thanks in advance,
poornima

Hi poornima
The best way to do is store it in memory once your BDC is done use FMs to do the writing process .
CALL FUNCTION 'LIST_FROM_MEMORY'
    TABLES
      listobject       = l_abap
EXCEPTIONS
  NOT_FOUND        = 1
  OTHERS           = 2
  IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
  CALL FUNCTION 'LIST_TO_ASCI'
EXPORTING
  LIST_INDEX               = -1
  WITH_LINE_BREAK          = ' '
IMPORTING
  LIST_STRING_ASCII        =
   TABLES
     listasci                 = ascitab
     listobject               = l_abap
EXCEPTIONS
  EMPTY_LIST               = 1
  LIST_INDEX_INVALID       = 2
  OTHERS                   = 3
  IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.
Writing Messages
  LOOP AT ascitab FROM 6.
    WRITE: ascitab-line.
  ENDLOOP.
Regards
Hitesh

Similar Messages

  • On RZ04 (I am not able to see my spool work process in the list...)

    Hi Friends,
    I am using ECC6. I have defined 7 (4 dialog, 2 background, 1 spool) work processes on dialog instance.
    Now I am trying to define operation mode using rz04. But when I define the number of dialog and background work porcess according to day time or night time. I am not able to see my spool work process in the list. It looks like:
    OP Mode______________Dia______BP______BPA______Spo______Upd______Up2______Enq______Sum
    B30_AS_Day____________4______3________________________________________________________7
    B30_AS_Night___________3______4________________________________________________________7
    Please ignore the underline ( It is just for formatting the output).
    Please tell me how can I resolve this issue.
    Thanks

    Hi Tiago,
    Yes, I have set the rdisp/wp_no_spo on the instance profile and restarted the instance after update.
    Now, I check the value of rdisp/wp_no_spo in RZ11.
    It shows like:
    Dift value______   0
    ProfileVal______    1
    Current value____   1
    So, Plesae tell me how to resolve this issue.
    Thanks & Regards
    Ajay Saini

  • Not able to see crsytal report preview in Distributed Environment, Gettin e

    Hi All,
    I developed CR report using CR 2008, and integrated it with .Net 2.0, Its working fine in all the environments that we have except one environment. I'm not able to See the preview of Crystal report in that Environment but able to export the report to PDF format.
    Details Of the Error is mentioned bellow:
    My Application is working fine in In-Proc session, here we can see the preview, export to PDf format.
    But when we are trying to See the report in Production Environment u2013 WebFarm (NT Cluster+SQL Cluster) which run in SQLSession. i'm not able to see the preview option. But when i'm exporting the same report to PDF format its working fine. Bellow is the error i got while i try for the preview options. kindly tell me solutions for this.
    Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.]
       CrystalDecisions.ReportAppServer.XmlSerialize.XmlSerializerClass.CreateObjectFromString(String bsXmlData) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Deserialize(SerializationInfo info, StreamingContext context) +165
    [CrystalReportsException: Deserialization failed.  You need to run "rassdk://C:\FIFA\FIFAUI\CrystalReports\GTSRequestedTransportSummaryReport.rpt" on a Report Application Server.]
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Deserialize(SerializationInfo info, StreamingContext context) +309
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper..ctor(SerializationInfo info, StreamingContext context) +51
       CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor(SerializationInfo info, StreamingContext context) +200
    [TargetInvocationException: Exception has been thrown by the target of an invocation.]
       System.RuntimeMethodHandle._SerializationInvoke(Object target, SignatureStruct& declaringTypeSig, SerializationInfo info, StreamingContext context) +0
       System.Reflection.RuntimeConstructorInfo.SerializationInvoke(Object target, SerializationInfo info, StreamingContext context) +108
       System.Runtime.Serialization.ObjectManager.CompleteISerializableObject(Object obj, SerializationInfo info, StreamingContext context) +273
       System.Runtime.Serialization.ObjectManager.FixupSpecialObject(ObjectHolder holder) +49
       System.Runtime.Serialization.ObjectManager.DoFixups() +223
       System.Runtime.Serialization.Formatters.Binary.ObjectReader.Deserialize(HeaderHandler handler, __BinaryParser serParser, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +188
       System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Deserialize(Stream serializationStream, HeaderHandler handler, Boolean fCheck, Boolean isCrossAppDomain, IMethodCallMessage methodCallMessage) +203
       System.Web.Util.AltSerialization.ReadValueFromStream(BinaryReader reader) +788
       System.Web.SessionState.SessionStateItemCollection.ReadValueFromStreamWithAssert() +55
       System.Web.SessionState.SessionStateItemCollection.DeserializeItem(String name, Boolean check) +281
       System.Web.SessionState.SessionStateItemCollection.get_Item(String name) +19
       System.Web.SessionState.HttpSessionStateContainer.get_Item(String name) +13
       System.Web.SessionState.HttpSessionState.get_Item(String name) +13
       FIFAUI.Reports.CrystalReportDisplay.Page_Load(Object sender, EventArgs e) +142
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082

    It looks like you might be attempting to serialize the ReportDocument and store it in Session on a StateServer or SQLServer. The ReportDocument is NOT serializable. You can only put it in Session if the <sessionState> is InProc.

  • Could not able to see my customized BP after Importing

    Hi
    I am using Standard Business Package for SAP CRM4.0 60.2.3; it is stored in PCD -> Migrated Content
    I customized the Business Package and stored the content in my folder and transported the Business Package to Local (on Desktop) and Server (in server: C:\usr\sap\J2E\SYS\global\pcd\Export).
    I did not deleted the Standard BP from PCD/Migrated Content
    After importing the Customized Business Package from local system i could not able to see the Business Package in PCD.
    I could not able to see the Customized BP in PCD….. , Whether that Standard BP should be deleted before Importing
    What is the Default location it stores after importing?
    Plz help me to solve this issue its very urgent.
    Regards

    Hi Sanjay,
    There is no need to delete the Standard BP from PCD/Migrated Content.
    After customizing the business package and storing the content in your own folder, you have to add all objects to new transport package(by right clicking on main folder)then export it and download the epa to your local system.
    After importing the epa in some other portal, BP will sit under same path you have specified while creating business package(PCD).In sense, it will create the same PCD structure when you import epa in some other portal.
    You might have done some mistake while creating transport package and exporting it to your local system. You might not have added all object to new transport package.
    Hope this is of some help. Do write back in case you need further clarification
    Cheers
    Ruchi.

  • Fireworks slideshow: not able to see images thumbnails preview

    Dear all,
    I have successfully created 3 slides show with caption text and everything, out of the blue the slideshow in fireworks does not work the same way.  I create my new album, then select the image and there is no preview on the lower right hand corner, it tells me that the file is not found (please see attached jpg image with a dash circle around it) and I cannot write anything to describe my images because I am not able to see the thumbnail, please help, thanks in advance

    I cannot reprodue this problem in CS5.

  • Not able to see output

    Dear all,
    In the following procedure, i am not able to see output, if i done this by hardcoding values then working fine. while testing i got the error is :"no data found"
    could anyone help me to overcome this problem. iam using 11g.
    create or replace Procedure SP_GET
    p_CompanyCode IN VARCHAR2,
    p_PolicyNo IN VARCHAR2,
    p_resultset OUT TYPES.cursortype
    AS
    AgentNo VARCHAR2(9);
    Clientno VARCHAR2(10);
    Agentname CHAR(60);
    begin
    OPEN p_resultset FOR
    SELECT MWAGTN into AgentNo FROM ext_lsp_CASMWAGT WHERE MWCO = '''|||p_CompanyCode|||''' And
    MWPOLN = '''|||p_PolicyNo|||''' and
    Exists (SELECT MCCSTA FROM ext_LSP_CASCNTRM WHERE MCCO= '''|||p_CompanyCode|||''' And MCCNTR = '''|||p_PolicyNo|||''');
    IF AgentNo IS NOT NULL THEN
    SELECT CRCLTN into Clientno FROM ext_lsp_CMSUSREL
    WHERE CRCO= '''|||p_CompanyCode|||''' And CRALPH = 'AGT' And CRCTL1 = AgentNo;
    END IF;
    SELECT CMNAME into Agentname FROM ext_lsp_CMSCLNTM WHERE CMCLTN = Clientno ;
    dbms_output.put_line(AgentNo||Agentname||Clientno);
    end;

    Your procedure looks completely incorrect. It has lot of unnecessory code in it. Tell us what is your objective. What do you want SP_GET to do.
    OPEN p_resultset FOR
    SELECT MWAGTN into AgentNo FROM ext_lsp_CASMWAGT WHERE MWCO = '''|||p_CompanyCode|||''' And You are opening a cursor and at the same time you are selecting the value into a variable. That is wrong. And you don't have to enclose variables with single quotes in the where clause.
    All the SELECT statement in your procedure can be combined into a single statement like this
    select a.mwagtn as agentno
         , c.crcltn as clientno
         , d.cmname as agentname
      from ext_lsp_casmwagt a
      join ext_lsp_cascntrm b
        on a.mwco   = b.mcco
       and a.mwpoln = b.mccntr
      left
      join ext_lsp_cmsusrel c
        on c.crctl1 = a.mwagtn
       and c.crco   = a.mwco
       and c.cralph = 'AGT'
      join ext_lsp_cmsclntm d
        on d.cmcltn = c.crcltn
    where mwco   = p_companycode
       and mwpoln = p_policyno;

  • Not able to see PCD folder in KM

    Hi All,
    I have deactivated the Hide in Root foler in Repository Managers u2192 Show Advanced Options u2192 PCD Repository.
    Restarted the Server.
    But still I'm not able to see the PCD folder in Content Admin --> KM Content.
    Is there any other configuration I need to do?
    Thanks
    Thruna Shanmgua

    Hi Rafel,
    Thanks for your reply.
    I am able to browse the pcd with the url without any issues.
    But why I am not able to see the pcd folder in Content Admin --> KM Content.
    How do I grant read/write access to the pcd folder?
    I want to see the iviews folder in the Web Browser Content in WPC to drag the iview in the web page.
    Thanks
    Thruna Shanmuga

  • Not able to see the data in the report

    Hi All
          In my cube i am having data.But when i am running the report ,i am not able to see the data.
        The error its throwing is -No Applicable data found.
        what could be the problem,please provide me the idea to solve the problem.
    Thanks&regards
    syam prasad dasari

    HI,
    See that any restrictions are there in the report(Filters)....Give the same restrictions in Listcube and see if you are getting data or not.....
    Thanks

  • Not able to see data in the qualifier table of the main tbl , Data Manager

    Hi,
    I have an issue of not able to see the data of two qualified table after populating them.
    It is in mdm-5.5 ps4.
    When populating data first time ,it shows up in those two table slots in the right side of the Data Manager.
    However subsequently it does not show up in those slots , only by right click on the table and selecting "View/edit", the window pops up where those data shows up.
    However unlike other qualified tables the data does not showup automatically for these two tables.
    Appreciate any suggestion or feedback on this.
    regards,
    -reo

    You may have checked the Filter Check Box next to the Qualified Lookup cell in Data Manager, when the current table is the Main Table.
    You use the Filter Checkbox to limit the qualified table records by the current search selections.
    Secondly, you have see if there are any Qualified Links to the main table record you are viewing.
    If not, create the Qualified links in Data manager, for the main table record and the Qualified Table Record.
    Once this is done, you will see the Display fields of the Qualified table for which the links exists for the given main table record.
    Message was edited by:
            Adhappan Thiagarajan

  • Not able to see data in Pivot table

    Hi,
    I have a issue with pivot table i have a column which displays values 0 and 1 and another column called month when i am placing this month column as a section and values column as a measure i am not seeing any values means i can see the month as header but instead showing 0 or 1 its showing blank columns. previously i created similar kind of table it worked but at that time values column data type is number this time its char. can anybody help me out how i can see the data in the pivot table. i already tried converting this column to number but still i am not able to see data in that values column.
    Thanks

    Hi copter,
    Place the month column in rows and value column in measure section and check if results are coming.If still it doesnt come i suppose you dint apply aggregation rules to value column.In pivot view click values column and aggregate by /select min or max or either server complex and check your results.
    (I suppose your aggregation rules is default)....Correct this one and you can place it in sections as per your requirement.
    Cheers,
    KK

  • Not able to see data in 0FIGL_V30 & 0FIGL_V31

    Hi,
    I've activated / installed standard business content for EpH3 i.e Mutltiprovider 0FIGL_M30 and entire data flow which includes reports and virtual providers 0FIGL_V30 & 0FIGL_V31.
    I'm able to see data in cubes where above virtual providers read data from. here is the link from help.sap.com
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/6b/fdc62d9e0b444cb14b7f424d9f9cb7/frameset.htm
    Issue is i'm not able to see data in Virtual providers 0FIGL_V30 & 0FIGL_V31 and hence in reports.
    Can anyone advice please. thanks
    SD

    Hi All,
    Yes I've checked data in underlying cubes.
    Mulitprovider is fine.
    I've added Master Data for both 0GL_ACCTP  and 0ACCESSTP
    RFC connection is fine.
    No DTP & Transformation since this is Virtual Provider based on Functional Module.
    However when I debug FM for 0FIGL_V30 & 0FIGL_V31 - I see no data and thought there might be master data issue b/w 0GL_ACCOUNT & 0GLACCEXT but MD is fine.
    It just not pulling data.
    Is there some setting I'm missing?
    FM's used for Virtual Providers are
    0FIGL_V30  - RS_BCT_FIGL_SREP_DATA_GET_V30
    0FIGL_V31 - RS_BCT_FIGL_SREP_DATA_GET_V31
    SD

  • Not able to see Data in Xcelsius 2008

    Hi everyone,
    My question is I am not able to see data in Xcelsius spreadsheet although I am able to connect to SAP BW and also able to see and select query but when I select Cross Tab Data in output Values it is not displaying in Xcelsius spreadsheet
    System Info
    Xcelsius 2008 Enterprise Trial Version SP 3.0
    SAP BW 7.1 SP 6 ABAP and JAVA
    Any help would be appreciated

    Hi Rashid,
    When you are using the BW conenction in Xcelsius you will not see any data in the spreadsheet at design time or at preview time.
    To see the data you need to go SAP > Publish, then SAP > Launch to test the dashboard in the NetWeaver Portal as that is the only place where the data can be viewed.
    Regards
    Matt

  • Not able to see hierarchial org structure by clicking on Expand this branch

    Dear experts,
    I am currently using the Online data extraction via sap for Nakisa Integration with SAP Landscape.
    I have completed the configuration of Nakisa with the help of configuration guide and administrator guide - After completing administrator steps the org chart is visible - When i navigate to the org structure i can see the org unit under the org structure root that i configured as an administrator in the general settings section.
    When i click the + sign ie on expand this branch i am not able to see all teh org units under the displayed branch.
    Can you please guide me regarding how one can view the org structure below the selected branch when i click on expand this branch section.
    Manager Personnel Id is not maintained for this org unit - Should the user clicking on the expand this branch be the manager of the org unit to see the org structure.
    Regards
    HKishan

    Dear Luke,
    I am not able to see that navigation icons within an org chart box - The org unit that is displayed on clicking the orgchart does have branches in SAP but i am not able to see these navigation icons that lead me to these branches.
    Is there any specific step that needs to be done to see these branches.
    By the way what is the log file you are refering to is it the "PresentationResources.xml " or is it any other log file.
    Regards
    Hkishan

  • Not able to see the tree on the jspx page after running

    Hi All,
    This is something strange.I am dragging the VO on the page fragment from the data control as adf tree. And I am using the panel collection as component for adf tree.
    After running the jspx when I am moving to the fragment I am not able to see the tree.
    However when I am running the AM it is working properly for the view objects and view link used to populate the tree.
    Can anybody put some thoughts on this.
    Thanx
    Kanika

    Thnx for your replies..
    I am dropping taskflow as region . I am not using the switcher component.
    On left side of the page the tree is visible now. but the taskflow is not refreshing on the click of the tree node based on the value of the node.
    Please advice how to accompolish this now??

  • Not able to see the request in ODS to activate

    Hi all,
    I have a content ODS, i scheduled a infopack and the data came in thru ok. But inorder to upload the data into the cube, i know i need to activate it before. But when i rightclick and go to activate data in the context menu .. there is a popup which shows all the request id's in the ODS. but i'm not able to see my request to activate it ... Is there some flag has to be set inorder to see the requests in the activation list? once its activated, I think all i need to do is "UPDATE ODS DATA TO DATAPROVIDER" as it is a standard content. Is there something else i need to do ..Pls guide.
    Now, I have a new problem, when i'm trying to see the transfer structure, it doesnt open and i get a msg
    Transfer method 'TRFC with PSA' is not supported by the source system
    Diagnosis
    The PSA transfer method is used to transfer data from source system CRM to transfer structure 0xxx_xx_xx_I_BB. Source system CRM does not support a PSA transfer.
    Procedure
    Define the PSA in the source system.
    Its actually a content one i installed and i didnt do any customizations to it... Shouldnt it work out of box? If no!! how can i define PSA in the source system.
    Any help is appreciated.
    Mav.

    Hi Mave,
    Kindly check the following:
    1.) Are you sure that the loading process finished successfully in the ODS? Kindly ensure it did.
    2.) Have you tried providing a longer <b>Date Range</b> in the <i>Request Display</i> (lower right).
    --Jkyle

Maybe you are looking for

  • Hotmail Inbox suddenly looks funny

    Today after I installed Microsoft Office 2004 for Mac, I found out that the font and layout looked funny in my Hotmail Inbox webpage. But other webpages still look normal to me. Could somebody explain why this might happen? I've tried to change the f

  • After deleting an app how do i get it back without repaying for it?

    I bought the $20 dollar audio upgrade for my NHL Gamecenter App so i could listen the games, well the app stopped showing me scores. for days i tried everything to get scores back. exited app, shut down phone...etc... to no avail. so i had to delete

  • Best practice when dealing with long clips

    I have some long clips that I want to use more than once with different in and out points. I know this can't be done so is the best practice to make duplicates of the clips and set different edit points or somehow roughly split the large clip into sm

  • Want to Learn About iCloud

    About iCloud: 1. How much storage is provided? 2. Is a limited amount of storage free, then more must be subscribed to and paid for? 3. Do you store music and photos only, or also videos? 4. What about music and videos previously purchased on iTunes?

  • All website layers will not print

    Designed website in layers. The background is a jpg. The next layer is a white box and then a layer of black text. The background prints and the black text, but the white box does not. How can I get the white box to print so someone can view the text