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

Enhancing standard datasource: 2LIS_08TRTLP, how to remove standard fields?

0
0

Hi,

 

     While enhancing standard datasource: 2LIS_08TRTLP, I could find that there are fields like ROUTE, TDLNR(from table VTTS) which already present in the datasource.  But I want to add these fields from table VTTK instead of VTTS.

 

     I've added these two fields but I'm getting message: "Field ROUTE exists more than once".  Also, I couldn't remove the field ROUTE from the existing standard datasource.

 

     I would like to replace ROUTE, TDLNR, with table VTTK from VTTS.  How could i remove existing fields and replace it with this field? 

 

     Kindly suggest.

 

     Also, Do I get any document on all the non-enhanced fields of shipment datasource?  Basically, suppose if I want to know all the details of availability in this datasource, where could I get all such documents?

 

     Kindly suggest me on the above two queries.

 

 

Regards,

Antony Jerald.


Re: Crystal Report paging problem

0
0

Hello,

 

the sample code in C# is something like so...

 

 protected void Page_Init(object sender, EventArgs e)
 { 
if (!IsPostBack)
 { // do all your reporting stuff here, then add it to session like so 
ReportDocument crystalReportDocument = new ReportDocumment(); 
crystalReportDocument.SetDataSource(DataTableHere); 
//_reportViewer is the crystalviewer which you have on ur aspx form _reportViewer.ReportSource = crystalReportDocument; 
Session["ReportDocument"] = crystalReportDocument; } 
else 
{ 
ReportDocument doc = (ReportDocument)Session["ReportDocument"]; 
_reportViewer.ReportSource = doc; } } 

 

hope this helps

Delta records with 0CO_OM_OPA_6

0
0


I have a question regarding how the deltas work for  the datasource 0CO_OM_OPA_6.   We are loading directly to the 0opa_c11 cube.  It seems that we are missing some delta records but not all of them for a particular day.  I looked at the function module and it has a delta mode and a full mode.     It looks like it reads this table, BWOM2_TIMEST, to get the time stamps.  How can we lose some records?

Solution Manager 7.1 stack upgrade preprocessing phase shadow_IMPORT_INC running long time

0
0

Hi Guys ,

 

I'm performing Solution manager 7.1 stack upgrade  using SUM currently at preprocessing "shadow_Import_inc phase  running since last 7hours with out any update I tried to stop the update using sum options it prompts "  stopping of sum process not possible "  . is this the actual behaviour  or something went wrong withthe upgrade .

 

Even i tried to implement  oracle parameter "_use_zero_copy_io=false" but can't stop the sum process runningg now .

 

kindly share your suggesstions regarding the above scenario .

Re: Automatic Credit Check in MTO Scenario

0
0

Hello Srinu,

 

Yes , A is also maintained in Pricing Procedure.

 

 

Thanks

 

Aniruddha

Re: Filtering Functionality - 4.1

0
0

Just to confirm Boris's reply... the issue has been resolved across all streams; BI4.0 SP07 Patch 5 and SP09, plus BI4.1 SP01 Patch 4, SP02 Patch 1 and SP03.

 

Regards

Re: Crystal Report Popup Logon Window On Windows Server 2012 R2 (IIS 8.5)

0
0

I guess I should have been clearer.

This popup is coming up because your report is not properly establishing a connection to the database you specified in your report. This could be caused by many basic reasons like a few listed below.

  1. firewall blocking access to SQL
  2. Improper report configuration
  3. incorrect user and password
  4. etc...

The most common reason after upgrading to new equipment that I have seen is the provider was not on the report server needed to connect to the SQL server causing this popup to come up. To test this simply enter the correct information in the window and if keeps coming up then it is most likely the provider. If it works when you enter the correct information then somehow your connection information is not proper in the report itself or the way your updating the report with the connection information.

Note: The native client pack needs to be on the report server(Runtime location).

 

What I just wrote may not apply to you because I noticed you have everything on one server. Your issue is probably because your mixing the runtimes.

From my experience you can only use one at a time and must uninstall anything before installing a new one.

Create custom Assignment block in Std. Component

0
0


Hi SDNites,

 

I have a requirement where I have to create a custom assignment block in standard component. I have created,

 

1. Custom component.

2. Created custom View.

3. Assign custom view to window.

4. Created Component Interface.

 

I wanted to know how can I consume this view into standard component.

 

Regards,

Abhi


Concatenate negative sign in CR

0
0

Hello All,

 

I have the following formula set up the formula field. I want to concatenate "-" negative sign, if the first condition is true. The following formula gives me an error - A number or currency amount is required here.

 

numbervar dInvAmount;

if {@fmlCredit}="C" then

+"-"+(dInvAmount:=({InvoiceHeader.TotalInvAmount}-{InvoiceHeader.DepositAmount}-{InvoiceHeader.PostageDepositAmount}) * val({@fmlConvRate}))

else dInvAmount:=({InvoiceHeader.TotalInvAmount}-{InvoiceHeader.DepositAmount}-{InvoiceHeader.PostageDepositAmount}) * val({@fmlConvRate});

dInvAmount;

 

Thanks,

Amol

Re: Multi mapping with mutiple mappingsteps?

0
0

Working on 7.4.

How would the split work if I have same occurrence?

 

//Andreas

Re: BW transport - variable prompt not transportable?

Re: Double dunning on same documents in FPVB run

0
0

Hi ,

       what does the application log of dunning proposal run  (FPVA) show for the CA /documents.

Re: Issue with user WF-BATCH

0
0

Hi,

 

Are you able to debug the logic (following the BAPI_ISUPARTNER_CREATEFROMDATA call) on ECC side? If not, and if the AND WAIT does not solve the issue (or does not solve it reliably), could it be that there is some loose coupled logic handler activated for BUS1006.CREATED Event, that needs to lock the Business Partner itself or performs something that in turn locks it..?

 

You can check the Event type Linkages for BOR Objects in Transaction SWETYPV. Or switch on Event Trace in SWELS (for the user that perfoms BAPI), and display the trace in SWEL. If that doesen't bring an idea what's going on, I'd go for tracing WF-BATCH in ST12...

 

cheers,

Janis

Re: UI Size in NWBC HTML

0
0

The problem is specific to NWBC HTML. In the browser the screen expands correctly.

32 versus 64 Bit DB Files

0
0

On a Windows Server, is there any difference in the DB file created with the 64 bit toolset versus the 32 bit toolset?  The same question for the data.  Is the size of a  Long xxxx  in the 32 bit DB the same as the 64Bit?

 

Randy


Re: Multiple Inputs to one RFC

0
0

I'm on the same version as you. Just tried again and it worked... go figure. I think I have a caching issue? Maybe I didn't hit deploy who knows but your solution works!

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

0
0

Hi Bimal, so sorry, but I don't know where I can find that number. can you PLEASE check if I went to the right place?

I clicked with the right button at HDB(System), than properties, and then opened this screen:

1.png

 

is that the number I must put over cer_rserve_addresses?

 

 

Regards and sorry my ignorance.

How can we show Total Quantity by characteristic in BEX ?

0
0

Hello,

 

We're working SAP BEX Designer. We need to show the Total Quantity (column number 5) by material.

Example:

The information in the infoCube is:

 

InvoicePositionMaterialQuantityTotal quantity
150
1193010020
1293020030
270
2193020070
360
3193020025
3293010035

 

The report should be as follows:

We must display the information by invoice and position.

 

Material 930100, invoices 1, 2 and 3, quantities: 20+35 = 55

Material 930200, invoices 1,2 and 3, quantities: 20+70+25=125

 

InvoicePositionMaterialQuantityTotal quantity
150
119301002055
1293020030125
270
2193020070125
360
3193020025125
329301003555

 

We have already tried using Restricted Ratios, Cells and variables, but we didn't achieve to make it work.

Any idsas on how to achieve this?

Thanks!

Florencia

Re: READ_ONLY_PERSONAL_PROFILE

0
0

The issue here is that SAP has implemented that parameter for the first step of the roadmap, not for the navigation that you can trigger from the toolbar. The overview screen is always in read-only mode because of the parameter, it is set in the Application Configuration. You can change it and see how the edit icon (pencil) will appear also in the overview screen. Coming back to the navigation that you can trigger from the toolbar, it is generic and defined in the Launchpad. As the Launchpad configuration doesn't have any application parameters set nor does it reference a WD Application Configuration having the parameter set, the Personal Profile will be editable. You might see it as an bug, I see it as an oversight on SAP's part. You might want to create a customer incident to SAP support to get their take on the issue. Last time I reported a bug in the Benefits Enrollment application and requested a one line bug fix for it, it took SAP 3 months to provide a fix so don't hold your breath. Meanwhile, I gave you the solution how to fix it yourself.

Re: VT03N Output could not be issued (VW086)

0
0

Google the message and find this post (as well as some others). The processing log should have the message class/number too.

Viewing all 8713 articles
Browse latest View live




Latest Images