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

Re: Set SQL Expression Fields in VS 2010 Verison of Crystal Reports

0
0

Thanks for your reply.

I'm using a view as the data source of the report and all tables in that view are linked. (is that what you mean?)

To delete the fields, I opened the report with the older version of the Crystal (the one it's been created in) but as you said I still don't have access to those fields (Alike the screenshot above, there's no Sql Expression Field item on the column).

Is there anyway I can solve the problem? (Beside creating a new report and copy/paste everything)

Thanks again


Re: SAP BO Measure IS NULL function

0
0

Hi

 

You can try bellow

 

select SALE.SALE_TOTAL from SALE where SALE.DAYS_RENTED = 'NULL'

 

and also you can try ...trail and error method using function provided in the IDT. coz it simple code

Re: MRP Profile data in Sales Order

0
0

Impossible.

 

Use MV45AFZZ and Z table to assign your storage location and then use an ATP userexit to define your rules., you could once again use MV45AFZZ but it is complex and ATP errors most likely will occur.

Reverse production

0
0

hi, is there any standard t-code to reverse production.

 

regards,

rss

Re: Crystal reports working in Dev not in production

0
0

what does that mean?? sorry if i sounds like dumb..please explain.. what will happen if i load in pre init and in page load and in button click..

SAP PP HANDLING UNITS

0
0

Hi,

 

I Understood HU in SAP PP,But my question is suppose i have an FG material which is packed in pallets,so i consider pallet as BoM component for these FG material.In my scenario FG material is pure sales order specific,so production against sales order only.

 

eg: FG--100kgs

pallet600*600---1 peice(in BoM)

 

maintained all HU packing instruction .....

 

If i do sales order specific production of FG 300kg then system will propose handling unit pallet required is 3peices which i have packed

 

sales order600001--300kgs then

 

production quantity as

hu100001--100kg---SalesOrder-600001

hu100002--100kg---SalesOrder-600001

hu100003--100kg---SalesOrder-600001

 

Now i have delivered only hu100001 against sales order 600001 due to some financial clearance i didnt allote hu100002&3..Later after one month i have unpacked these hu100002 & hu100003 & assigned to another sales order where customer has asked in terms of unpacked material.

 

So if i do unpack then pallets of 2peices are to be in stock how can i unpack & keep in stock in SAP using HU.

Re: SAP ABAP support ends in 2018

0
0

Seems like a Whats App circulated message.

 

Send it to 3 of your friends!!!!!.

 

Just read it and ignore.

 

Regards,

Amit

KM configuration Error

0
0

HI,

 

While creating CM repository in KM configuration I am getting this error.

 

#EP-KM-FWK-RF#sap.com/com.sap.netweaver.bc.rf.manager#C000C0A802D201AC000008D200000260#5374450000011850#sap.com/com.sap.km.application#com.sapportals.wcm.repository.manager.cm.CmRepositoryManager.initDB(581)#Guest#0#JTA Transaction : 37777#40E1CA25C09D11E3C36C0000005201F2#40e1ca25c09d11e3c36c0000005201f2#40e1ca25c09d11e3c36c0000005201f2#0#Thread[Timer-10,5,ApplicationThreadGroup]#Plain##

Can't create new ID cause there is no AutoIDHandler present! - com.sapportals.wcm.repository.manager.cm.persistence.PersistenceException: Can't create new ID cause there is no AutoIDHandler present!

  at com.sapportals.wcm.repository.manager.cm.persistence.BasicPersistenceDB.getNewID(BasicPersistenceDB.java:147)

  at com.sapportals.wcm.repository.manager.cm.persistence.commonjdbc.PersistenceCommonJDBC.createNode(PersistenceCommonJDBC.java:1522)

  at com.sapportals.wcm.repository.manager.cm.persistence.BasicPersistenceDB.createDocument(BasicPersistenceDB.java:1480)

  at com.sapportals.wcm.repository.manager.cm.persistence.BasicPersistenceDB.createDocument(BasicPersistenceDB.java:1468)

  at com.sapportals.wcm.repository.manager.cm.persistence.BasicPersistenceDB.createDocument(BasicPersistenceDB.java:1463)

  at com.sapportals.wcm.repository.manager.cm.persistence.commonjdbc.PersistenceCommonJDBC.ensureRoot(PersistenceCommonJDBC.java:601)

  at com.sapportals.wcm.repository.manager.cm.CmRepositoryManager.initDB(CmRepositoryManager.java:388)

  at com.sapportals.wcm.repository.manager.cm.CmRepositoryManager.startUpImpl(CmRepositoryManager.java:243)

  at com.sapportals.wcm.repository.manager.AbstractRepositoryManager.start(AbstractRepositoryManager.java:529)

  at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler.tryToStart(CrtThreadSafeComponentHandler.java:263)

  at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler$1.run(CrtThreadSafeComponentHandler.java:299)

  at java.util.TimerThread.mainLoop(Timer.java:512)

  at java.util.TimerThread.run(Timer.java:462)

#

 

Thanks,

Aishwarya


Re: Automate the Costing Run

Re: Routine inquiry

0
0

Hi Venkat,

 

I have gone through your code, everything seems fine except this.

 

please try this once.

 

types: begin of mar_typ,

  material type /bic/azmnp00-material,

  plant type /bic/azmnp00-plant,

  end of mar_typ.


data: int_tab type standard table of mar_typ,

       wa type mar_typ.


select a~material a~plant b~material b~plant

         from /bic/azmnp00 as a

           join /bic/azmsnp00 as b

    on a~material eq b~material
         a~plant eq b~plant

         into table int_tab

         where material = SOURCE_PACKAGE-matnr and
         and plant = SOURCE_PACKAGE-werks.


Regards,

Upender

Data source tranportation

0
0

Hi All,

 

I have enhanced existing data source in development system, testing in quality system. Now i would like to transport the enhanced data flow to production system. In production system we are getting data loads daily. So what needs to be taken care in production system before importing in production system.

 

Regards,

Jyotsna    

Re: Error in standard order

0
0

You need to check your order type where you have a tab for Requested Delivery Date.  Check here what is maintained.  Also you need to check MRP views where in one of MRP views, you can see a field Replenishment Lead Time.  Both of these fields will have impact in Sale OrderDelivery Date

 

 

G. Lakshmipathi

Re: Problem OBN to the SalesOder Facsheet

0
0

It's SalesOrder and not Purchase Order

 

Where should I insert this code?

Re: set parameter id.........

0
0

Hi Susmitha,

This doesn't skip the first screen, I think it has ambiguity in choosing among display/change/create/delete modes.
So is there any solution apart from doing a BDC?

Re: How to Clear the custom filter in assignment block

0
0

Hi Deepthi,

 

Custom filters once set cant be deleted automatically. You have to get the iterator of the collection and delete all filters by setting delete all filters flag true.

 

Thanks,

Bhushan


Re: Accounts determination error is coming while create billing.

0
0

Can you suggest How to and where to check master maintained for this 'A4'. Anything is misssing in master or not ?


In MM02 under sales :sales org2, see below.

 

mm02.png

similary for customer master in Xd02->under sales area data tab->billing documents -> you can see acct assgmt group here you check.

 

if you maintain the correct account groups (which are having GL accoutns assingned)in the above both master system will not thprough any error in future.

 

And for current document you can goto VF02-goto->header-acct Assg GR and also at item level with the sames path if you correct the correct AAG then the current error can be overcome.

 

thanks,

Srinu.

Re: Splitting interval values to different customer exit

0
0

Hi

 

thanks for the reply,

 

but my requirement is that i want to have previous year data also in another selection , now if i restrict the query with calmonth interval , then i don't get the data for the another selection

 

hope u got my question.

Approve Request Fiori app - UI Extensions not working

0
0

We have configured the standard Approve Requests app to show Customer Invoice approval and it works fine. And there are 3 requirements I am trying to achieve in our sandbox on top of the Approve Requests (CA_ALL_APV) app.

1. Add a custom UI field in the info tab of the details page.

2. Enable to show the attachment and notes tab (standard app has these 2 not visible)

3. Enable multiple approval(I think i'll start another discussion for this requirement since standard doesn't support mass approval-which is such a negative for this app)

 

After downloading the application and adding it to an SAPUI5 project in eclipse, I made the following changes:

 

For requirement 1, I created  InfoFields.fragment.xml where i have the below code:

<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core">

    <Label  text="Vendor ID"/>

      <Text  text="1234"/>

    <Label  text="Custom Field 2"/>

      <Text text="Custom Text 2"/>

</core:FragmentDefinition>

 

Additionally for requirement 1 along with requirement 2, i created a customizing object under the metadata object with the below code in Component.js:

customizing : {

  "sap.ui.viewModifications": {

  "cross.fnd.approve.requests.view.S3": {

  "ARAttachmentIconTabFilter": {

  "visible": true,

  }

     },

  "cross.fnd.approve.requests.view.S3": {

  "ARNoteIconTabFilter": {

  "visible": true,

     }

  },

  "sap.ui.viewExtensions" : {

  "cross.fnd.approve.requests.view.S3":{

  "CustomerExtensionForInfoTabContent": {

  className: "sap.ui.core.Fragment",

  fragmentName: "cross.fnd.approve.requests.view.InfoFields",

  type : "XML"

  }

   }

  }

  }

  }

After making the changes, I uploaded the WebContent folder of the project back to the backend with the report /UI5/UI5_REPOSITORY_LOAD.

 

I named the new BSP application ZVCA_ALL_APV5.

How i tested? I tested it in 2 ways:

1. From SE80, Right Click and test. This does not load anything. A blank page is shown. The console in the IE developer tools shows no errors.

2. Change the URL in LPD_CUST to point to the new BSP. The run the fiori launchpad. this will show the tile for Approve Requests with the correct number of workitems as 2. But once you click on the tile, an error popup is shown which reads 'Failure - Unable to start App'. The console in IE has an error: "TypeError - Object doesn't support property or method '_createRequestUrl' Approve Requests".

 

I made the changes to Component.js and did not touch Component-dbg.js or Component-preload.js. Do i need to change these 2 files too each time i change Component.js?

 

We are in process to decide if we really want to use Fiori or go with Kony. So I would want to get Fiori working in sandbox with our custom requirement to give it a chance.

@Fiori Gurus: What do you think the problem is? Am i making any silly mistake here?

 

Best Regards,

Varun

sender HTTP header parameters to pass for authentication

0
0

Hi Expert's.

 

in my scenario is HTTP-POST TO PROXY. post will send  the data using url parameters

but its not having the user  authentication.how can we pass the user authentication in sender HTTP  header level.

Please give me with the example or screen shots .

 

 

Regards

Ravi

Re: Create MM alerts in Java Stack only

0
0

Hi Ramanjaneya Reddy,

 

Basically you need to have the custom error message which needs to replicate the same in AuditLog.

it is a Single stack so it is required to enhance the UDF's bit.

1)Enhance the UDF and report the same with Message ID and Custom error message to jar file.

2)Add that jar file in the message mapping tab---?Funtions--->Archieves.

3)This jar file concatenate the custom error with Generic error message and which will come up with the alert.

 

 

Follow the below link for more information.

write mapping message to RWB audit log when ICO is used in PI 730

Writing Log Entries to Audit Log of the Message from Custom Java Mapping Program

 

Hope this will be useful.

Viewing all 8746 articles
Browse latest View live




Latest Images