Re: Mass change of QM certificate profiles
There is just one tcode QC06 which can be used for mass deletion of unused certificate profiles, the only caveat being these profiles should not be in released status. Other than yes, we need ABAP/LSMW...
View ArticleRe: Issue with Extended Receiver Determination
Hi Anusha, Can you check the following link for ERD http://help.sap.com/saphelp_nw04/helpdata/en/43/a5f2066340332de10000000a11466f/content.htm...
View ArticleRe: From BUDAT to Posting Date
Hi, Changed the code accordingly data: lv_month(2) type n, lv_year(4) type n, lv_fper(7) type n. lv_month = SOURCE_FIELDS-calday+4(2). lv_year = SOURCE_FIELDS-calday+0(4). concatenate lv_year...
View ArticleRe: Is it OK to use multiple implementations of ME_PROCESS_PO_CUST BADI to...
Hi, Since as you already know it is a single use badi... if you make multiple implementation mostly the latest one only will be called. Better make changes in the current implementation only with...
View ArticleRe: CRM 6.0, SP11 Upgrade issue
hi, check the note provided by kamil also take a look at go to .htm page of that view .Click on page attribute tab.check whether Attributes are defined there or not.as:-If not just define there as...
View ArticleRe: Proration of Leave Accrual for an absence type which is 50% unpaid
Hi Genesh, As I understood you would deduct 50% of salary in this case. If I am right please have a look V_T554C. If you are using this table for absence evaluation you can define a new Item by...
View ArticlePayment method for RTGS/NEFT and their payment
Dear Expert,We have to create new payment method for REFT/NEFT payment so what payment method classification should we used and how we will process the manual payment with this payment method?...
View ArticleRe: service po net price not updating
Dear Praveen,what is the pricing procedure you are using? go to that pricing procedure configuration (M/08) and check your ZMXX condition type exists or not!!
View ArticleWWI Asian Language
Hi Experts..! I am having some problem in printing in Asian language and need your inputs & suggestions to rectify the issue.I have maintained a phrase in following language...
View ArticleRe: how to fetch data from database table based on table control values
PROCESS AFTER INPUT. LOOPWITHCONTROL TBC_9003. MODULE update_table. ENDLOOP. LOOPAT IT_ZPP_MPO . CHAIN. FIELD WA_ZPP_MPO-MATNR. FIELD WA_ZPP_MPO-MCARDNO. FIELD...
View ArticleRe: 0recordmode and related DTP setting
Using ROCANCLE we can analyze what are the values going through delta queue means it will hold the changes from R/3.this field of data source is assigned to the info object 0RECORDMODE in the BI...
View ArticleRe: Request you to advise me that which configuration activities are...
I would transport everything possible for consistency sake. Remember, this was one reason why GRC 10.0 was bought back to the ABAP platform and it is worth pointing out that GRC systems are audit-able,...
View ArticleRe: RepositoryRuntimeException in WDJ
Hi Vijay, We don't you have any component with the same names in some other DC deplpoyed on system... Could you think ofanything else? Thanks & Regards
View ArticleSOLMAN_SETUP error on 7.1
Hi, We're on Solman 7.1 SP8... We had an issue with opening SOLMAN_SETUP with SP 4 too... With SP 8, it accepts the credentials on the main webpage & then gives the same error as SP 4: 500 SAP...
View ArticleRe: Web Application Designer map item
I think you have to use 0COUNTRY in your map. Similar thing has been discussed in http://scn.sap.com/thread/2051855
View ArticleRe: No budget check for unknown account assignment in service PO
My derivation is on GL account for commitment item and on plant for fund center. So there is no difference if the account assignment is U or K. But for K it is working perfectly.In the accounting...
View ArticleRe: Value Mapping Replication for Master Data
Hi Rahul, the best way to replace value mapping in 7.31 is to use a dbLookup. A table in Java stack can store all information. you can retrive relevant information from the table as well as update it...
View ArticleRe: Closing workbook from VBA
after execution ofWorkbooks("Workbook Name.xls").Close Savechanges:=True screen appears asking me whether to save or not the workbook. if i answer "yes" or "cancel" workbook remains open and no errorif...
View ArticleRe: Question to outlook.application
Try to add some html tags into your text '1 Bettref' -> <p>1 Bettref</p> Regards,Raymond
View Article