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

configuration dependencies

$
0
0

Greetings all.

 

 

Want to ask you one question.

 

 

I'm building a configuration change the BOM table.

 

 

Expiration dates assuming a raw material of which is 2015/07/06.

 

 

There is another material replaces the old material, the effective date is 2015/07/06.

 

 

At the time of establishing order, a customer wants to use the old raw materials production.

 

 

The raw materials to be used prior to the effective date of 2015/07/06.

 

 

please tell me how to set up set dependencies.

 

 

Thank you.

 

 

Oscar


Re: How to add content to a decision table which already exists in BRFplus

$
0
0

Hi ,

 

After you inset the rows, you should activate and save it, like:

 

call method lo_decision_table->if_fdt_transaction~activate

   exporting

      iv_deep = abap_true.

 

call method lo_decision_table->if_fdt_transaction~save

     exporting

      iv_deep = abap_true.

Re: What are the effects if I cancel an Invoice using the cancel option?

$
0
0

@Frank wang thank you for this answer. im sure the result of which is equal to each other.

Re: OData model for repeated property

Re: DS 14.2.5.800 Unable to check in custom functions

$
0
0

unfortunately no, if you have a support case open, let me know the case #, I can have support provide you temporary fix for Designer, which you can use till the fix is released in official patch

SAP HANA Model Validation and DataPreview Error

$
0
0

Dear Expert,

 

We get some trouble when Data Preview the build HANA Model on HANA rev 91.

 

Here is a sample CA view, quite simple, only 2 tables join together. And it works fine on the same HANA db with rev91 several weeks ago.

ModelDefinition.jpg

When clicking the data preview button, hana studio now did not generate the expected data preview window. When using the SQL editor to data preview the Calculation View, it automatically generate below ERROR and trying to find the BIMC_DIMENSION_VIEW under SYSTEM schema.
This is quite different than before!
Since my understanding when data preview HANA model, it should go to query the column view under _SYS_BIC.
And I try to manually query the column view _SYS_BIC.TRAINING.02_TextJoin/ZCA_TEXT_JOIN  it still work.

data preview error.jpg

Then I try to copy the HANA model to another CA named ZCA_TEXT_JOIN_001, make NO change, and activate the model again. The activation failed with below ERROR. ..

Repository: Encountered an error in repository runtime extension; Index $IDX$ out of range[$BEG$,$END$)
ActivationFailed.jpg

 

I also attached the related information in indexserver trace. BTW, this data preview error and activation error not only happened in this model.
All the other HANA model on this system, all have this  issue. Seems like a system wide problem.

Let me known if you have any idea about this! Thanks a million.

Re: What are the effects if I cancel an Invoice using the cancel option?

$
0
0

hi balaji, thank you for the answer. it helps me alot

Re: configuration  dependencies

$
0
0

Hi Oscar,

 

This is use up functionality in MRP4 view of Material master.

You have to enter Follow up material in Old mateial Material master & date.

 

In your scenario , you want all raw materials to be used before particular date , hence you should input chnages in material master MRP4 view to be much earlier than 2015/07/06..May be one month prior ... so MRP can start using old material stock .

 

 

BOM chnages to be effective 2015/07/06 so that old material doesnot gets used after that date

 

 

Regards

 

Jatin


Maintenance Plan and Maintenance item

$
0
0

Hi,

 

Would like to know your suggestions on this.

 

We have a requirement where we need to create a Maintenance Plan and having several Maintenance items. Now the tricky part is, we wanted to have these maintenance Items triggered weekly, meaning 1 maintenance item will trigger this week, the next item will be triggered next week, and so on.

 

Is there a why we can set the Maintenance item to a different date/day to trigger?

 

 

 

Regards,

 

Nazarene

Re: ESRI map service Error

$
0
0

Hi Shailu,

 

When I selected no proxy option and try to open ESRI map it is showing a message 'Not a subscription user' however I have registered in ESRI and when I am opening esri link

ArcGIS Online - Create Web Maps, Applications, and Data in the Cloud

 

and entering the credentials that I maintained in Lumira I can login into ESRI website, is there any other registration that I am supposed to do?

 

Regards,

Abhishek

Re: How to solve the form displayed in two cases?

$
0
0

Dear Experts, sorry for a bit long for this comment. I am the first time using the fragment and faced some problems. Hope expert can guide me. Do correct me if any part i did wrong

Thanks.

 

The simpleFinanceFragment was created based on view.

ScreenHunter_116 Jul. 08 10.33.jpg

 

In controller, i declared oMyFragment as global variable and onHomePressed event as shown

ScreenHunter_117 Jul. 08 10.37.jpg

ScreenHunter_118 Jul. 08 10.38.jpg

 

console:

 

ScreenHunter_119 Jul. 08 10.39.jpg

 

inside simpleForm.fragment.xml: (I wonder how to set the viz properties in the bold part since i only call the fragment at the onHomePressed event?)

 

<core:FragmentDefinition xmlns="sap.m"

xmlns:l="sap.ui.layout"

xmlns:form="sap.ui.layout.form"

xmlns:mvc="sap.ui.core.mvc"

xmlns:core="sap.ui.core"

xmlns:viz="sap.viz.ui5.controls">

 

 

    <Page id="SFT" navButtonPress="onNavBack" showNavButton="true" title="Simple Finance">

        <content>

     <ScrollContainer focusable="true" height="100%" horizontal="false" vertical="true" width="100%">

  <viz:Popover id="idPopOver"></viz:Popover>

  <viz:VizFrame height="1700px" id="idVizFrameBar" uiConfig="{applicationSet:'fiori'}" vizType="bar" width="100%"></viz:VizFrame>

  </ScrollContainer>

 

  <form:SimpleForm  layout="ResponsiveGridLayout" minWidth="1024" maxContainerCols="2"  labelSpanL="4" labelSpanM="5" emptySpanL="1" emptySpanM="1" columnsL="1" columnsM="1" columnsS="1"   >

  <form:content>

  <Label text="Year To Date" />

  <DatePicker id="DPRevenue" placeholder="Enter Date " change="handleChange" class="sapUiSmallMarginBottom"/>

  <Text text="" />

 

  <Label text="Revenue" />

  <Text text="{}" />

 

  <Label text="Year To Date" />

  <DatePicker id="DPExpense" placeholder="Enter Date " change="handleChange" class="sapUiSmallMarginBottom"/>

  <Text text="" />

 

  <Label text="Expense" />

  <Text text="{}" />

 

  <Label text="Year To Date" />

  <DatePicker id="DPProfit" placeholder="Enter Date" change="handleChange" class="sapUiSmallMarginBottom"/>

  <Text text="" />

 

  <Label text="Period to Profit Changed" />

  <Text text="{}" />

 

  </form:content>

     </form:SimpleForm>

 

 

  </content>

    </Page>

   

</core:FragmentDefinition>

Re: RFP Request For Proporsal

$
0
0

Gracias Jorge... aunque me gustaría uno en español

Re: Problem in a grid when using the scrollbar

$
0
0

Hi Jorge,

 

As stated by Edy, PL5 (and 6) has a lot of bugs, you should do a try with PL7.

 

Regards,

Eric

Re: Show image in crystal report 2008

$
0
0

Hi Owen Slater , I have the same problem with deep,, I want to create a summary of item with picture on it,  you are right that only the filename of the picture is stored in database, I did follow your instruction and got some error on the formula side please see attached picture below, and please advice the right formula . thanks in advancereport.png

Re: Integrate "Action" button in the Actions list

$
0
0

Hi Leonid,

 

Currently it is not possible(partner/customer) to replace the SAP sub-action button with custom one. The way is that like you attached to define it next to the standard buttons.

And then hide or disable the standard one.

 

Moreover, for the Translation, not all the objects/items are scoped in the Administration- language translation. This could be covered in the future release i think.

 

hope this clarified your question.

 

Regards,

Qiang


Re: Delete workbook with all references

$
0
0

Hi Kurt,

 

"Delete [workbook name] permanently, along with all references." will only delete workbook completely from the system,

 

Queries used the workbook will not be deleted they will be available in the system.

 

There will be available in the system.

To delete the queries you need to separately delete them.

 

Regards,

Amit

Re: Service Entry Number upon FIRST enter in DMS

$
0
0

I've already tried all possible ways. Tried other object links but it's not the same behaviour as the SES is.

Re: Delay Duration & Actual Delayed Event populating in Alert Framework

$
0
0

Hi Arun,

 

EM Attribute ID EE MODIFY DURATION belongs EM object EV message.

 

 

I was trying to search and assign EM Attribute ID EE MODIFY DURATION to map in Alert Category, however It doesn't provide EV message EM object. 

 

 

Shows "No Values for this selection but it allow us to assign in alert category like below without any error.

 

 

Check below:

 

Have you configured "EE MODIFY DURATION" in Tcode ALRTCATDEF under Container Tab to bring EVT_DURATION? I couldn't trigger but try and let me know.

 

 

Regards


GGOPII

Close cost centre without closing org unit

$
0
0

Hi,

 

We are looking to close the  cost centre for any financial postings (SI, distribution) for specificed period.

 

is it possible to control cost posting without delimting org unit ? Woarkaround are always welcome.

 

Thanks

Govind Sharma

Re: SAP NW BPC 7.5 delete application dump error in devlopment

$
0
0

Hi Srinvias,

 

Firstly SP 13 is very old for 7.5 NW.

go through the new SP notes, and see if the new SP will fix this issue.

 

try delete again and do you get the same error message?

 

 

Andy

Viewing all 8746 articles
Browse latest View live




Latest Images