Not able to pick Opening Balance in Ageing Report

Hi
I have made an query for customer ageing report based on our requirement, but am not able to fetch the OB (Opening Balance) in that.  If i generate Customer ageing report from B1, its showing the OB in the first line, then it showing the open invoices on the corresponding ageing days.
Can anyone help me to fetch the opening balance in ageing report.  Below is the query i have given for ageing.
SELECT     NNM1.Remark AS Branch, OINV.DocNum, OINV.NumAtCard AS VendorRef, OINV.DocType AS Type, OINV.DocStatus AS Status, OINV.DocDate,
                      OINV.DocDueDate, OINV.CardCode, OINV.CardName, OINV.DocTotal, OINV.PaidToDate AS [Paid/Credited],
                      OINV.DocTotal - OINV.PaidToDate AS [Balance Due], (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN - 120 AND
                      0 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS 'Less then Due Date', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN 0 AND
                      30 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '0 - 30', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN 31 AND
                      45 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '30 - 45', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN 46 AND
                      60 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '45 - 60', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN 61 AND
                      90 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '60-90', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate()) BETWEEN 91 AND
                      120 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '90-120', (CASE WHEN DateDiff(dd, OINV.DocDate, getdate())
                      > 120 THEN (OINV.DocTotal - OINV.PaidToDate) END) AS '120 +', OSLP.SlpName, OUBR.Name
FROM         OINV AS OINV INNER JOIN
                      NNM1 AS NNM1 ON OINV.Series = NNM1.Series INNER JOIN
                      OSLP ON OINV.SlpCode = OSLP.SlpCode INNER JOIN
                      OHEM ON OSLP.SlpCode = OHEM.salesPrson INNER JOIN
                      OUBR ON OHEM.branch = OUBR.Code
WHERE     (OINV.DocStatus = 'O') AND (OUBR.Code IN (@Branch)) AND (OSLP.SlpCode IN (@SalesEmployee))
ORDER BY OINV.CardName, OSLP.SlpName
How to add the OB in the above query.

Check note 1023083 and for information about the expected release date of the patch please view note 578944.this problem is related to the new  SAP GUI 7 patch-level 0. There is something wrong with  the GUI function to get information from the local registry (CL_GUI_FRONTEND_SERVICES=>REGISTRY_GET_VALUE).
We had the same issue sometime back and we applied the patch. I have the patch but it will be a huge file to send over internet. See the above notes and you should be able to apply the required patch.
Also check Note
Note 696069 below:
Summary
Symptom
No Data is displayed when View is changed from ALV to Excel Inplace on
ALV Grid. This Happens with Office XP/2003/2007.
Other terms
Excel inplace, Excel, ALV, Office 2003, Office XP, office 2007
Reason and Prerequisites
With newer release of MS Office (XP/2003/2007) Microsoft added new security settings/options for Visual Basic project and Macros. Excel Inplace uses Visual Basic Project and macro functionality of MS Office. If the setting for Macro security is High (which automatically disables macro or if access to Visual Basic Project is suppressed then Excel Inplace doesn't show any Data in Excel.
Solution
Required settings in MS office XP and MS Office 2003:
To use the Excel Inplace functionality make sure the security settings for Macro is set to Medium and the option "Trust access to Visual Basic Project" must be checked on Tools->Macro->Security->Trusted Sources tab.
Required settings in Office 2007:
Please see the video file in attachments of this note.
This is required with MS Office XP, MS Office 2003, MS Office 2007.
Header Data
Release Status: Released for Customer
Released on: 22.12.2006  14:47:01
Priority: Recommendations/additional info
Category: Consulting
Primary Component: BC-FES-OFFI SAP Desktop Office Integration
Secondary Components: BC-FES-XXL XXL List Viewer/Lotus Connections
Reward points if this help
Sanghamitra
Message was edited by:
        Sanghamitra11

Similar Messages

  • PI is not able to pick the file from the FTP folder

    This is the FILE TO IDOC scenario. We have configured the file adapter. But its not able to pick the file from the specified directory. We have tried changing the transfer mode from Binary to Txt & also we have tried to put advance selection for source file but it didn't work. Its throwing the below error:
    PI Adapter Log:
    An error occurred while connecting to the FTP server '10.130.150.21:8529'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 451 Unexpected reply coderequested action aborted: local error in processing'. For details, contact your FTP server vendor.
    Also we have contacted the FTP team & they told that PI is sending an unsupported command. So instead of taking the file TLOG.txt, its treating this file name a s a directory. Please find the logs from FTP end below:
    FTP Log:
    (207197)2/5/2013 14:48:25 PM - sysisappi (63.130.82.16)> 230 Logged on
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> FEAT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 211-Features:
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MDTM
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  REST STREAM
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  SIZE
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MLST type*;size*;modify*;
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MLSD
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  AUTH SSL
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  AUTH TLS
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  PROT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  PBSZ
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  UTF8
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  CLNT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)>  MFMT
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 211 End
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> PBSZ 0
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 200 PBSZ=0
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> PROT P
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 200 Protection level set to P
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> CWD /Qas
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas" is current directory.
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> CWD SAP_ORION
    (207197)2/5/2013 14:48:26 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD Inbound
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION/Inbound" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD IRIIN04
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 250 CWD successful. "/Qas/SAP_ORION/Inbound/IRIIN04" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD TLOG.txt
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 550 CWD failed. "/Qas/SAP_ORION/Inbound/IRIIN04/TLOG.txt": directory not found.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> QUIT
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 221 Goodbye
    It should list  *TLOG.txt*  but instead it is trying to get into a directory named  *TLOG.txt*.  same for other interface.
    So me & my team is struggling for last couple of days to fix this issue.Please share your suggestion

    Hi Sisir
    The screen shot of your config doesn't seem to correspond to the FTP log. I say this because the * is dropped from file name pattern "*TLOG.txt" (comparing your config and the FTP log). Can you share an updated FTP log?
    Sisir Das wrote:
    "/Qas/SAP_ORION/Inbound/IRIIN04" is current directory.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> CWD TLOG.txt
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> 550 CWD failed. "/Qas/SAP_ORION/Inbound/IRIIN04/TLOG.txt": directory not found.
    (207197)2/5/2013 14:48:27 PM - sysisappi (63.130.82.16)> QUIT
    Also, like Rajesh suggested, have you tried to manually check permissions by logging in, traversing the directory, and getting the file?
    By the way, we always use backslash \ instead of forward slash in our configs. Not sure this would make any difference for you though. Also, I don't normally use a trailing \ at the end of the source directory path.

  • Weblogic Classpath setting error not able to pick the properties file

    Hi All,
    We are using a third party jar and create a java Web service on the top of that jar. This jar file need two configuration file .properties and .xml when we deploy war for the application into weblogic server it will give file not found error. Though this file already exists inside the .war but from the application it is not able to pick the files.
    We find that these file need to be put in weblogic domain home and we put it there and application works.
    I decompile the jar and found that inside java class they use FileReader("allXXX.xml") path and when I Google it and found that it will pick the file from weblogic domain directory.
    The issue is that we need to put properties file in specific weblogic folder like /3party/config by setting the class path inside startWebLogic.cmd. Please let us know solution for same
    Thanks in advance
    Edited by: sb**** on Mar 19, 2012 9:08 AM

    Hi , I am also facing the similer issue. I am deploying war file of my Spring MVC application , but its not picking resource bundle .properties files from one of the configuration file.
    <bean id="PropertiesRepository"
              class="LanguageBasedPropertiesRepository">
              <property name="propertiesFiles">
                   <map>
                        <entry key="en" value="classpath:/exceptionMessages.properties" />
                        <entry key="es" value="classpath:/exceptionMessages_es.properties" />
                        <entry key="default" value="classpath:/exceptionMessages.properties" />
                   </map>
              </property>
         </bean>
    Please let me know how we can modify this to make it work.
    thanks .

  • File not able to pick while using FCC at sender channel

    Hi Experts ,
    we design one scenario that we need to process flat file to ECC. So we have used FCC at sender channel.
    while we testing ,  only its showing as successfull logs in channel , but we not able to pick the file.
    could you please check the below details and let me know it i missed any thing.
    PFB file which  need to pick.
    PFA scrren shot of FCC
    26.Jun 2014 #123
    Country|Currency|Amount|Code|Rate
    Australia|dollar|1|AUD|18.989
    Brazil|real|1|BRL|9.119
    Bulgaria|lev|1|BGN|14.037
    Canada|dollar|1|CAD|18.836
    China|renminbi|1|CNY|3.242
    Croatia|kuna|1|HRK|3.623
    Denmark|krone|1|DKK|3.682
    EMU|euro|1|EUR|27.455
    Hongkong|dollar|1|HKD|2.603
    Hungary|forint|100|HUF|8.916
    IMF|SDR|1|XDR|31.154
    India|rupee|100|INR|33.540
    Indonesia|rupiah|1000|IDR|1.668
    Israel|shekel|1|ILS|5.883
    Japan|yen|100|JPY|19.824
    Lithuania|litas|1|LTL|7.952
    Malaysia|ringgit|1|MYR|6.272
    Mexico|peso|1|MXN|1.550
    New Zealand|dollar|1|NZD|17.678
    Norway|krone|1|NOK|3.286
    Philippines|peso|100|PHP|46.019
    Poland|zloty|1|PLN|6.627
    Romania|new leu|1|RON|6.258
    Russia|rouble|100|RUB|59.842
    Singapore|dollar|1|SGD|16.137
    South Africa|rand|1|ZAR|1.894
    South Korea|won|100|KRW|1.986
    Sweden|krona|1|SEK|2.989
    Switzerland|franc|1|CHF|22.569
    Thailand|baht|100|THB|62.119
    Turkey|lira|1|TRY|9.469
    United Kingdom|pound|1|GBP|34.361
    USA|dollar|1|USD|20.179
    FCC details
    channel logs.
    regards
    raju

    Hi Peddaraju,
    Cross check correct source directory and file name is maintained in the sender file communication channel. If everything is fine try to restart the XPI File Adapter service in NWA.
    Troubleshoot as suggested in the below thread:
    File Adapter in PI not reading file from file system.
    Regards,
    Krupa

  • Not able to pick PO text via READ_TEXT when PO is created by copy.

    Hi,
    I am not able to pick PO texts from READ_TEXT function module for PO's which are created via Copy of another PO as entries for that PO texts are not found in STXH table.However after creating PO if I do some modification in any text and save PO again then READ_TEXT is able to pick that text.
    Please help.
    Thanks.

    >
    powerstar wrote:
    > PLease try the sample code as shown below..
    >
    > data: lc_ebeln type ekpo-ebeln,
    > lc_ebelp type ekpo-ebelp,
    > lc_text  type thead-tdname,
    > lc_id type thead-tdid,
    > lc_object type thead-tdobject.
    >
    > data: it_tline type table of tline,
    > wa_tline type tline.
    > *wa_ekpo type ekpo.
    >
    > concatenate wa_ekpo-ebeln wa_ekpo-ebelp into lc_text.
    >
    >
    > lc_id = 'F03'.
    > lc_object = 'EKPO'.
    > call function 'READ_TEXT'
    > exporting
    > client                        = sy-mandt
    > id                            = lc_id
    > language                      = 'E'
    > name                          = lc_text
    > object                        = lc_object
    > * IMPORTING
    > *   HEADER                        =
    > tables
    > lines                         = it_tline
    > exceptions
    > id                            = 1
    > language                      = 2
    > name                          = 3
    > not_found                     = 4
    > object                        = 5
    > reference_check               = 6
    > wrong_access_to_archive       = 7
    > others                        = 8
    > .
    > if sy-subrc <> 0.
    > * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    > *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    > endif.
    >
    > Regards,
    > *******.
    Did you get a chance to see what the OP is asking about?

  • Z-Program not able to pick up Payment Run date & Identification.

    Hi,
    I created a Z-Program for Payment file creation.
    This Z-program able to pick up Payment Run Date & Identification if I run it alone ( back ground and fore ground).
    My issue is, if I run it from F110 with variant, it is not able to pick up the Payment Run date & Identification.
    I used following code to get the Payment Run date. (SAP Version 4.6C)
    *------- SPA/GPA-Parameter
    DATA:    BEGIN OF gpa,
               laufd             LIKE f110v-laufd,
               laufi             LIKE f110v-laufi,
             END OF gpa.
      IF p_laufd IS INITIAL OR p_laufi IS INITIAL.
    Get the parameter values for Run Date & Identification from F100, if
    User not passed the above parameters while running this program
        GET PARAMETER ID '110' FIELD gpa.
        MOVE : gpa-laufd TO p_laufd.
        MOVE : gpa-laufi TO p_laufi.
      ENDIF.
    Your help appreciated.
    Thanks,
    Reddy

    Hello,
    What exactly is your requirement?
    IF p_laufd IS INITIAL OR p_laufi IS INITIAL.
    * Get the parameter values for Run Date & Identification from F100, if
    * User not passed the above parameters while running this program
    GET PARAMETER ID '110' FIELD gpa.
    MOVE : gpa-laufd TO p_laufd.
    MOVE : gpa-laufi TO p_laufi.
    ENDIF.
    Your code will execute if the user doesnot pass Run Date & Run ID. But you CANNOT execute F110 without passing Run Date & Run ID.
    Hope this helps.
    BR,
    Suhas

  • Why is iTunes not able to pick up certain photo folders from iPhoto? Camera and image sizes are similiar to the ones which can be picked up.

    why is itunes not able to pick up certain photo folders from Iphoto. i'm tryin got sync certain iphoto album into my iphone 5 but itunes is only able to read certain photo albums. not sure why because photos were taken using the same camera 1 day apart.
    pls advise.
    Thank you

    i did but its still only picking up some of the photos. For eg, 1 folder had 147 pics but iTunes is only picking up 17. Can't seem to understand why. They were all taken on the same day using the same camera with the same settings.

  • Vendor ref. no. not appearing in print preview of vendor aging report

    Dear all,
    Vendor reference number is not appearing in print preview of vendor ageing report,we have
    customized template AGE3 collection report,we have taken print outs before a month,vendor
    reference number get printed in report,now it is not appearing
    What could be problem ?
    Any one faces this issue ?
    We are using SAP Business One 2005 B (7.40.252)  SP: 00  PL: 41.
    Latest patch upgrade to PL:46 will solve the issue ?
    Jeyakanthan

    hi all,
    Thru a workaround i brought up vendor reference number in print preview/print,
    Applied formatted search in  journal remarks of ap invoice thru query
    SELECT $[OPCH.NumAtCard]
    ,this will populate vendor ref. no in journal remarks
    which can be displayed in details in aging report.
    Is there any solution other than above to bring vendor reference number in print ?
    Jeyakanthan

  • I am not able to see the valeus in the report on multiprovider.

    Hi Gurus,
    I have loaded an infoobject Document currency0DOC_CURRCY into DSO and assigned a constant "USD" to it and I am able to see that value in DSO through the display data.
    Later I moved the DSO into multiprovider by loading the 0DOC_CURRCY in to multiprovider and wrote a query on it.
    But I am not able to see the values for 0DOC_CURRCY in the report.
    Why I am not able to see the valeus in the report which is executing on the multiprovider.
    PLs help me with a solution.

    Hi,
    First step is to checck the data in the ODS.
    Second is, You use Identify Characteristics and Select Key Figures to make InfoObject assignments between MultiProviders and InfoProviders.
    If this is checked you 70 % of the job is Over in your creating multiprovider.
    For more information
    http://help.sap.com/saphelp_sm40/helpdata/en/cf/bc734190ba137de10000000a155106/content.htms
    santosh

  • How to get Opening Balance for Stock Report in Crystal Report?

    Dear Experts,
    I am using SAP B1 8.82.
    I am new to crystal report and now trying to do a monthly stock report with the following format:
    Species  BatchNum   OpeningBal   QtyInKD    QtyInRD    QtyInCD   Adj    ClosingBal
    ABC       T1234          17.43           10.16         17.43        0.00         0.00   10.16
    ClosingBal = OpeningBal + QtyInKD - QtyInRD - QtyInCD + Adj
    Parameters:
    - DateFrom
    - DateTo
    - WarehouseFrom
    - WarehouseTo
    I am having problem in defining formula to get the opening balance for each item. The report is grouped by species, whscode & batchNum.
    Anyone please share with me how to write the formula for opening balance in stock report.
    Thanks.
    Best Regards,
    Leng

    Hi
    Check the below discussion it may helps you
    Opening Stock Batchwise
    With Regards
    Balaji Sampath

  • Not able to process open items using F-53

    Hello All,
    I am trying to process open items using F-53, I  m getting error message as "Entry SAG1 is missing in table T043G". This was working fine for GL accounts, but failing for vendors.
    I checked the tolerance group for same and its fine and also tried checking table se16, but not able to find the root cause of issue. please let me know how can i resolve this.
    Thanks in advance.
    --Sagar

    HI,
    Check following...
    1. Make sure you have created one null (Blank) tolrance group using transaction OBA3 for your company code SAG1...
    2. If you do not want to create null tolerance group then make sure you have mapped the tolerance group created to the customer master and also see the use assignment...
    Regards,
    Chintan Joshi

  • JDeveloper 10.1.3.4: Not able anymore to open BPEL xsl files

    Hi All
    I have downloaded JDev 10.1.3.4 and it is not able to open BPEL transformation files (.xsl) files anymore. I have tried the same file with previous version (10.1.3.3.0.4157) and it works fine.
    Are anyone facing the same issue?
    Regards
    Marcelo

    Hi
    we have got a requirement in AIA where in we have to do some changes in the existing PIP.But none of the xsl files are opening in design view(Jdeveloper 10.1.3.4)..As the deadline for the assignment is very less , we are running short of time.Can anyone please help?
    Thanks!

  • 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

  • Vendor Ref. no. not displayed in print preview in vendor aging report

    Dear SAP team,
    Vendor reference number is not displayed in print preview/print on vendor liabliteis aging report,
    but this vendor reference number actually show in report,We are taking report by journal postings,
    vendor reference entered in NumAtCard in AP invoice get copied to Ref2 in Journal Entry,then
    why it is not showing in print preview/print.
    Whether this is an application error / missing functionality ?
    We are using SAP Business One 2005 B (7.40.252)  SP: 00  PL: 36.
    Whether upgrade to latest patch 2005B PL46 will solve this issue ?
    Jeyakanthan

    Hello Jeyakanthan,
    I would like to draw your attention to the enhancements we delivered within Aging Report in 2007 version and plan for 8.8 release.
    The primary enhancement in 2007 version is reflecting new concept of Internal Reconciliation with more convenient backward reporting.
    Within the 8.8 release ...
    - when you generate the aging report you can group the report by customer or sales employee in the customer receivables aging report, and by vendor or buyer in the vendor liabilities aging report;
    - when the aging report has been generated, you can view multicustomer/multivendor detailed information in the aging report window. There is no need to double-click each customer/vendor row to view the details.
    We would strongly to recommend you to upgrade to 2007 version or join the ramp-up of 8.8 release soon.
    Peter Dominik
    B1 Solution Management

  • Not able to merge dimensions objects on webi report based on SAP query

    Hello
    We are using SAP BI 7.0 , BO XI 3.1 sp1
    I have two queries in webi report. These two queries are based on the same universe. I am not able to merge dimensions from both queries as merge dimensions functionality is greyed. Two dimensions are of the same type (char) and are dimensions (not the details).
    Does anyone know the reason?
    Thanks

    Hi,
    First check your user ID has rights for merge dimension.may be you can try on other universe and see if it is still grayed out then possible rights issue.
    or may be you can check below thread.
    http://www.forumtopics.com/busobj/viewtopic.php?p=784845&sid=73804295827b0854dc3a654cf74fda92
    Thanks,
    Amit

Maybe you are looking for

  • Help needed with deinstallation

    hi,, i need help regarding completely deinstalling oracle 11g on windows 7..i tried the universal installer..it popped up an error msg saying "run command c:user\username\products\ 11.2.0,,,,so i did run it and after series of steps it said "ORACLE D

  • Usb port macbookpro early 2006

    on my MacBook Pro 15"MacBookPro1,1  Intel Core Duo 1.83 GHz, is a 1.0 and a 2.0 usb  port. I want to know ;is the 2.0 one, left or right?

  • Indentifying the R/3-tables for a corresponding T-Code(like me23n, xk03...)

    Hai Im a BW consultant. My client enters the vendor details data in XK03. How can i know that in which R/3-tables vendor details are stored. I knew that LFAI. But if i dont know the R/3-tables. And if i know only the Transaction Code in R/3. Then how

  • Portal Session Timeout Setting

    There is a JServ session and a portal session. I know how to control session timeout and session clean up frequency in JServ - that's in zone.properties. But, I dont know how to set timeout for portal session, i.e., I'd like to have the user be force

  • Why aren't my second level pages showing up in nav bar

    I have been using Muse for a while and use the menu widget. On the curent site I am using the horizontal menu widget, when I added second level pages in plan view they aren't showing in the nav bar in master view. I have only added sublevel pages to