Create Macros in Excel using Abap
I have a requirement where I have to download the alv output to excel sheet (Simple table with multiple rows), However after I download the file I have to run the macro. Macro is not readily available....
View ArticleRe: RSNAST00 - Selection screen
Cholen, It is possible to process 2 messages for the same document and with same status. Std program loops around each NAST record, lock it at beginning of processing and unlocks it before going to...
View ArticleRe: Asset Classes - Not able to create
Hi, Thanks for answering it's working now, Could you pls explain me Why can't we create more than one asset class through asset class..
View ArticleRe: Not able to login into SCN in a mobile browser
A quick update. The default Android browser works. It takes about 10 seconds for the logon screen to show up but it does. Chrome 35 on Android is still not working.
View ArticleRe: Netweaver 7.00 upgrade to 7.01
Hi Matt, I tried upgrading Netweaver using EHPI and the DVD delivered by SAP. But when I am in the phase of uploading the Stack XML File located inside the DVD, it gives me an error "No vendor is...
View ArticleRe: alert ACRD
Hi, Thanks for feedback. Please close this thread. Thanks & Regards,Nagarajan
View ArticleRe: CO Allocation test run report development (About program AL01800R )
Hi, Thank you for your reminder, I will post to FICO forum also.
View ArticleCO Allocation test run report development (About program AL01800R )
At first, user will use T-CODE KSV5 to execute the cost center distribution. After that, they want to output a report to analyse the distribution result. We have an add-on report to realize it. But...
View ArticleRe: DSO Change log deletion queries.
Hi Gaurav,Thanks for your input. Only my 3rd box is working.Just wanted to know, if that does not impact anything in production? RegardsDevi
View ArticleRe: DSO Change log deletion queries.
HI Abhishek,The 3rd check box is working fine but my only concern is to make sure that it will not cause any issues in the production. RegardsDevi
View ArticleRe: RE: HOW TO MAKE STORAGE LOCATION FIELD MANDATORY IN ME21N
Nagraj, You could use Badi ME_PROCESS_PO_CUST and method PROCESS_ITEM.Also, You can look at sample code for method PROCESS_ITEM to get an idea. Goto SE18->ME_PROCESS_PO_CUST -> enter. select...
View ArticleRe: SQL error "-10401" when accessing table "RSEUMOD".
Hi Avi, As the solution worked, could you please set this question as Answered. Thanks. David
View ArticleRe: Netweaver 7.00 upgrade to 7.01
Hi Matt, I need to perform a client copy because the old SAP Servers we have here will be our DR servers and the new ones in which I need to perform a client copy will serve as our onsite server. I...
View ArticleRe: SAP HCM - Problem Integrating SuccessFactors x SAP
Did you map the fields and BAdI's underIntegration Add-on for SuccessFactors BizX and SAP > Integration Scenario for Recruiting Data > Map SuccessFactors BizX Fields and SAP ERP Fields to Each...
View ArticleRe: Creating a Dashboard with Stored Procedure
Hi, What is your B1 version and PL? Thanks & Regards,Nagarajan
View ArticleRe: CREMAS, ADRMAS and data filters in BD64
Hello, There is no need to write code to achieve this task. As suggested in this post Creating filter for outbound IDOC CREMAS add a filter object to BD95 then assign the object to the message type...
View ArticleRe: WSPO: SRS Purchase Order Split Criteria
I was looking for something similar, but different levels of criteria like different "Ship To Address" per item or different item location etc. Is this configuration based only or does it require...
View ArticleSave Data button gets automatically disabled
In our recently implemented BPC 10.0 environment, using EPM 10 SP15, we are encountering an issue where users open an Input Template, then open a second non EPM Excel worksheet which has data that they...
View ArticleRe: Event SIGNIFICANTLYCHANGED not triggered in WS20000075
Hi, See the complete SWEL log. The problem occurs after the 1st release step: after this step no automatic new message is triggered to the next approved
View ArticleRe: Need Help On this Query
Hi, Try this: Declare @Fromdate DatetimeDeclare @todate nvarchar(max)Declare @locode nvarchar(max)set @Fromdate = (select min(T12.docdate) From OWTR T12 where T12.DocDate <= '[%0]')set @todate =...
View Article