Re: End routine Look up Performance Issue
Hi Matthew, Select statement would need a where clause to pick records, so have mentioned about version. Not necessary to use that. Yes it is similar, but instead of using two select...
View ArticleRe: Multiple Ship-to in Sales Contracts
Hi AK, Please check the partner detrmination procedure --> Partner Functions settings -> there should be setting for a PF to appear more than once. Regards
View ArticleRe: Can a cost center be changed on a framework PO
Hiyes,you can chnnge on PO and on Miro,please explain you want change before GR or after GR.Best RegardsRamin
View ArticleRe: Sales Order: In completion Log for condition Pricing Procedure.
Hi, If I have understood your requirement correctly, then you can go for two different condition types (OR introduce one additional Condition Type) and have your condition record maintained for the...
View ArticleRe: single invoice for 3 orders in order related billing with billing plan
Hi Bala, Can you please let me know the exact error you are facing ? Regards
View ArticleRe: In case of error message go back to start screen
Hi, Try this code:MESSAGE s001(T00) DISPLAY LIKE 'E' .submit <the_name_of_your_program>.leave program. Hope it was helpful.
View ArticleRe: Sales Order: Pricing procedure has to pickup the condition according...
Hi, The best possible standard solution is to use the standard field available as part of the Customer master --> "Sales Area Data" --> Sales Tab --> Customer Group or any. and bring it as...
View ArticleRe: File Uploader UI control issue
Hi Does the sample code in the SDK not work? .../test-resources/sap/ui/commons/FileUploader.html cheersdj
View ArticleRe: SAP report showing balance per cost center per GL
Hi Jim, There is no standard report to accommodate this requirement, we went for a ABAP report in one of our project. data is can be fetched from COSP, COSS. Br,Venkat
View ArticleRe: End routine Look up Performance Issue
It is the single selection that is likely to be killing performance, since it contains an OR. Select statements do not have to have any WHERE clause. For the OP - you should trace via ST05 to check...
View ArticleRe: cannot add or update this document since its base document is not...
Hi Darryl, You may need to restore the db to test environment and try to close this sales order. You may find some other error message that could be helpful. Thanks,Gordon
View ArticleRe: Search made, I need to ask me permission to make an invoice dated prior...
good I can create the invoice with an earlier date
View ArticleRe: BI upgrade questions?
Hi, Yes we are planning for System: SD2 (physical server) Node1 with A CMS, installed on C drive Node2 with B CMS (copy of A CMS) installed on D drive Only one node will be up and running all the...
View ArticleRe: A/R invoice is closed without base document, CM or payment
Hi Ryan, An A/R Invoice can be closed by Incoming Payment, Credit Memo as well as reconciliation. You may run a simple query to find the JE related to this invoice: SELECT * from jdt1 T0WHERE T0.Ref1...
View ArticleRe: Search made, I need to ask me permission to make an invoice dated prior...
Do you have further question?
View ArticleRe: Duplicate data processing in SAP Lockbox files
Hi Sarvesh With latest updated lockbox upload program from SAP, this lines will be posted as on account. In previous version, it used to reject those lines as duplicates, based on check number &...
View ArticleRe: MM02 authorization for Additional Unit Of measure
HelloI can see two good ways of doing it (there are several possibilities): 1 - As the first reply, create a new program and transaction to build that same front-end as you see into Material Additional...
View ArticleRe: Getting error while creating new report
Figured out, creating report on universe, which is not properly migrated to from other environment. Thanks.
View ArticleRe: Search made, I need to ask me permission to make an invoice dated prior...
the query does not work, send me the authorization for future authorization
View ArticleRe: Change in Address of Functional location-Need help in developing logic
Change tracking is always very tricky. Depending on the specific requirement, usually I also try to evaluate other options:- is it possible to track changes as they occur? (e.g. a few lines in a user...
View Article