Quantcast
Channel: SCN: Message List
Viewing all 8746 articles
Browse latest View live

How to activate the new fields on material master(MM01/MM02/MM03) for existing Materials

$
0
0


Hi,

 

We have a requirement to add  some custom fields as a new tab in additional data option(Descriptions, Unit of measure, etc.) in Basic data of Material master (MM01/MM02/MM03). I have successfully added and these custom fields and they are not part of standard(MARA, MARC) but a custom table and the updates are also done in custom table.

 

For new materials, I can see the new tab in additional data screens of basic data view and I could successfully create/change/display using MM01/MM02/MM03. However I cannot see the new tab/fields for existing materials in the system in all 3 tcodes (MM01/MM02/MM03). This is not a main view in material master so that I can extend it by MM01.

 

Is there any setting or mass generation program I have top perform so that I can see and maintain these new fields for existing materials. Appreciate any leads or help on this.

 

Thanks,

Harry


Re: while applyng support packages

Re: Customer {CustomerCode} is inactive when trying to update UDF

$
0
0

Document is closed

But Like I mentioned I'm trying to update a UDF field.

sap version is 8.82 PL 04

Re: Adding a hyperlink in Webdynpro ESS box

$
0
0

Kiran, I am starting the configurator from SE80 and I couldn't locate the layout tab.

 

I have a Z version of the SAP delivered text  modified in SE61, is there a way I can link this when creating the hyper link in the UI drop down?

CSS stylesheet not loaded on Jquery Ajax Framework SAP EP 7.4

$
0
0

Hi experts,

When displaying Custom Portal Framework derived from (Light Signature AFP Example Based on jQuery), I see that CSS stylesheets and JS files were not loaded. In fact, neither meta nor any other tag was inserted withing head section!

Image 001. CSS not loaded.png

I think the problem is related to jar-provided-by-sap—api (com.sapconsulting.portal.utils.html_api.jar), which is responsible for “insert” link, meta and script tags within head html tag. For some reason, this is not happening. See following screenshot:

Image 002. CSS not loaded (F12 Dev Tools).png

I’m just guessing, but perhaps it is related with some missing or mistyped SharingReferences or PrivateSharingReference. However, I have neither runtime errors nor information related on trace files.


Next is what I've done:


1) downloaded com.customer.sdesign from codeExchange (https://code.sdn.sap.com/svn/sap-portal-ajax-framework/)

2) converted it to Development Component. In fact, I've been forced to create a new (portal) DC because after using NWDS convertion functionality, for some reason, NWDS does not enable the deploy option (it remains disabled).

3) created an external library DC in order to embed com.sapconsulting.portal.utils.html_api.jar and com.sap.portal.runtime.system.connection_api.jar

4) created an J2EE Enterprise Application DC, reference the external library and deployed it to EP server

5) created an Portal DC, updated Dependences and finally, deployed to EP server.

 

Steps 3, 4 and 5 were done by following Raphael Vogel's tutorial:

How to use external libraries in the SAP component model (PART I)

How to use external libraries in the SAP component model (PART II)

 

Below is the doContent code:


      publicvoid doContent(IPortalComponentRequest request, IPortalComponentResponse response)

      {

            EnhancedPortalResponse epResponse = new EnhancedPortalResponse(request, true, false);

         

//          epResponse.setDocTypeToHtml5();

            epResponse.addHtmlAttribute("lang", request.getLocale().getLanguage().toString());

            epResponse.setTitle("Signature Design");

 

            epResponse.include(HtmlFactory.createHttpEquivMeta("X-UA-Compatible", "IE=edge"));

 

            request.getServletResponse(false).addHeader("X-UA-Compatible", "IE=edge");

 

            epResponse.include(request.getResource(IResource.CSS, "mimes/framework.css"));

 

            response.include(request, request.getResource(IResource.JSP, "jsp/FrameworkPageComponent.jsp"));

 

            epResponse.defer(request.getResource(IResource.SCRIPT, "mimes/jquery-1.6.1.min.js"));

            epResponse.defer(request.getResource(IResource.SCRIPT, "mimes/jquery-ui-1.8.12.custom.min.js"));

            epResponse.defer(request.getResource(IResource.SCRIPT, "mimes/framework.js"));

            epResponse.defer(HtmlFactory.createComment("sven://kannengiesser"));

         

      }


By the opposite, after I’ve compiled and deployed the original (local) Project from CodeExchange, everything work nicely… As you can see below all the link and scripts tags needed were inserted correctly in the head section.


Image 003. CodeExchange Local Project - CSS Loaded.pngImage 004. CodeExchange Local Project - CSS Loaded. (F12 Dev Tools).png


So, we arrive to the question... why???



Thanks in advance.

 

Marcelo

Re: Not getting response in soap ui after cache refresh

$
0
0

Hi Hari,

 

I dont think so this is problem with version .

One more thing we asked basis team to restart java but they are unable to restart java. they are facing some issues with that

Re: JVM Vendor not supported error in NWDS.

$
0
0

Thanks Tomas, great post.  Exactly what I'm looking for. So many people say to just use the old JDK but there are big security holes in those old JDKs.

 

I have Winzip , so I just rename the .jar file to .zip, open it with winzip, locate the config.xml, edited it and updated the zip file (winzip will prompt when existing), rename the .jar back to .zip.

Cut down a lot of the steps and it worked for me.

Integration of External Data Source in Cloud CRM for Reporting

$
0
0

Hello Community,

 

Please guide me on how to merge/integrate external data source (i.e. External EDW)  in CRM cloud, as my requirement is to consume different data sources in CRM cloud using the CRM reporting tools only.

 

 

 

Awaiting response.

 

Regards

Kumar


Re: No planning can be entered for ROH material in MD61

$
0
0

I want user will not able to enter any planning for the raw material in MD61.

if user enter planning  in md61 then system will not allow to save it.

 

Solution given by you in that user will able to enter planning for ROH material in MD61.

Re: CUSTOMER_EXIT_ITEM and javascript global variable

$
0
0

Hi Irina,

 

you cannot pass a javascript variable to your customer exit class, because the ABAP code, placed in your customer exit class, is executed while rendering the WebTemplate.

 

The filling of your global javascript variable is unfortunately after the execution of your ABAP code.

 

If you want to get the variable information in the customer exit class, you have to activate the parameter "VARIABLES_CONTAINER_ACCESS" of the customer exit item. At the settings for customer exit items there is only one checkbox on the parameter tab.

 

In your ABAP Class you will find all information in "I_XML", a XSTRING.

You should transfer the information to normal STRING, by using method:

cl_bics_cons_webitem_util=>UTF8_XSTRING_2_2STRING

 

I hope I could help you.

 

Kind regards

 

Patrick

Re: Error while trying to visualize the results from algorithms (connect with Rserver)

$
0
0

Hi Bimal, it seems that now it's going to work! I wouldn't be able to do that withou your help, and the other users in this comunity.

I hope this answer solve my problem, but I don't know where I need to go to change this parameters. Can you please show me where I do this changes?

 

 

Regards!

Color of bubbles in bubbles chart

$
0
0

Hello,

 

I am using a WebI bubble chart, where each bubble represents a company (company dimension used as shapes) and two measures the coordinates. I created a formula to cluster my customers into A, B and C customers and want to color my A companies red, B blue and C green.

 

I used the Cluster-dimension as "chart color" objects in the bubbles chart and used a custom color scheme to get the right colors for A, B and C.

 

Unfortunately for some reason it happens sometimes that WebI mixes up the colors, like A becomes blue instead of red and so on. I don't know exactly how to reproduce that problem, but is there a way to assign the colors to my dimension values?

 

thanks

Re: VT03N Output could not be issued (VW086)

$
0
0

Hi Mahendra, thanks for the answer.

 

I did what you told me. In the Processing log I have the next message: "Shipment XXX contains no legs relevant for printing" Also "Leg 0001 not relevant for printing, carrier not same as output partner".

 

Now, I'm looking in SPRO in order to make my "Leg" relevant for printing but I don't know how to do it

 

 

Regards

 

EC

Re: Search TutWD_UI_Init.zip file

$
0
0

Hi,

 

that tutorial is relevant for the good old 640/700.

 

If you look for a more recent tutorial (for 710/720/730) then check this out:

 

Web Dynpro for Java Demo Kit

 

Regards,

Ervin

Re: Screen personas for HTML in NWBC for Desktop

$
0
0

Both SAP Screen Personas stacks are heavily based on the internal ITS of AS ABAP. SAP GUI for HTML aka webgui is one service, granted a major one, within the internal ITS. SAP Screen Personas seems to have separate theming options which would suggest incompatibility with UI Theme Designer. Maybe the UI Theme Designer and Screen Personas experts from SAP can comment, pinging Uwe Klinger and Tobias Queck. That said I think you should be able to use UI Theme Designer for webgui, as long as you use Unified Rendering Lightspeed controls. See SAP note 1852400 for details. You may have to use the sap-theme parameter and make sure you have the latest Unified Rendering corrections.


Re: Current week/current Month/YTD data based on user response

$
0
0

Hi Prashant

 

Its only one condition in universe with several OR conditions??

 

I ll try this tomorrow and let you know.

Seems it will work.

Re: Copy package

$
0
0

Ups, just mark my answer with code as a correct answer - press a button:

 

Re: Mail Forms

$
0
0

Check these SAP notes, also search some more in service marketplace

 

1730985

1918101

1768210

 

Rgds,

Shobhit

Re: PPDS planned order picking p an extra component when published to ECC

$
0
0

Hi Suyash

 

If the "extra" component is in BOM, do you see it in PPM/PDS in APO? Did you CIF this material components to APO?

 

Thanks,

Prasun

Re: IN SAP NWCE 7.3 where is the files SAP_JTECH.SCA,SAP_JEE.sca?

Viewing all 8746 articles
Browse latest View live




Latest Images