Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all 7775 articles
Browse latest View live

Re: How to read the form view data of value node?

$
0
0

Thanks Sumeet.

 

I got the idea about how to do that. Your help is appreciated!

 

-Ezhno.


Re: How to call Badi - CRM_ORDERADM_H_MERGE only on saving of service request.

$
0
0

Actually another way of doing this would be to create a new BTE function module instead.  You can control the timing so that the function module will only fire once upon save if you configure the correct event timing.

 

To find out more on how to use this do a search here on CRMV_EVENT or run that transaction code in your system and click on "read this information".

 

For a bigger hint you would target:

Transaction Category - BUS20001 - or specific category that you need.

Execution TIme - 78 Before Saving

Object - ORDERADM_H

Event - BEFORE_SAVE

Attribute <*>

 

or perhaps

Execution TIme 88

Object ORDERADM_H

Event - INIT

 

or even:

Execution time - immediately

Object ORDERADM_H

Event AFTER_Create

 

In either case the call callback would be of type C call  once per transaction

 

I would do an CRMV_EVENT_TRACE to figure out where to put this, but that's my best ideas.

 

Take care,

 

Stephen

Re: Master Data mapping between CRM/ERP(SD)

$
0
0

Honestly.. you need to do a search before asking this type of question, especially with that logo next to your name.  This is covered by CRM middleware and can be found by simple search.

 

I'm locking this thread due it being a basic question.

 

Thank you,

 

Stephen

Re: Reusing fields created via EEWB

$
0
0

Hi Luis,

 

I'm thinking now may be it would be a better solution to create a new field in the Sales Contract and populate this with the value from preceding Opp.  This way the field could also be flagged for the Contract Search/results, when created using AET.  I'm not that familiar with BOL programming, hence any guidance on how to code the the value from the preceding Opp would be appreciated.

 

 

Regards
Chan

Re: Reusing fields created via EEWB

$
0
0

I agree on the option to enhance a "higher" segment and populate the value during the copy control (ORDERADM_H) is a better solution, but only if you can get rid off the field in the OPPORTUNITY_H (I assume the custom field is there) otherwise you will have the field duplicated, not nice IMHO

 

I don't see a bad approach to enhance the webui with a value attribute to populate the value of the previous transaction either.

 

About coding, I'm afraid I can't help it here, I mean, sure I can copy paste the code but I believe in:

"Give a man a fish, and you feed him for a day; show him how to catch fish, and you feed him for a lifetime"

 

I can't teach you about BOL, but SCN  is full of posts/blogs/documents which can teach/guide you "how to fish", come back to me when you have a more philosophical question and I will be more than happy to help you (or at least try to)

 

Cheers!

 

Luis

Re: Reusing fields created via EEWB

$
0
0

Thanks Luis.  I will investigate further and evaluate the best approach and take some hints from SCN for the BOL side.

 

Cheers

Chan

Smartforms and field ID

$
0
0

HI experts ,

 

Please i have a problem

 

When i create a field in WEB UI as a drop down list and then call it from the smartform i can't see the value of the field in the smartform but only the ID
How can i do to display the value not the ID in the smart forms

 

Thank you

 

Regards

Re: Reusing fields created via EEWB


Re: Smartforms and field ID

$
0
0

Hi Hamdy,

 

Could you please elaborate?. You are searching for the field key value in smartform?

 

Thanks,

Faisal

Re: Sales Text from Master Material Can't be copied to Sales Order Item Text

$
0
0

Did you have success in figuring this out?  I have the short text of a material master replicating over to CRM but I can't figure out how to replicate the long text over (sales text) and wondered if you had success.

Thanks,

Donna

CRM interactive Report - Transport to Quality and Production system

$
0
0

Hi,

 

I followed guide C41 in order to configure the interactive report on my CRM development system.

 

I transported the generated requests to quality system, but when I go to WebUi (quality system) and try to create a new report, the system issues the message "Query /CRMBW/CSAL_C01_Q0001 not found". It does not even opens the screen where you select the application area.


On ORDYWB (quality system), and navigate to menu Go To > BI content activation workbench, all the relevant content bundles have status red!

Log description: Activation finished with errors >>>> System is set to not changeable; objects cannot be changed

 

Is it necessary to have the quality client set as modifiable in order to activate this contents? There is no other option?

Or am I missing something?

 

 

Regards.

Re: The search result is 0 in WEB UI even after assigned enough authorization object.

$
0
0

Hi Gobi,

thanks for your information,but can you please show me a little detail on how to check the missed auth. object in FM CRM_BSP_OIC_1O_SEARCH_FROM_RF? Now, I can search out the orders of some transaction types.

The orders of the rest transaction types are still not ok(They are visible if I log on with my id(with SAP_ALL).

So, I believe there should be some authorization object missed.

Thanks.

Jerry

Re: WorkFlow: Mail not received by approver

$
0
0

Hi Dev,

 

Issue is resolve now.

Problem : I have used multiple condition under beneath of first contdition step. In multiple condition step i have not giving any contion in OTHER part. thats why the WF giving the error at the vary first step.

Now i came to know that in the beginning only WF check all Condition steps if any one have issue in value assignment it will give error.

 

Thanks Dev, I really appriciate your affort.

 

Thanks

Imran

    


Re: Saved search Issue

$
0
0

Hi Anil Kumar,

 

I am also facing the same issue saved search is not working with the custom attribute added to the standard service contract search page. I checked the note which you mentioned above. The notes are implemented. In spite of that i m getting the error. Please provide your suggestion to solve the issue.

 

Below is the screen shot.

config.jpg

Thanks.

Re: CRM Saved Search Issue : Entry 'XXXX' cannot be used: Configuration is missing search criteria.

$
0
0

Hi Hasan,

 

I am also facing the same issue - saved search is not working with the custom attribute added to the standard service contract search page. I checked the note which you mentioned above. The notes are implemented. In spite of that i m getting the error. Please provide your suggestion to solve the issue.

 

Below is the screen shot.

 

config.jpg

 

Thanks.


Re: Send SmartForms as HTML email instead of PDF attachment?

$
0
0

Clifton,

 

In SCOT I went to the node view and expanded the Internet node under SMTP.  Then I double clicked on the * node and selected "Maintain Node".  On the next screen I selected "Set" next to Internet under Supported address types.  From there I selected "TXT" from the dropdown next to SAPscript/Smart Forms.

 

Regards,

Jon

Re: Send SmartForms as HTML email instead of PDF attachment?

$
0
0

Thank you, Jon.  Does the text come as an attachment or in the body of the e-mail?

 

-CM

Re: Send SmartForms as HTML email instead of PDF attachment?

$
0
0

The text is displayed in the body of the email.  If you select PDF instead of TXT then it will display in a PDF attached to the email.

Re: CRM Saved Search Issue : Entry 'XXXX' cannot be used: Configuration is missing search criteria.

$
0
0

Hi Gopal,

 

Please check if this ZZ* field is available in the search fields of this search view. In case it isn't , please add the same in the search structure.

 

The error appears if the search view configuration has the search field but the search view structure doesn't.

 

/Hasan

Re: Calling assignment block dynamically on Web UI based on user input

$
0
0

Hi Mevrick,

 

There are two ways to do it.

 

1. In the overview Page use methods DETACH_STATIC_OVW_VIEWS, REATTACH_STATIC_OVW_VIEWS to dynamically hide and unhide the Views.

 

2. Maintain different Ui Configuration and as per your business logic call the desired config in DO_CONFIG_DETERMINATION method.

 

Have a look here.

 

Dynamcally hiding an assignment block - CRM - SCN Wiki

 

Thanks,

Faisal

Viewing all 7775 articles
Browse latest View live




Latest Images