Re: ALV EDITABLE IN WEBDYNPRO ABAP
Hello All, I also faced similar problem, Most of the posts replies goes out of topic. Just to keep it simple, I would like to categorize it like this. ALV always creates all the columns as TextView. So...
View ArticleHow do you remove STATEFUL components from memory in EAServer?
This is from one of the books on Powerbuilder/EAServer: "So the major difference between stateless and stateful components is that stateless componentsautomatically invoke the component deactivate...
View Articlehow to manipulate table c_t_data in IF_EX_RSROA_OLAP_BADI~COMPUTE_TABLE
Dear all, I'm implementing virtual KF into my BEx query. I'm using new kernel based BADI RSROA_OLAP_BADI concept.The logic that I need to implement requires to delete/add entries of table C_T_DATA...
View ArticleRe: No maintenance cycle is open for the current system - CHARM
Hi Raquel, this is odd. After running Master Note, error message was no longer present, just a grey light after opening it Then, after executing the procedure you mentioned, the table /tmwflow/oldproj...
View ArticleRe: How to enhance Standard Infotype 0009
Dear Sreeram, You are right, some are created already then I edited the existing one, my requirement is closed. Thanks for support to All. Thanks & Regards.Navesh
View ArticleWork order Screen objects settings
Hi Experts,I've a requirement to display the Add. DeviceID onto the work order screen, along with Equipment and Functional location.I've tried to do this via using ref. Screen object O130 (Serial No.+...
View ArticlePP Functional Specification
Hi, I am new to SAP PP module. Looking for some sample Functional Specification doc., So that I can have a good idea as well as a good refernce. Your help will be apreciated.
View ArticleRe: Select local table field in for all entries
Hi, Try SELECT a~partner INTO table lt_tmp1 FROM dfkkbptaxnum as a INNER JOIN zinv_ein_partner as b ON a~taxnum = b~id_vkn FOR ALL ENTRIES IN lt_invoices...
View ArticleRe: A question about Graphical Mapping
Hi, This is possible using standard mapping functions, see screenshot below: use Duplicate Subtree and then Harish's suggestion should work Mapping for 1st quantity:Mapping for 2nd quantityMapping...
View ArticleRe: IT0581 - Landlord PAN if Rent More than 1.8 lakh p.a.
Dear All, I was not able to apply SAP Note due to some technical problem form client side, So I have enhanced the existing Infotype, 581 added a new field name as ID Number, now we are using this field...
View ArticleRe: SAP ERP System - slow system
Hello Samid, For performance issues, you can take step by step approach . 1. Check with users what exactly performance issues they face e.g: few reports are slow , all the transactions hung , do they...
View ArticleRe: Issue while linking a webi report to a dashboard
Hi Viviana, This is how I did it:http://MYSERVER:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=YOURCUID&lsSPARAM=param1&lsSPARAM2=param2 Regards,amano
View ArticleRe: How to create procedure for header table and item table
Hi Saurav,No donuts other than using Join in this case as we discussed before. As your number of item tables are static in count, you may write the join 3 times ( on X,Y and Z).Sree
View ArticlePicking up invoices during APP run in F110
Hi everyone, Could anyone help me out in clarifying. During APP execution in F110, some of the invoices in the proposal list are showing exception for payment i.e, in red. when i checked those invoices...
View ArticleSAP Sourcing/CLM queries
Hello, Im trying to make te following queries in CLM: 1. Im creating new filds in company code and trying to call the same fields to a MA (like when you select a contact in info supplier tab and...
View ArticleRe: How to send idoc from one system to another where clients are same
Hi Peter , I tried to process in BD87 as well , but the idoc status is noit getting changed.Is the config in receiving system is mandatory? My RFC connection is fine from sending system to receiving...
View ArticleRe: Using JSZip in XSJS
Hi Anirban, As JSZip is purely JavaScript resource and executes in the browser(check browser compatibility JSZip: JavaScript zip class ), just try activating your UI5 project and load it in chrome or...
View ArticleRe: assessment cross profit center and FI document
Hi Siva One GL is enough. System will generate entry as below GL 80000 Debit PC A GL 80000 Credit PC B Br. Ajay M
View ArticleRe: Copy variable values from one dimension to another dimension
If Dim2 has a single selection then this should work: Sel DIM_1Sel DIM_2 D2_V2calc KPI2 = KPI1 of DIM_2 D2_V1 full
View ArticleRe: Unknow error in a query
Hi, Please advice UDF type and its value from POR1 table. Thanks & Regards,Nagarajan
View Article