Re: Scriptlogic: Restric with BAS and a member property
Hi again, I did some more guessing and I was able to write something that apparently works: *XDIM_MEMBERSET D_CCENTER = BAS($SEND_CC$)*WHEN D_CCENTER.P_ALOC_NR*IS "8" However, if something has a...
View ArticleRe: General Ledger System Variables
Just figured it out using trial and error. Periodic Opening Balance SYS = 102 Periodic Closing Balance SYS = 108 Total Transactions Section OB SYS = 156Debit SYS =125Credit SYS = 124Total SYS = 181
View ArticleRe: FGI2 - No value show in field ?
Hi Sanjay Paul, What kind of report you'd like to run? Check the form name in the FGI2 and run the FGI5 tcode to modify this form. Try this option and let me know what the results. JPA
View ArticleRe: Alfa Numeric Batch Number determination at Production confirmation
Hi Mayur,I would suggest you to define a external number range for this (as internal won't be possible) and even help if you define it at Material Type level (using number range object-BATCH_MAT). And...
View ArticleRe: Is there a future after PowerBuilder 12.6?
Hi Chris,They are primarily looking at a combination of a tool based approach (converts from PB to Javascript\J2EE BENTO Modern UI\Bootstrap framework) and some manual refactoring. One of the key...
View ArticleRe: Scriptlogic: Restric with BAS and a member property
Hi Alberto, You can use following 2 statements: *XDIM_MEMBERSET D_CCENTER AS %TEMP% = BAS($SEND_CC$)*SELECT (%RESULT%, D_CCENTER, [ID], 'ID = %TEMP% AND P_ALLOCA_NR = 8')Regards,Gersh
View ArticleColors Themes in NWBC 5.0
According to the NWBC 5.0 release information, it is possible to set different color themes for different systems.I have set the Signature Theme in SAPGUI and I've changed the colors for a few back end...
View ArticleRe: Is there a future after PowerBuilder 12.6?
I wonder what they plan on doing with the PB developers. Even if they retrain them, they no longer have in-depth knowledge of the code. The application will now be maintained by a group of developers...
View Article'End user Home' page taking a particular id, irrespective of user id provided
Hi All, The 'End user home' page is allowing login to a id, with any password. Also, 'Reset password', in 'End user Home' page, shows a particular id(of GRC back-end), irrespective of id provided in...
View ArticleRe: SAP IdM and LDAP connection
Hi Mia, There are two pre-shipped LDAP templates for you to choose from, AD and SUNONE. Since AD is different than the other LDAPs, you better choose SUNONE as your template to start. Cheers,Chenyang
View ArticleRe: Dispatcher up but not executing any job
Hi Johathan, Did you try to restart the dispatcher and see it works? CheersChenyang Xiong
View ArticleRe: Approval Workflow without Manager in GRC Systems
Hi Madhu SAP reviewed that Idea and do not plan to implement it. After a discussion with one of the Product coordinators, I was asked to raise a new New as a refinement. If you are and others are keen...
View ArticleRe: Updating Crystal Report Data Source at runtime
Thank you so much Ludek. You are a legend. That utility helped solve my problem. It generated a piece of code which is a bit different approach than what I had written , it correctly updates the...
View ArticleRe: Compare every field data of two internal table with same structure
Hi Zhang, Try some logic like below:Loop at itab1.read table itab2 with key A = itab1-A.if sy-subrc is initial.if itab1 = itab2.Write : 'Same'.else.Write 'Not same'.endif.else.Write : 'Not...
View ArticleRe: SAP Career Start up
Hi Tiwari You sound like a really good friend but I wonder why isn't your friend the one on SCN asking for advise? It's his career after all? If he is that interesting in SAP he would benefit by...
View ArticleGB Payroll - Tables DDNTK & ARRRS
Hello All, How in SAP can I see what the values are in tables DDNTK and ARRRS? Thanks Mike
View ArticleDisable the link as mail approval sap grc10
When configuring the worflow reaches the approver an email with the url of the request for their respective approval. How do I can remove that link the message to be sent to the approver? Regards, Freddy
View ArticleCurrent Year Acquisition Upload through AS91 - Positive depreciation posted
Hello Team, I am getting a wrong positive depreciation while uploading a current year acquisition. I have tried several items even though the depreciation to be posted being wrongly updated. Can any...
View ArticleRe: File upload in FPM
This is a SAP issue in our system.Just check whether the standard SAP WD Application WD_TEST_EVENTS -> FileUpload event is working or not. If it is not working then it is a SAP issue. To my...
View ArticleRe: SMP 3.0 POST request :The request dispatcher does not allow the HTTP...
Looks like the issue has been resolved. I would add one thought: Using Integration Gateway it should be possible to access both back-ends through a single service. Each entity in an OData service can...
View Article