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

Re: Portal Issue...


Re: SAP Business One Data Source in Crystal

$
0
0

Hallo experts

 

I've the same problem in my B1 and Crystal.

B1 version is 9 PL06

Crystal, I've installed 2011.

Same issue I had in crystal 2008 PL05.

 

I've checked note 1753545 , and it was written that in 8.82 PL09 this issue is solved.

I thought it may be a wrap-up time , and bug fixed version is not marged in V9 P06, but

in Installation & Updates, SAP described it's already marged to V9 PL01.

"Note that corrections supplied with the latest patches of
SAP Business One 8.81 (PL11) or 8.82 (PL10) have been merged into
SAP Business One 9.0 PL01."

 

My colleagues have the same issue.

How about yours?

Do some knows how to fix this problem ?

 

Gen

Re: ACH File Creation

$
0
0

Hi Ravi,

 

We did that from scratch at my company.  It wasn't too difficult.  I inherited the program and it was very well written when I had to make modifications.  The UI logic selected a group of records from REGUH based on criteria and passed them to a custom FM, which created and saved the file.  Obviously I don't have the space or the will to go into detail about what the application logic would look like, but if I had to design it myself, I'd put the application in a custom class with the following API and UI layer:

 

DATA: gt_reguh    TYPE TABLE OF REGUH,

      go_ach_util TYPE REF TO zcl_ach_file_builder.

 

SELECT ...

  FROM REGUH

  INTO gt_reguh ...

 

* The object constructor would build the file

* and store the lines in an object attribute

CREATE OBJECT go_ach_util EXPORTING gt_reguh.

 

* Show the user the file before they save it.

* An ALV will probably be fine.

CALL METHOD go_ach_util->preview

  IMPORTING

    action = g_action.

 

* Possibly call a file save dialog to prompt user

* for file path.

IF g_action = 'SAVE'.

  CALL METHOD go_ach_util->save

    EXPORTING

      path = l_path_to_your_folder.

ENDIF.

 

 

Hopefully this helps.  I wish you the best.

Re: Certification - view results

$
0
0

Hello,

 

Congratulations!

 

You cannot view it online. If the employers want to check the details, they need to contact SAP.

 

Regards,

Hema



Re: ACT_UPG phase

$
0
0

Hello

Set these parameter values on the shadow system and check whether they help

 

ztta/roll_extension = 64000000000

abap/heap_area_total = 10000000000

abap/heap_area_nondia = 10000000000

ztta/roll_area = 20000000

abap/buffersize = 400000

 

Regards

RB

Re: SAP Application Server and Database in Different Server

$
0
0

I'd say both for optimum performance

 

Regards,

JP

Re: Batch Classification not flowing to EWM

$
0
0

Hi Bharat,

 

If you are creating batch in ECC at Material level ( Class 023)  , you need to assign characteristics to Class using Org Area.

 

You assign the classes and class characteristics used in EWM to an organizational area. The organizational area is used for the following purposes:

  •   As selection criterion in the CIF integration model
  •   In the authorization check for the maintenance of classification data: All EWM and ERP users maintaining classification data for batches need an authorization for the authorization object C_TCLS_BER for the maintained class type and organizational area

 

 

Also for ECC class type 023, corresponding classs used in EWM are 230  (Batch attributes) and 231  (Selection criteria in outbound deliveries).

 

 

 

Create an organizational area for the batch class type 023 in ERP. The organizational area is needed for the CIF integration model. In Customizing for Cross-Application Components, choose  Classification System Classes Maintain Object Types and Class Types .

  1.   Select table MCHA and in the dialog structure choose Organizational Areas.
  2.   Create a new entry for class type 023 and organizational area W for EWM. If organizational area W is already used by another application, enter another character as organizational area.

 

Also in EWM

Create an organizational area for the batch class type 230 in EWM.   In Customizing for Cross-Application Components, choose  Classification System Classes Maintain Object Types and Class Types .

  1.   Select table /SAPAPO/VERSKEY and in the dialog structure choose Organizational Areas.
  2.   Create a new entry for class type 230 and organizational area W for EWM.

 

Now Generate Seperate IM for Class and Characteristics. (CFM1)

In the Classes and Characteristics screen area, enter the organizational area W and the class type 023.

Hope it helps you to solve your problem.

 

Saby

Re: Central SLD


Re: How to use configurable material component with variant configuration (LO-VC) in SAP PS?

$
0
0

Hi Gabriel,

 

I can see the problem has been solved by implementing the user exit.

 

But I also have one question.

 

Actually, SAP do not suggest the customer to set up material variant as configurable material also, because sometimes, it may lead to problems like what you have got. Sometimes it could be solved by some user exit or BADI, but sometimes that can't be solved at all.

 

So may I understand why you should set up the material variant as configurable material also? I would like to understand it more from business point of view.

 

Thanks and regards,

Rachel

Re: Block Planning any report to show blocks and quantities?

$
0
0

Thanks Andy. That actually gives me what I want after I do some kicking of our master data.

I had seen this ages ago but forgot about it as was going through the DS menu to access most of these reports.

The

/SAPAPO/CDPS_REPT - Order and Resource Reporting

selection

Resource utilization, show blocks gives the block details with the quantities that we want.

I have also found that the resource table can give most of the results, but gives block, then orders and need to export to excel to add up.

I thought the CDPS was inccorect with its results, but since realised that my PDS tonnes per hour was not exactly matching the seperate data of seconds per tonne that needs to be loaded into the resource at the block level. Once I got these matching, the results were correct.

Thanks again

John

Re: condition to work like deductible taxes

$
0
0

Hi Experts,

 

Greetings to all...

 

I also want to have a condition type in purchase order that will work similar to Deductible tax but when I created a condition type and marked this as statistical in pricing procedure. But still the cost is being recorded in inventory account. Is there anyway to achieve this?

 

Thanks in advance.

Regards,

Uday K.

Re: cl_gui_alv_grid: hide subtotal line but use get_subtotal method

$
0
0

HI,

If its alv why you need to calculate subtotal, in the grid total/sub total button in  default can see. save the variant according to your requirement and give it.

 

Regard,

Nawa

Re: Data load from Open hub?

$
0
0

Thank you every one for your help.  You are correct why need an open hub to load data to DSO when DSO/cube itself is a source to the Open hub.  We are trying to load data from multiple open hubs to a single data target .Will be using the APD too .  I am closing this discussion . Really appreciate you all for taking time to reply .

Re: finding the exact point

$
0
0

Hi,

 

Step 1. Find out which context element this button is linked to.

(There should be a binding that turns the button on and off.)

 

  • Open the WebDynpro in SE80, go to the relevant View, click on the button.
  • On the right-hand-side of the screen, look for the 'enabled' property.
  • Click on the green tick next to it.
  • This should show you a context element (for example 'ACTIVATE_FLAG')

 

Step 2. Search the webdynpro code for this context element name (ACTIVATE_FLAG)

(To do this you need to find the class name that holds the code.)

  • Click on the top-level Web-Dynpro Component
  • Choose menu WebDynpro Components > Check > Extended Check
  • This will show you a class name, eg /1BCWDY/P7WNAJXIQX3FPXKCT51F==CP
  • Go to SE24 and copy this name in (without the '==CP').
  • Do a search in this class for 'ACTIVATE_FLAG'
  • Set an (external) breakpoint on the interesting lines of code.

 

Enjoy!

Paul

Re: SAP SFTP adapter firing in more than one node

$
0
0

Thanks for the update. Much appreciated.


Cannot Install - Waiting for a port

$
0
0

First let me start by saying I search but didn't find anything on this subject.

 

Trying to install, install getting stuck on binding to a port.

 

21:43:47.719 Action connection attempt 1

21:43:47.720 Failed to bind to port 4520, trying next one.

21:43:47.720 Found free listening port for action agent server: 4521

21:43:47.720 AgentServer listening on port socket:4521 for remote action process

21:43:47.720 Main thread is waiting for listening socket to be ready...

 

This is an excerpt from the Setupengine log file.

 

I have tried to install uninstall, renamed the install directory all with the same results.

 

Any assistance would be helpful I am not finding what I need from the net?

Re: Diferentes Path varias empresas CFDi

$
0
0

No lo respeta mi estimado.. en nuestro caso tenemos un desarrollo que organiza eso para todos nuestros clientes.

Re: Dealing with Multiple oDATA calls

$
0
0

Not sure if you should go for separate controller in this case. But I did this in different way in one of my application. Check if it helps..

 

url = '<my URL>'.

$                                                                                   .ajax({                                                                                             url : url,                                                                                             jsonpCallback : 'getJSON',                                                                                             contentType : "application/json",                                                                                             dataType : 'json',                                                                                             success : function(data) {                                                                                                                                          oModel.setData(data);                                                                                                                                          sap.ui.getCore().setModel(oModel);                                                                                                                                          var aData = oModel.getProperty("/d/results");                                                                                                                                          oModel.setData({ modelData : aData });                                                                                                                                          oTable.setModel(oModel);                                                                                                                     }                                                                                         });

oTable.bindRows("/modelData");

 

 

url = '<my Second URL based on user selection>'

$                                                                                                 .ajax({                                                                                                           url : url,                                                                                                           jsonpCallback : 'getJSON',                                                                                                           contentType : "application/json",                                                                                                           dataType : 'json',                                                                                                           success : function(data) {                                                                                                                                                        oModel1.setData(data);                                                                                                                                                        sap.ui.getCore().setModel(oModel1);                                                                                                                                                        var aData = oModel1.getProperty("/d/results");                                                                                                                                                        oModel1.setData({ modelData : aData });                                                                                                                                                        oTableD.setModel(oModel1);                                                                                                                                                                                                                                                                                                              }                                                                                                       });                                                                                                                                               oTableD.bindRows("/modelData");

 

 

This entire code is in one view and below is how I declared models.

 

var oModel = new sap.ui.model.json.JSONModel();
var oModel1 = new sap.ui.model.json.JSONModel();

var url;

 

Thanks,

Naveen.I

Re: error: a/c xxxxxx requires an assignment to a CO object... arises even on giving cctr.

Re: Formating Value text on graph

$
0
0

We have not upgrade Powerbuilder to a later version. 

 

Attached is a copy of the exported file and a screen print of the development screen showing the formating.   I have tried $###,###, $###,#00, $#,###, $#,#00

 

Here is sample data

 

SalesYear      Description                SalesAmount   

2011           Correct Sales                1060730158.0000   

2011           Miscellaneous Sales      31733079.6200   

2012           Correct Sales                1211627947.0000   

2012           Miscellaneous Sales      43112341.5400   

2013           Correct Sales                641133781.0000   

2013           Miscellaneous Sales      18147050.2500   

 

 

I have also tried re-generating the datawindow.

Viewing all 8798 articles
Browse latest View live




Latest Images