Re: How to fill a table column with a value from other column of same table
You need a full outer join then. See full outer join in data services | SCN for how to build it.
View ArticleRe: Too much Activity Types in production orders
Hi Ravi, Thanks for your response. These indirect cost concepts (taxes, equipment rental, insurance, etc.) are registered in secundary cost element after Assessment.1. Do "Cost center splitting...
View ArticleRe: use of Macros in BEx-IP planning workbooks
Thanks Federico for screenshot. i moved code to Module1 and now getting below error. any further ideas? I made sure that macro settings are set to "enable all macros" and "trust VB project is selected"...
View ArticleRe: Problems with the syntax of rules,Is there any automated content type...
Use RETURNis_data_dependent([$CompName], [$Web]);
View ArticleRe: Automated HANA User Creation from SLT server - Just started happening?
Hello Matt, I was following the thread ... if there is nothing replicating from ur SLT system how come users are getting locked can u tell me what was th configuration and what was happenin g Amar
View ArticleRe: Crystal Report Database Error
You are using store procedure, so it is better to put all your logic to SP, not directly add any table in CR. Frank
View ArticleRe: Display PM orders with REL status only
Hi shankar balaji ! If you got your answer, you should credit people by marking their answers Helpful and Correct. This is the basic rule of the community. Best Regards !
View ArticleRe: Filename with checksum
Hi Praveen, I converted the java code in ESR but getting function is not declared properly and some 5-6 error. I am poor in writing java code.pls can you help how to write the code in ESR. Starting i...
View ArticleRe: SAP and SABRIX tax rate difference
Hi, A couple of things to check here 1) When using a tax jur to see the tax rate in a tax engine, it will display 3 rates: sales tax, sellers use tax and consumer use tax. So while posting in SAP check...
View ArticleRe: Data declaration in ABAP
Hi abhinav chatterjee, if you found your answer, please mark it as Correct to close the thread and credit the right answer. Thanks in advance.
View ArticleNFe Entrada - TAG e com valores errados no ECC
Boa tarde!Estou tendo um problema no ECC onde os campos j_1bnflin-nfci e j_1bnflin-matorg estão com valores errados. O meu cenário é NFe Inbound, onde o XML de entrada (Fornecedor) chega com as TAG's...
View ArticleSAP B1 Outgoing payment with tax withholding via DI API
Good evening,I'm trying to create an Outgoing Payment to a Vendor using the DI API.The payment is not linked to any document and it has the tax withholding .I set the tax withholding code, the base sum...
View ArticleRe: SDP Alerts extracts
Hi Ashwin, the alerts are saved in //AM_ALERT with reference to its selection (ID). Normally it's a generated selection ID which decrypts the alert ID and provides you the filled characteristics....
View ArticleWM QM : How to block a TR conversion for Blocked stock
Hello, I have a scenario where We receive the material in 902 Storage type with Stock Type "Q" when GR is made. This GR creates a TR for moving the material to its destination bin. As per the config...
View ArticleService Provider Called : Incorrect SP Object Status. While creating Case.
Hi all, I Configured Case Management as per the Document "Simple scenario for case management" I Configured as per document till creating Case Type. In next step of Creating Case I got an Error...
View ArticleRe: Shared Memory Objects: Automatic area build does not work for...
Hallo Daniel, please try it in a way like this: try. GR_SHM = ZFLIGHTS=>ATTACH_FOR_READ( ). catch CX_SHM_NO_ACTIVE_VERSION. wait up to 1 seconds. GR_SHM = ZFLIGHTS=>ATTACH_FOR_READ(...
View ArticleSAP ASE 15.7 Developer Edition patches
Hi, is there any way to easely download the patches of SAP ASE 15.7 Developer edition?How can I register my version to have acces to the downloads?HELP!!!!TIA,Gonzalo Heredia
View ArticleRe: RDS documents not available
Reach out to local SAP support and explain your pain. E-mail Addresses | SAP Support Portal Regards,JK
View ArticleRe: ReportApplicationServer stuck in initalizing
First check the logs in logging folder in BO server, see if you see any issues. Try to create new RAS server, in case if the existing RAS server is corrupted.
View ArticleRe: Exception CX_SHM_NO_ACTIVE_VERSION on first access of auto-created area
Hello Martin, i had a similar problem, solved it like this: try. GR_SHM = ZFLIGHTS=>ATTACH_FOR_READ( ). catch CX_SHM_NO_ACTIVE_VERSION. wait up to 1 seconds. GR_SHM =...
View Article