Re: How do I add an edit to cl_salv_table??
Hi Aziz,did you searched for the same before posting your problem, i think you will get your problem resolved by simple searching.
View ArticleRe: PB 12 Memory issue with huge arrays
Hi Patrick; Changing your code as follows should do the trick .... Double t_1[], t_2[] long ll_i SetNull (t_2)for ll_i = 1 to 50000000 t_1[ll_i] = 1 next t_1 = t_2 garbagecollect() HTHRegards...
View ArticleRe: Problems Migrating from PowerBuilder 5 to 10.5, including PFC.
Hi Luis; 1) Before any migration ... I would suggest using the PB 10.5 "Migration Assistant" utility to scan your PB 5 code. There might be issues in your PB 5 application that may need to be fixed...
View ArticleContext operator in Webi
Dear experts, I have a requirement to create a Webi report, based on the below 2 tables. I'm relatively new to BO. Can some one please help me with this.I'm looking for the output to look exactly...
View ArticleRe: custom fields is not updating in database tables
Hi Dhivya, You might have used some screen-exit for creating this Z-field. You need to use the Function Exits given in the same User-Exit, one for Data Import and other for Data Export. You need to...
View ArticleRe: TIME BASED DISAGGREATION IN SAP APO DP
SS,??? Did you perform any searches, before posting this question; per the Rules of Engagement? If so, are there particular issues about this topic that are perplexing you? You can configure...
View ArticleRe: Calculate back a price from MRP
Thanks MoazzaM, I was not aware of this as i don't work on pricing and never had a requirement before. Now i do have one . Yes there are some posts related to reverse pricing in SDN. I will pick it up....
View ArticleRe: Problems Migrating from PowerBuilder 5 to 10.5, including PFC.
I don't understand your step #3. Replacing the PFC should be just a matter of replacing the PF*.pbls and shouldn't involve doing anything with the PBT or PBW files. What change are you trying to...
View ArticleRe: Where to check LM-SERVICE patch
Hi Arun, Open the url http://<solmanhost>:5$$00 where $$ is equal to instance numberand click on System Information. With RegardsAshutosh Chaturvedi
View ArticleRe: Hide the 'Ref. Value' and 'Currency' field in SD Document Flow
Hi We can hide fields using SHD0 in sales order overview header or item screen but in document flow I don't think so even SHD0 would work. You can try it but I am not positive that it will work in...
View ArticleRe: How to get data from a second page?
Hi Aaron, you can use the EventBus for the same. 1) publish the event bus on click of the button ( the event f which navigates back to the earlier page)2) in the publish of this event bus, pass all the...
View ArticleRe: Question about Statistical Forecast
hi Yee Ann,You can directly define a new key figure at FCST_AGG @ PE/PRD/SOG/SOF and an aggegation over original keyfigure @ 'PE/PRD/SOG/SOF/SGP/DC/ST'. You do not need intermediate...
View ArticleRe: Table - minimum height?
Hi Stefan,you can archive that by creating a template with the assistant.I think there is an option located at: Table > Cell Options > Rows And ColumnsI think there is something like "expand...
View ArticlePosting Asset only in Statutory Books
Hi, I have a question. Is it possible to post Assets only in Statutory Books & calculate Dep. The scenario is As per company Policy any Asset less that $ 5000/- has to been expensed out, but as...
View ArticleRe: Update Dso
Hi sriramvijay ,I tried to delete the unwanted data from Result_PackageAnd it's working fine .I hope that before updating to result_package if I Clear the result_package it SD satisfiy my need. Thanks...
View ArticleRe: How can I active a hierarchy web intelligence report for be enable in iPad.
Hi JAIRO CAMILO. Just a basic question,Is this scenario happening when IPAD is in offline mode. BRPrbhith
View ArticleRe: SAP BO no abre formularios
Ya lo active, ingrese a crear una factura pero se cierra el y al volver abrirlo solo manda estos log's. El add-on EFM Format Definition está conectado 31/03/2014 11:33:12 -1Conectando add-on: EFM...
View ArticleRe: adding new infoobject to cube with data
Thomas,When you are adding a new dimension to your cube - you are adding a primary key to your E and F Fact tables - therefore when your transport goes it - it will reorganize your cube tables. For...
View ArticleRe: enable to find one of my rfx type on sourcing
Hi Abdessamad, Run the program POWL_D01 and delete all the query entries for the user by which you dont see. Best Regards,Anil
View Article