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

Re: Output type missing

0
0

I am assuming you have maintained the condition record, Can you check following --> Click on message--> Go to Determination analysis.. Check is system able to find the condition record you have maintained for your Output Type ZNIP, It will be helpful if you can share a screen shot


UCF7033No data has been read from the source data stream

0
0

Hi guys,

I have created an Load from datastream to an infoprovider on other system . Did the mapping but when executing the task I am getting UCF7033 No data has been read from the source data stream.

 

But checked the mapping Source selection and did a test listcube with the source selection from the task log . When I do so I receive any data from the system where the source cube is located but when executing load from datastream I am getting this message that no data has been read. Can you let me know where I can put a break point to see where the problem is? Or what would you suggest to do?

 

Any advice welcome.

 

Regards,

murat

Re: Cell selectable in Normal table in Web Dynpro ABAP

0
0

Hi,

 

What do you mean by column position . You can get the row position(index) by using the mentioned code earlier. And column name you can get from the onEnter event.

 

Regards,

Kiran

Re: Set Customer purchase order expiry date in Sales order.

0
0

If there was such functionality what would you expect it to do exactly? Sales order represents certain commitment. Customer commits to buying goods and seller commits to selling them. If there is a specific 'deliver by' date then it is entered in the sales order and ATP runs that tells you and the customer whether this date can be met. If this date doesn't work for the customer, the order may be rejected. If something goes wrong before the delivery (e.g. vendor fails to deliver, quality issue, etc.) then I guess you'd need to provide the customer with an update. I'm not an expert on this but there also might be some mechanism in the delivery to prevent late deliveries to the customer.

 

Quotation and contract are the documents with expiration date, but I just don't really see how a PO expiration date would blend into a regular sales order process...

Crystal Reports SDK question

0
0

Hi,

 

  Please excuse me, at the risk of being annoying, I'd like to rephase my prior discussion:

 

  My understanding is I can not use BI 4.x (including Crystal Server 2013) 4.x SDKs (V 14) for unmanaged reports.

 

  So can I use some other SDK to open/view and FILTER Crystal reports which are generated using Crystal Server 2013 but stored as unmanaged reports (outside of CRS) in a folder. Again, I will schedule reports to run (that were created using Crystal 10) using CMS Crystal Server 2013 scheduler and configure CRS to store them in a WIndows OS folder.

 

 

Thanks for your time & patience with me,

Best Regards, Joe  

Re: Xcelsius Install

0
0

Hi Ajay,

just so i understand you correctly and communicate correctly also (unlike last time )

I assigned the ports and opened the ports on the server level, i can conenct the client tools using the CMS name when i am on the server.

But if i want to access the server using IP i need to assign the server IP to each server on the SIA.

because right now e.g. i can conenct to BI launch using the url with <IP:8080>/BOE/BI, but if i assign the IP to each physical server under SIA i will be able to use that IP for client tools on the server and also other client machine. (server is using a assigned IP though)

Do i need to put the IP in the host file of the client machine also though so my client tools could conenct to this server??

 

Sheikh

Re: Problems with tx: sxmb_ifr

0
0

I don't know what was the problem, but only i have change file host, i've made a simple copy-paste of the file.

 

C:\Windows\System32\drivers\etc

 

 

 

Thanks for all.

 

 

 

Regards

Re: Custom fields replication in Installed Base

0
0

Hi Venky,

 

I do not have an asnwer to the question of yours on how to replicate data from ECC to your custom attributes in CRM.

 

But I have question on set type thing as I have a similar scenario.

 

The question I have is when you create your set types and attirbutes for the custom field to show up in Component detail - So  are you able to edit this field from component detail in IB52 ?

 

I think not, since this a actually a product view so this custome field can be only maintained from COMMPR01..right ?

 

Is their a way through configuration wherein we can have a custom field appear at the component level in the "compoenent details" section at the top instead of in the product views?

 

I am not looking at EEWB approach for now.

 

Any suggestions would be appreciated.

 

Thanks


Re: help with MRP areas and SLOC to SLOC transfer

0
0

Hi Vlad

 

This not possible on the standard system. When you create a storage location MRP area, it means that this storage location will be planned independently.

 

Considering the stock from the storage location MRP area under the plant MRP area may lead to uncovered requirements on the plant MRP area. Nevertheless, if you want to do that, you can use method CHANGE_MDPSX_MARD of BAdI MD_CHANGE_MRP_DATA to increase the plant stock.

 

See an example of this BAdI on the following document:

 

Making an element not relevant to MRP or MD04 using BAdI MD_CHANGE_MRP_DATA

 

BR

Caetano

Re: Spaces in a subreport after the Report Header and before the Detail

0
0

What's the best way to do this, "Save Data with Report"?

Re: Workflow integration with HR Triggers (Terminations)

0
0

Hi Alessandro

 

I was able to kind of get the idea of what to do, however I still wasn't able to find a document that would continue the HR trigger configuration into workflow.

I used BRF plus Flate Rule - GRC Integration to somewhat configure workflow with the BRF config I did for Terminations, however since it's not exactly for HR triggers I'm not sure if what I'm doing is correct.

Anyway, I got an error when simulating the workflow shown below:

 

Capture1.JPG

 

Regards,

Maria

Re: No auto route determination for sales order

Re: BSI Tax Factory 10.0

0
0

Matt -

 

We didn't think it would either but we found employees running 4-5x longer than normal.  It builds a lot of extra data in the USTAX portion of the payroll log.  When we turn the feature off, then our run time is back to normal.

Re: Can we delete Home tab?

0
0

Hi Oscar,

 

Try below steps to set documents tab as home page

 

     a.  Go to Preferences in BI Launchpad.

     b.  Uncheck "Use Default Settings".

     c.  Select "Documents Tab".

     d.  Select "Folders".

     e.  Select "Public Folders" or a specific folder that you want to see.

     f.  Save and Close.

 

Refer the thread below, similar requirement on BI launchpad customization.

 

Re: Question regarding using BI Launch Pad

Re: dtp routine to filter data

0
0

Hi Francisco ,

the sample code for start routine u have given is working fine for me but for performance sake i need to write the routine at dtp level to filter data for material.

Can u tell me how to write the routine to filter data in dtp level, can u give me sample code.

below is the code i have written in start routine, if i want to implement this logic in dtp level how to write the code.

please help me with this issue.

 

 

DATA: L_TABIX TYPE SY-TABIX,

      ITAB TYPE STANDARD TABLE OF /BI0/A****00,

      ISTRUC LIKE LINE OF ITAB.

Select from /BI0/A*****00 Into Table ITAB

   FOR ALL ENTRIES IN SOURCE_PACKAGE

       WHERE material= SOURCE_PACKAGE-material.

LOOP AT SOURCE_PACKAGE ASSIGNING <SOURCE_FIELDS>.

    L_TABIX = SY-TABIX.

    READ TABLE ITAB INTO ISTRUC WITH KEY material =

    <SOURCE_FIELDS>-material.

    IF SY-SUBRC NE 0.

        Delete SOURCE_PACKAGE INDEX L_TABIX .

    ENDIF.

ENDLOOP.


Regards,

Ramesh.


Re: Issue on exported pdf with .NET SDK Redistributable a 64 bit 4.1 SP4

0
0

One more bit of info....

 

If you expand the field to actually show you all of the data in CR Designer and then preview in the app it shows all of the characters.

 

So for what ever reason the report object should have had enough space to display all of the info to start with.

 

But, I do agree this is odd behaviour in the Viewer, it should have chopped the string off and not display all of the data.

 

Also, if you use the MS XPS printer it shows it slightly chopped off, but if you change to a different printer the number of characters also changes...

 

 

CRD - XPS printer:

 

CRD HP printer:

 

Bottom line is you'll have to alter the reports, this is a function of the printer drivers and USP10.dll.

 

Nothing R&D can do since the report was never given enough space to display all of the data to start with.

 

This actually could have been considered a bug in the viewer showing to much data...

 

Don

Custom Record Sort - CR2013

0
0

I have a DB field which gives below possible values in any order

 

Cancel

Original

Rebill

 

I want to always display the corresponding record in below order of this field.

 

Original

Cancel

Rebill

 

How do I apply the custom record sorter?

 

Vishal

Re: If I execute the report for single date it will Execute for 7 days

0
0

Hi Tulasi,

 

Ok, I have already understood. I think you should create 7 Restricted Key Figures (one for each column) using the formula RelativeDate().

 

Something like this:

 

RKF1 = [Measure] where([Day] = [Day]
RKF2 = [Measure] where([Day] = RelativeDate([Day];+1))
...
RKF7 = [Measure] where([Day] = RelativeDate([Day];+6))

 

Regards,
Carlos

Re: WMS Plug interface

Re: what is the user exit for object service toolbar

0
0

Hi Raymond,

 

I have a requirement to bring a warning message in VA02 transaction code service object toolbox,Means in service object toolbox file attachment icon if we go for view see the file attachment then one file attachment list popup will come if there i select one file and click on any activity like for delete so one warning message should come.If i debug that place then i am getting class CL_BROWSER AND METHOD HANDLE_USER_COMMAND.but that class is a standard so i have doubt to if i implement my logic in method then it will effect to some other or not.Gentle mans if you know some user exits then it will very help full for me. Pls  see the below screen shot for exact requirement in VA02 refer to link also.

 

 

Pls find the link for more information.

 

http://scn.sap.com/docs/DOC-33485

 

VA02 SERVICE OBJECT TOOLBOX

va02.PNG

Viewing all 8798 articles
Browse latest View live




Latest Images