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 ArticleRe: Intercompany Debit Note
Dear Lakka Raju, This Business Process is very much in Practice in Global Trade. In International Trade, this is very well known as Switch Bill of Lading or Cross-Trade BrgdsDS Rajan
View ArticleRe: How to deal with 16 X 16 matrix in smartform
Many thanks Florian for your suggestion and help. I'm able to resolve the issue by using nested loop instead of using conditions .
View ArticleRe: Ex-Post Error Evaluation: Auto strategies
Thank you Satish, I appreciate your enthusiasm to educate with full effort. Full marks. I was evaluating this method yday with our developer based in one of the pacific islands to use our own error...
View ArticleRe: SAP APO installation doubts
Samid,Depends upon what you want. If you just want APO, nothing additional is required. Like many SAP solutions, you can optionally activate additional specific Business Functions, but these are not a...
View ArticleRe: How do you remove STATEFUL components from memory in EAServer?
It has been a long time since I worked with EAServer but my guess is the SetComplete function of the TransactionServer object.
View ArticleRe: Sales order in loyalty IC agent doesn't show points
Hi Thierry MATHIEU, Thank for your answer. The problem has been confused me so long. I try to create member activity, there is a small problem that I cannot enter the order_id. Is this member activity...
View ArticleRe: Drop Down List required during result recording in QE51N
Hope, Sample / Source field in Inspection point has been defined as Free Text. So, in standard, you can't have drop down with predefined list. Below thread may help you in developing custom program for...
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 ArticleOutbound call for BDoc type CRM_IBASE_MESS to adapter module...
Hi... when EQT creates ibase in CRM we aere getting below error "Outbound call for BDoc type CRM_IBASE_MESS to adapter module CRM_UPLOAD_TO_OLTP failed." Can anyone please suggest how this could be...
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 Article