Re: unable to lock btorder entity with quote opened in display mode
Thank You, Excellent for clarification now if it works !! I explain briefly what I did ... *************************************Method DO_PREPARE_OUTPUT....lr_ent TYPE REF TO...
View ArticleRe: Display values in fields customers in view IUICMD / DetailAccount
Thank´s!! I could resolve it with the help of this topic http://scn.sap.com/thread/3586622 !! I explain briefly what I did ... *************************************Method...
View ArticleRe: Display values in fields customers in view IUICMD / DetailAccount
Hi Jose, If your problem is still open, you can try below code in do_prepare_output method. me->view_group_context->reset( ).Regards,Pallavi
View ArticleRe: Display values in fields customers in view IUICMD / DetailAccount
Thanks Pallavi,I could solve the problem with the description previously indicated, But try applying your code and gives me error "Reference ZERO". Not if I'm doing something wrong on applying...
View ArticleRe: Default the ROLE based on account type
Hello Shiva, You can enhance the event EH_ONSAVE of the component BP_HEAD, View BP_HEAD/BPHEADOverview. You can maintain a z table with the account type and the default role, and then, validate the...
View ArticleRe: Issue with RAISE DO_NOT_SAVE
Hi, Yes. I checked that already and to make sure i checked it again now. The DO_NOT_SAVE at line 145 is raised, but the save is successful. Regards,Karthik
View ArticleRe: Document Template Designer: IF and MERGEFIELD = IMPOSSIBLE?
Hi Andreas, I didn't have a solution too. But I fill the MERGEFIELD from SAP and write all possible Fields in Word in a row. When I now fill only one Field from SAP, only this Field will display and...
View ArticleRe: Issue with RAISE DO_NOT_SAVE
Hi Karthik, the ORDER_SAVE BADI has three methods, which one are you using?For me the method PREPARE works just fine with RAISE DO_NOT_SAVE. Best Regards,Christoph
View ArticleRe: Issue with RAISE DO_NOT_SAVE
Hi Karthik, please try method PREPARE and check if this works. You should be able to just copy & paste your code from check_before_save. Regards,Christoph
View ArticleRe: Issue with RAISE DO_NOT_SAVE
Hi Karthik, CHECK_BEFORE_SAVE should work with raise do_not_save. Regards,Deepika.
View ArticleRe: unable to lock btorder entity with quote opened in display mode
HI Deepika Chandrasekar, I can not close this thread, I'm not who created the discussion, Sorry if there is any other way to shut me you indicate? Best Regarts,JMP
View ArticleRe: Starting a WF with Values of a Form View
Ritu, thanks! Not yet. I'm still debugging because it's not working properly.As soon as I could fix it i will mark this threat as answerd. RegardsMarcel
View ArticleUnable to Uncheck the Main Partner Checkbox in IBase Parties Involved...
Hi, I am facing a small issue here, I am not able to filter Partner function in Main Partner coloumn in Parties Involved Assignment block in IBase (Accounts & Products work center in Service Pro...
View ArticleRe: Pop up issue with end button assert condition violated
Hi Deepika, You can try this note 1818856 - IE modal Popup allows small opportunity for double-clickWe got an error assert condition was failed. Have had the same issue ?Regards Damo
View ArticleRe: Starting a WF with Values of a Form View
Thank you! this is my object type.You mean i should now bind &EVT_OBJECT& with &_ZCL_COM_WF_TERP10&, right?But then I get a message saying "container type ZCL_COM_WF_TERP10 does not...
View ArticleRe: Starting a WF with Values of a Form View
ZCL_COMWF_TERP10 is my Class which contains the Event REGISTER_FACT. I Put this into "Workflow start using triggering events" because when the event REGISTER_FACT is risen I want the WF to start with...
View ArticleRe: Starting a WF with Values of a Form View
Hi, I think you are clicking on wrong object type to bind.To bind those you need to click on the first line not second line. Thats why you are getting CL and BO are not compatible. Second line is CL....
View ArticleRe: Starting a WF with Values of a Form View
Hi, In that case you bind in first line &_ZWF_TERP10&. with &EVT_OBJECT& and for second line you create one more attribute in WF container with type of your class nad in second line...
View ArticleRe: Starting a WF with Values of a Form View
Hi Deepika, yes, you are right, I am clicking the button in the second line.Because from what Ritu Goel suggested that's the correct place to bind my attributes from the event to the WF that I want to...
View Article