Re: How to display multiple alv,when number of ALV's are unknown ?
Hi Lokesh, YOu will get the data of customer from KNA1 or KNB1 table. Pass internal table to ALV function module. Refer this link for sample ALV program. Sample ALV Grid program using...
View ArticleRe: Returning parameter of simple built-in type "C"
You can't use generic types for typing returning parameters. A formal parameter with type 'c' refers to a character sequence with any length. As others wrote go with CHAR1....
View ArticleWebI prompts rounding decimal values to 2 digits
Hi, Has anyone ever experienced this? When using a dimension that is a decimal with 4 digit precision (could probably be 3 and more), when using that dimension in a prompt...
View ArticleRe: SAP System renaming on IBM-i OS/400
Hello Sriram, what do mean with "IBM-i Physical system name"? How to change the hostanme of your newly cloned machine or how to set the SAP system to use this new hostname? As Mirra points out, SWPM...
View ArticleRe: Carga de lista de precios
Si, así debería de ser, solo no olvides cargar la plantilla de encabezado.
View ArticleRe: PowerBuilder 12.5 Classic does not start in Windows 10
You are correct, when I disable the 'Touch Keyboard and Handwriting Panel Service' then PowerBuilder starts up normally without having to use the Task View. Additionally, we were encountering issues...
View ArticlePPDS Optimizer Order Creation not working
Hello All,We trying to use PPDS Optimizer to do net change planning and create PPDS Planned Orders, within the Optimization Horizon.We are on SCM 7.02 and using PPDS PDS.In the Optimizer profile i...
View ArticleRe: CR4E SQL_Command "converting" Booleans to Number...?
Dell - Yes, they are bits fields at the MS-SQL DB level. I am not a CMC Admin in this scenario, so all I can see is the "Relational Connection"...but I assume they are ODBC under the covers on the...
View ArticleRe: CANADA Year End 2015
Hello.I read that before writing a post and info is as of 2001 so I assumed these were no longer valid. It also is a range, so is this something that is assign to our own business? We have a number for...
View ArticleRe: Error messages from Oracle to Crystal
https://drive.google.com/file/d/0B8LbCDtUo10UV0szQ0FDS3R4T0U/view?usp=sharing I am unable to upload a PDF or DOC, please use the link above. Thank you Dell.
View ArticleRe: Internal error (-1101) occurred [Message 131-183]
Hola Jose me parece que es un problema de SQL Client puede ser que el que instalaste no sea el que le corresponde a la maquina o a la version de SQL que tienes podrias revisar eso puede ser que sea...
View ArticleRe: Unable to retrieve data in Crystal report using function module.
Please create a new Discussion. This one is 4 years old... - Ludek Senior Support Engineer Product Support, Global Support Center Canada Follow me on TwitterGot Enhancement ideas? Use the SAP Idea Place
View ArticleRe: CR Version 13_15 still fails to print in landscape in Win 10
Hi Carlo, Sorry I was sure they had fixed this.... I confirmed it will not print a landscape report. I'll have to look into it and get DEV to fix it it is our issue. Thanks againDon
View ArticleRe: Wrong Data count of Left outer Join between 2 tables
Hi Pavan, Still same issue is there even after selecting "Dynamic join" = True Regards.
View ArticleRe: Wrong Data count of Left outer Join between 2 tables
Hi Nithin, Yes, there can be duplicate records for one of the column(DOC_NUMBER). why because DELIV_NUMB is the Primary key in Projection_1. Where as DELIV_NUMB is not there in Projection_2. I cant...
View ArticleRe: Splitting the quantity among PO schedule lines
Madhava,Please check the Total Rel. Lead time in supplying plant. It might be around 8-9 days. Also check the in-house production time in the supplying plant.BTW, it does not seems to be an STO (seems...
View ArticleRe: SBO Transaction Notification validation for Business Partner UDF
Try this: ---------------------------------------- --BUSINESS PARTNER --zip code validation if (@object_type='2') and (@transaction_type in (N'A', N'U')) begin if ((select isnull(OCRD.U_CodPost,'@')...
View ArticleRe: script logic
"4. default.lgf will be launched with the scope of send data -> in the default.lgf, there is a script to write (...REC...) USD 500 in period 1, USD 300 in period 2"Incorrect! USD 500 will not be...
View ArticleRe: Labels in 10.1 reports
Hi Karen, Try using a local member. See these links for more information:EPM Add-in Local Members - Enterprise Performance Management - SCN Wikiand Section 16.4 Local Members of the Help...
View Article