Re: remove related entity records
Hi Dharma, I didn't get what you are trying to say. here my requirement is to delete entities from BTPartnerOpportunity(child) which is relation ship with BTHeaderPartnerSet(parent). regards,ram
View ArticleRe: remove related entity records
Hi Ram,You can achieve your requirement using your code itself.Did you check your code in debug mode, what is issue you are facing in your code. I mean any where the collection is not bound?...
View ArticleRe: remove related entity records
Hi Ram, Your code looks fine. Check if you are passing correct value for partner function or not. Regards,Pallavi
View ArticleRe: Use a global variable in context node class
Hi Vaibhav,you can get global variable in impl class using below code.data : lr_impl TYPE REF TO Z*****_IMPL .data : lv_char TYPE char5. lr_impl ?= me->CONTROLLER. lv_char =...
View ArticleRe: remove related entity records
hi , At last I am seeting up the partnerset which is parent entity . After fiter if see again , all records are exists in Child relationship entity. lr_current->set_property( iv_attr_name =...
View ArticleRe: Use a global variable in context node class
What is controller here .. is it instance of controller class ?
View ArticleOne user can edit buttons in UI but other can't
Hi I have come across some strange thing. I have 2 separate users having one common role. The issue is one user can't edit some buttons in WEB UI screen as they have been restricted through auth object...
View ArticleRe: Sending email with any type of attachment
Hello, You can check this post Need to send email with excel sheet as attachment: URGENT Regards, Benoît
View ArticleRe: One user can edit buttons in UI but other can't
Hello, If you see a successfull check of the autorisation object in ST01 then it means the user has it somewhere, you have to check all its roles and profiles, and make sure you have "compared" the...
View ArticleRe: One user can edit buttons in UI but other can't
Were there some recent changes done to this role like restricting that object? If so, perhaps you need to do a user comparison for that specific PFCG role to ensure that both users have the same...
View ArticleChange description/Heading of Assignment block/View
Hello Experts, I want to dynamically change the heading of the assignment block.I have gone through some of the discussions in the forum but I could not find any useful information.Everybody are...
View ArticleRe: How can I handle the Mass Uploads and Mass Changes?
Thanks prabhanjan reddy for your reply. Now i understood about the mass change but still confused with the mass upload.What i mean is how can we generate the mutiple object ID's at a time like mass...
View ArticleRe: Change description/Heading of Assignment block/View
hello, you can also change this by view_area in OP check How to clear the text and border getting displayed on the Assignment Block ?Regards Harish Kumar
View ArticleRe: Any pointers in Deleting error message added via...
Issue Resolved. Here is the solution for our reference.create a badi implemenation WCF_ALTER_UI_MESSAGES in the enhancement spot wcf_messages and we can delete the irrelevant messages.
View ArticlePartner determination when copy one quote to another.
Gurus, While I'm copying one quote to another, partners are redetermined again (pop-up displayed to select for one of the partner function say bill-to). I DONOT want the redetrmination and want to copy...
View ArticleRe: Partner determination when copy one sales order to another
what is the answer how is it got resolved. I have similar problem.. == While I'm copying one quote to another, partners are redetermined again (pop-up displayed to select for one of the partner...
View ArticleSyntax Error in Web UI component post upgrade
Hi Experts, We have a enhanced component in IC agent which is giving syntax error post upgrade from 7.0 to EHP2. It seems some attributes have been removed/altered in the new super class. In this case...
View ArticleRe: FM : BAPI_BUPA_ADDRESS_CHANGE
Hi Suresh, Please mention here the fields u r passing to ADUSE and ADUSE_X. In ADUSE_X you should be passing all values which you are going to update and the same fields should be passed in ADUSE....
View ArticleMake editable row of table view
I have created table view with edit button.I want to make row of table view editable on i click on edit button.How can i achieve this?
View ArticleRe: How to Debug enduser webui session.
Hi Sigrid, Thanks for replaying and i Have one doubt when i open the get_p method there i got 2 break points one is session breakpoint and another is external breakpoint, if i place the session...
View Article