Re: Save the record adds from AdvancedList
Hi Sin, You could try to edit existing Account, it might return you data.Since new Account might not have Relationship data. Thanks, Pradeep.
View ArticleRisk Rules in ARA for CRM 7.0
Hi, ARA has been implemented in our earlier CRM 5.0 system for which access was controlled and risk rules defined at action and permission level. However. the system will be upgraded to CRM 7.0 which...
View ArticleRe: How to keep cursor on the first element in form?
Hi Krishna, You might need to add some delay: onAfterRendering: function(){ var self = this; jQuery.sap.delayedCall(0, null, function() { self.getView().byId('loginEmail').focus(); }); }Regards,Sai.
View ArticleRe: DMEE Vendor Name bank Account repeated
Hi Anton, Thanks for replying. We didn't select the single payment as we want to group all invoices in 1 payment document for each vendor. previously we have problem in our XML , if there are multiple...
View ArticleRe: Can anyone Tell how to Copy the Remote Odata into the Program in web Ide??
your code now?just create a jsonmodel and store the data returned by odata service there.
View ArticleSAP Business One Payment Due Approval
Hi Expert, how can i create an approval for customer who have past due, example: i have a customer that terms for 30 days then my customer exceed to his terms for payment. i want to...
View ArticleRe: Making a PyRFC call to BAPI_PERSDATA_CHANGE on an SAP IDES results in...
I ran the BAPI on the AS and it yields this error message:BAPI_PERSDATA_CHANGE leading to cx_hrpa_violated_precondition exception
View ArticleBAPI_PERSDATA_CHANGE leading to cx_hrpa_violated_precondition exception
Hi Experts, My aim is to update employee data using RFCs. To achieve this, I'm trying to test BAPI_PERSDATA_CHANGE on an SAP ECC 6.0 IDES instance (running on a remote Windows host). Unfortunately,...
View Articlewhat is BAPI_ALM_NOTIF_DATA_MODIFY ? why we need to use?.
Hello Expert, My requirement is using viqmel table to select the records based on some condition . After that when i select particular record and click modify button it change to...
View ArticleRe: Hang at phase MAIN_SHDIMP/GETSYNC_PREUP_FINI_D
Hi Ashutosh, Thanks for time, i am go ahead with that phase but in java its error occuring "Validating Java development components" The following problem has occurred during step execution:...
View ArticleRe: MDG Flex Mode - Handler class for Custom Objects
Hi Niels, You need to create your's own handler class for this.Cutom handler class must implement the interface-IF_MDG_BS_BP_ACCESS_HANDLER.You can refer/inherit from the abstract handler class...
View ArticleSales Order Billing plan change log
HI Sd Gurus, Our client has a requirement to develop a report in which they want display change log of billing plan net value, i.e if the sales order item is created in period 01 with the billing plan...
View ArticleProcedure added in role created in REPOSITORY is deactivated
Dear colleagues, I created a role in RESPOSITORY, I,e repository role not SQL role, In that Repository role I added couple of procedures and activated it in DEV, TEST and PRODUCTION systems, role is...
View ArticleMaterial Master Number Range is Skipping
Dear Experts, I've been trying to create material master by using internal number assignment (running number), but the running numbers are not in sequence, meaning my last material number was 10 and...
View ArticleRe: Assign value to variable that contain the field-symbol at run time
Just a thought that below should work. Field-symbols : <mat_val> type matnr, <f_val> TYPE ANY. constants : lv_mat type char5 value 'MATNR'. ASSIGN lv_val to...
View ArticleRe: As I tried to use the T-code:KO02 to close the internal order xxxxxxx,the...
Vinoth, For the user ID, You are missing the authorization object "B_USERSTAT Status Management: Set/Delete User Status", check with your basis team to assign the same to close the order....
View ArticleRe: Outstanding Documents Summary
Hi Agnes, Go to the report record Selection use below code. {Table.Customer'payment code}="GIRO" This wil bring in only required data in report. RegardsNiraj
View ArticleI am not able retrieve product category id form opportunity
Hi,I am not able retrieve product category id form opportunityI want get product category id form opportunity .Please find the following code..xboelement...
View ArticleRe: Transformation file based on dimension properties
Only if you have the property in the BW infoobject, there's no way to access the bpc dimension property though transformation/conversions... Other alternative would be using ABAP. Cheers,
View ArticleRe: How to make the "production relevant" field of "Item Status" as visible...
No actually am seeing this in Development system.CS02 T code is for change materials of BOM.Opened with one material number and selected the Item Icon(F7)Change Material BOM:Item: All dataIn this...
View Article