Re: Sorting in Table Control
Hi, Just try like standard way! when 'SORTU'. data: fldname(100),help(100). READ TABLE TBL_CTRL-cols INTO wa_fld_list WITH KEY selected = 'X'. if sy-subrc = 0.read table table_control-cols into col...
View ArticleRe: Updated field in IC Agent Inbox
Hi John We have a business requirement to Add the "Completed Date" to the “Agents INBOX” search and results functions and this is specifically for Work items like email, fax etc. Detailed Description...
View ArticleRe: Incomplete List of Values in Webi Report
Hi, Is this same in both Rich client and Launch pad(info view). - On which Bex object you have created LOV(Prompt). - Did you check at BW/Bex end - RSRT T code and verified the list is coming...
View ArticleRe: Roles suggestion!
Hi Gajesh,Sorry for I was not able to follow up. Gone through that document but not helped me.Do we have any option apart from this method? I mean for a tab since there are 3 hierarchies, there are a...
View ArticleRe: Software Update Installation Issue
Hi Duke, Do you get an error when you try to install? -Abhilash
View ArticleRe: Crystal Reports 2008 download
Hi Craig, Please contact sales at 866-681-3435. -Abhilash
View ArticleAfaria 7 SP03: profile installation error iOS enrollment.
Hi All - We have an Afaria 7.0 server with SP03 & 7SP3AfariaFx06_Server & 7SP3AfariaFx19_EUSSP for EUSSP. The Afaria server host also has the CA, Enrollment Server, PS installed on it. We have...
View ArticleRe: Hiii.....Client dont want to display sub-item in sales order, but will...
Hi, while maintaining condition records in VBN1, you can see the option 'FREE GOODS CATEGORY" Maintain 3 in that field, so sub-items will not be generated in sales order This option will work only for...
View ArticleRe: user status depending on partner function (Solman 7.1)
Hi, you check the authoisation object B_USERSTAT , whether you have any restriction for authorization key in the processor profile? for example refer here UC00043 - SAP Solution Manager - Security and...
View ArticleRe: Webi Display in Open doc
Hi, I hope this is the only way to hide them from display . Along with that, try below option; Hide/Remove Top Toolbar and Left Pane in Webi 4.0 Best Wishes, Vijay
View ArticleRe: Reading Filtered table data in Table UI element
Hi Vinoth, You can read the filtered table data by using method GET_TABLE_DATA( ) of method handler Please write the below code in the event handler of "SELECT_ALL" action DATA lt_data TYPE...
View ArticleP&L Report with different currency
Hi, My company's LC and SC are both SGD, can i print my P&L in a different currency? For example, taiwan dollar at 1 SGD = 24 TWD I need to print my 'cost center' P&L in TWD, any possibility?...
View ArticleRe: Vender Refrence Number Duplication problem in Sap B1?
hi nagarajan this procedure is block for all vender but I want if same vender for same ref no then message display not for other vender
View ArticleRe: SAP HR User-specific Payslip in BEx
Hello May be 2 ways you can do that 1) Maintain 0EMPLOYEE as authorisation relevant infoobject and make this field as input variable in the report. You wll have to maintain 0EMPLOYEE values for all the...
View ArticleRe: Refreshing sand box with production data
Hi Marcin, Thanks for your reply... My question is without new sandbox setup on linux and without migration can we able to do sandbox refreshing with Production system's data... Or this is the only...
View ArticleRe: Transactional Data in NW?
Hi, Transnational data stored in SAP BI in column and row format cube.You can see using RSA1 T-code in BI system, BPC related cubes will display and right click on cube and display data you can see the...
View ArticleRe: automatic valuation with rejection and acceptance
Hi, Have you looked at 'Acceptance number' while defining the Fixed sample size 5 in the sampling procedure ? What have you maintained there? Try with 2 there. This is the maximum number of non-conf...
View ArticleRe: deleting a single cell of an internal table without deleting the entire row
Hi Try like this TYPES : BEGIN OF ty_final, name TYPE string, empid TYPE string, age TYPE string, END OF ty_final.DATA : it_final TYPE STANDARD TABLE OF ty_final,...
View ArticleRe: Inserting a blank column intermittently in Cross Tab
Hi, U can apply break on the Product Segment and add break footer at the end, this will enable u to insert columns as required. ThanksSubasree
View Article