How to apply SHA2 to user password in SAP EP?
Hi, Everyone! I heard that a new kernel came out for password hash algorithms SHA2.(related note : 2076925, 2140269)I think that this kernel is for AS ABAP but I want to apply SHA2 to user password in...
View ArticleHide a specified cell in ALV grid
Dear all, I have a question about ABAP coding with alv grid. In my dialog program (SE80), I have created a custom ALV grid. There are about 10 columns in the grid and one of the column contains number...
View ArticleRe: RSBCS_REORG report is selecting docs but not deleting much documents
Hello Refer to following SAP Notes for detailed explanation and resolution of this issue. 988057 SAP note 1641830 - Reorganization of Business Communication Services data (RSBCS_REORG)"To delete these...
View ArticleRe: Generar certificado ssl para sap mobil
Hola Lender un super favor puedes facilitarme el manual para generar el certificado? de antemano te lo agradezco. Saludos.
View ArticleRe: Address number not generated for function location creation
That's perfectly fine. Thanks for the help. Regards,Aditya.
View ArticleGUIA PARA GENERAR EL CERTIFICADO SSL PARA MOVILIDAD
buen día, alguien tendrá el manual para crear el certificado SSL para movilidad? de antemano agradezco su ayuda. SALUDOS.
View ArticleRe: eRecruitment & Travel Management modules - career growth
Both are dead ends, as they are only kept alive for a few years, but most innovation is happening in the respective cloud products (SuccessFactors Recruiting and Concur). If you want to invest in...
View ArticleRe: Prefix Or Suffix In The Results Of A Query
Try this, SELECT DISTINCT T0.[Printed],T0.[DueDate],T0.[DocNum] as 'Prod ord#',T0.[U_CustName],T0.PlannedQty as 'Qty',T0.[ItemCode],T0.[U_Colour_Desc],T0.[Comments],left((cast((T1.[PlannedQty]/60) as...
View ArticleRe: "SQL ERROR on update" when Vendor record is checked-in in MDM Data Manager
Hello Joy,I suggest post this issue in MDM forum; you will get a quick response. Refer the thread belowData Manager : SQL Update Error RegardsSandy
View ArticleMultisourcing view in SMI grid view in SAP SNC 7.00
Hi, We had a SAP ICH 5.1 and in the SMI monitor we had in the GRID a multi sourcing view option. When we go into it.. the key figures bunch together for different locations.We want the same view in SAP...
View ArticleRe: How can i Switch database inside procedure in Sybase ASE
You can combine a few basic ASE features that'll allow you to execute a vast majority of ASE commands in a any database. Basic features: 1 - Most (but not all) commands can be submitted to ASE via a...
View ArticleRe: SAP Business One - Scheduled Report - HTML Format (Email Body)
Hi, This is part of the Scheduled Report. So when SAP sends out the report on email, the format looks odd. I have checked the box "HTML Output as Message Body". I can uncheck to avoid the format...
View ArticleRe: How can i Switch database inside procedure in Sybase ASE
For one possible solution, see my response to your post in the ASE Developer forum: How can i Switch database inside procedure in Sybase ASE
View ArticleRe: FF log review dependency on action usage log
Hi Pawan, I have observed that FF log instances not initiating workflows is due to the reason that no activity/transaction was executed by the FF. STAD collects log from CDHDR and CDPOS, and if it does...
View ArticleEPM DIMENSION Overide
Hi All, Is there a way to tell the system using EPM dimension overide to display account with member and descendant? my formula is below:=EPMDimensionOverride("001","ZAccount",C33) C33 refer to...
View ArticleRe: Issue in stock removal for delivery
Yes, it works fine with new delivery. Thanx a lot
View ArticleRe: Get name of structure field
Hi,1) If you define your structure based on a data dictionary structure, you can use function module ICL_DDIC_FIELDDESCRIP_GET to get the description field names. CALL FUNCTION...
View ArticleRe: Sap business one 8.82 not connecting to server?
The issue is basically we have 2 patch versions of 8.82 running. The one on our old server box which is production is running 8.82 pl15 (SQL server 2005) and our new box 8.82 pl19 (SQL server 2012)....
View ArticleData Access Profile BPC 10.1
Hi All, I have one model with 2 secured dimensions (account and entity). One data access profile has been created as below:for account : select some property and give read and write access. for entity...
View ArticleRe: How to ADD update date field (from ADOC table) link with opor table?? in...
Hi, You can use OPOR.UpdateDate field to get UpdateDate, or you can get it from ADOC table by link (OPOR.DocEntry = ADOC.DocEntry and OPOR.ObjectType = ADOC.ObjectType). Try below query select...
View Article