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

Re: Update distribution status(VLSTK) in LIKP

$
0
0

Thank you for your kindly reply. My requirement is for a seperate program. But anyway, thank you for you point out the userexit for it. Thank you.


Re: Update distribution status(VLSTK) in LIKP

$
0
0

Thank you for your help. This function is good .it is to change the status to D or A. But it is very helpful .Thank you.

Re: How to eliminate # and not assigned from report level

$
0
0

Thanks Fernando..

 

That would be helpful

Re: Unable to load data to PSA table from CRM source system.

$
0
0

Hi,

 

Firstly we need to check whether the data extraction job finished successfully or not in the source system.

Please logon source system -> sm37 -> search the job name: BIREQU_....   << BI + request ID

 

If the request finished successfully, then we can check the IDocs according to the job log.

OpenSQLException in Production Portal

$
0
0

Hi Experts,

 

We are facing below exception in Production portal default trace.

 

com.sap.sql.log.OpenSQLException#Cannot assign a java.lang.String object of length 290 to host variable 1 which has JDBC type VARCHAR(105).#com.sap.sql.log.OpenSQLException: Cannot assign a java.lang.String object of length 290 to host variable 1 which has JDBC type VARCHAR(105).

at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)

at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)

at com.sap.sql.types.GenericResultColumn.checkLength(GenericResultColumn.java:213)

at com.sap.sql.types.VarcharResultColumn.setString(VarcharResultColumn.java:63)

at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:511)

at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setString(PreparedStatementWrapper.java:355)

at com.sapportals.portal.pcd.pl.ShortStringTable.select(ShortStringTable.java:111)

at com.sapportals.portal.pcd.pl.ShortStringConverter.shortToLong(ShortStringConverter.java:120)

at com.sapportals.portal.pcd.pl.PlFactory.convertShortNameToName(PlFactory.java:1155)

at com.sapportals.portal.pcd.gl.PcdObjectFactory.convertShortNameToUrl(PcdObjectFactory.java:176)

at com.sap.portal.unification.LocalScenarioHelper.fetchIPortalRole(LocalScenarioHelper.java:314)

at com.sap.portal.unification.LocalScenario.getDefaultTarget(LocalScenario.java:95)

at com.sap.portal.unification.ObjectBasedNavigation.getDefaultTarget(ObjectBasedNavigation.java:95)

at com.sap.portal.unification.ObjectBasedNavigation.getDefaultTarget(ObjectBasedNavigation.java:78)

at com.sap.portal.navigation.ObjBasedNavigation.resolveOBN(ObjBasedNavigation.java:326)

at com.sap.portal.navigation.ObjBasedNavigation.doContent(ObjBasedNavigation.java:530)

at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:207)

at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:112)

at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)

at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)

at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)

at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)

at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)

at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)

at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)

at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)

at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)

at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:249)

at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:561)

at java.security.AccessController.doPrivileged(Native Method)

at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:434)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1064)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)

at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)


Kindly help us in resolving the above issue.


Thanks and Regards,

Devi

Re: Restoration of archived files error

Re: Prevent to close notification IW21 if the order IW31 is not closed

$
0
0

It is assumed that you are talking about linked Notifications with assigned Order. You have given a good title to your discussion. Still better title could be : 'Prevent NOCO from IW22 for Notifications with an assigned Order'.

 

Now the solution:

You can do it through user-exit QQMA0014. Put the following code in the include ZXQQMU20 of the exit and the job done.

IF i_viqmel-phase = '4'.
   DATA: v_phas TYPE pm_phase.
   CLEAR v_phas.
   SELECT SINGLE iphas FROM afih INTO v_phas WHERE aufnr = i_viqmel-aufnr.
   IF v_phas <> '3' .
     MESSAGE: 'Notification can not be completed until Order gets TECO' TYPE 'E' DISPLAY LIKE 'I'.
   ENDIF.
ENDIF
.

If an Order is linked to a Notification and when you try to complete a Notification from IW22 then you get this error pop-up.

Capture.JPG

 

You know well that when Order gets TECO (from IW32) this notification also gets NOCO. So you can modify above message in the code such as:: 'Notification can be completed from Order only'. I had such requirements and I have this code in use. It's a 2min job for your ABAPer.

 

 

Good luck

KJogeswaraRao

Re: Single cycle plan with counter

$
0
0

Hi  JogeswaraRao,

 

     Thank you for you help, the problem has been  resolved.

 

     But I can not understand what is the meaning of the maintenance plan scheduling parameters.

 

     ie. What is the meaning of  "call horizon", what is its function?

    


Re: How to load data to infoobject

$
0
0

Hi,

 

Please load the data into Datasource(PSA) first, then load it to infoobject using DTP.

In the DTP, you can find a setting (Handle Duplicated Record Key).

1001.png

Functional Currency Configuration

$
0
0

Hi All

 

Can a functional currency & company code (local currency) differ? We have company in Peru which is configured as PEN  as company code currency & USD as group currency. Now we got request that functional currency to be USD. How it will be configured? According to me company code currency=functional currency.

 

Regards

 

Pankaj

CK24 Multiple times release

$
0
0

Dear Experts,

 

My Development and Testing system has the cost estimate released. So I couldn't perform this test.

My question is, can I release cost estimate for 1 material on this month, and then tomorrow release another cost estimate for another material?

Will SAP show the status like below to block me from marking or release?

Img.jpg

Re: Migrating open sales orders to SAP with same confirmed delivery date.

$
0
0

If you get a different confirmed date after migration then either (a) the previous confirmed date was incorrect and not supported by actual inventory availability or (b) the inventory availability or ATP configuration in SAP is inaccurate (c) orders were entered in a different sequence and a wrong order got "dibs" on the inventory first.

 

If you correctly migrate the inventory data, the POs and whatever else is relevant to the ATP check in your system then this should not be a problem.

 

It should be part of UAT though.

Re: Need To Change the multiple columns to rows

$
0
0

Dear Raymond,

 

i dont want quantiy. i can calculate even last column. but i need only 0n particualr day and particula vehicle how many invoice(load) trip, how many empty trip is moving to customer place. exactly ined this kind of data in above format thats it.

 

Regards

Babu P.

Re: HANA Input parameter in Planning Aggregation level

$
0
0

Hi Shashi,

 

Thanks for the reply.

 

I am having a composite provider as a source for my aggregation level.

Till the CP level i can see the currency conversion working with document currency being passed as input parameter to HANA view and i get the desired output in target currency.

 

But once i create an aggregation level and a Bex query, passing values from the bex mandatory variable is not working. When i execute the query in RSRT it throws error "Provide values for variable document currency" and found that the query variable is accepting values but its not getting passed to my composite provider from aggregation level.

 

Please share your thoughts on this.

 

Thanks,

 

Aravind Babu

Re: SAP UI5, SAP MII working on Adding new row???

$
0
0

Hi Nagaraju,

 

1. First thing you would be doing is calling a MDO query with insert mode which will insert the new records.

2. Once the records are inserted to MDO, then you have to make one more call to MDO with select mode which will retrieve the new records and set the same to table model.

3. Finally, you can see the new row data gets appended to table.


Regards,

Sai Vellanki.


Re: SAP Design studio does not support delegated measures. Can we have a workaround for using delegated objects required for average and percentage calculation?

$
0
0

Thanks Tammy. Need to explore that.

Re: Work Order Component Tracking

$
0
0

Here I have to understand that this warehouse is not of the Plant where the maintenance is taking place.Then warehouse to maintenance tracking is definitely not a part of SAP-PM at the same time I doubt whether this is covered within any other space of SAP. If somewhat close solutions exist, that information will be MM space.

 

If you say the warehouse and maintenance both belongs to same plant, then I do not think there are points of tracking between these two in SAP. But your query more fits to MM space.

Balancing field "profit center" in line item 001 not filled

$
0
0

Hi All,

 

          I am getting following error while doing settlement of production order through 'KO88'. I didn't change any configuration and also I haven't faced same issue before.

 

 

   " Balancing field 'Profit Center" in line item 001 not filled "

 

 

Please let me know the proper solution.

 

Thanks advance,

Amit S.

Re: Blank Report opens from LaunchPad

$
0
0

Hi Tammy,

 

 

SP is -

 

AO SP.PNG

That link also specifies that with AO 1.4 and BI 4.1 , Workbook can be openend from LaunchPad.

 

Thanks,

Rohini

Re: How to change/update a System Database host in SLD?

$
0
0

Hi ,

 

You can re-register in RZ70 tcode , then check sldapicust tcode in your source system where it is pointing .

 

 

Once all the above performed , check the entries  of RFC , SLDAPI , SLD_UC , SLD_NUC .

 

 

It should be changed for RFC while chaning in sldapicust  still you can verify.

 

 

Regards,

Pradeep.

Viewing all 8676 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>