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

Unknow error in a query

$
0
0

Dear SAP gurus,

 

I've created the following query based in another query that I made before, the only change I made is in 'WHERE' the field T3.[U_ExtON], before I used another user defined field, with the same characteristics as this one, but when I use this query the following messages appear:

 

'Document' (RDOC)

'Blanket Agreement' (OOAT)

'Received Alerts' (OAIB)

 

I have no idea what does it mean, and where is the problem. Please, can you help me?

 

Regards,

 

SELECT  T0.DocNum as 'Sale Order NO',

T0.CardName,

T3.[U_OrderNo],

T3.Dscription,

T3.[U_Box],

T3.U_Reference,

T3.Quantity AS 'Sales Qty',

T2.CardName as 'BP Name',

T2.DocNum as 'PO Number',

T2.DocDate as 'PO Date',

T3.Quantity as 'PO Qty',

T5.DocNum as 'Goods Receipt No/收货采购订单',

T10.U_Urgent AS 'Urgent',

T10.U_Inspected AS 'Inspected',

T10.U_Packed AS 'Packed',

T10.U_Delivered AS 'Delivered',

T5.DocDate as 'GR Date',

T4.Quantity as 'GR Qty',

T4.U_ShelfNo as 'Location',

T7.DocNum as 'Rejected No',

T7.DocDate as 'Rej Date',

T6.Quantity AS 'Rej Qty',

T9.DocDate as 'Del Date',

T8.Quantity AS 'Del Qty' ,

T1.U_Att AS 'Link1',

T1.U_Att2 AS 'Link2',

T1.U_Att3 AS 'Link3',

T1.U_Att4 AS 'Link4',

T1.U_Att5 AS 'Link5'

 

 

 

 

FROM

dbo.POR1 T3

LEFT JOIN dbo.OPOR T2 ON T3.DocEntry = T2.DocEntry

LEFT JOIN dbo.PDN1 T4 ON T4.BaseEntry = T2.DocEntry and T4. BaseLine = T3.LineNum

LEFT JOIN dbo.OPDN T5 ON T5.DocEntry = T4.DocEntry

LEFT JOIN dbo.RPD1 T6 on T6.BaseEntry = T5.DocEntry and T6.BaseLine = T4.LineNum

LEFT JOIN ORPD T7 ON T7.DocEntry = T6.DocEntry

LEFT JOIN [dbo].[@GRPO] T10 on T5.DocNum = T10.U_DocNum and T4.LineNum = T10.U_LineNum

INNER JOIN dbo.RDR1 T1 ON T1.DocEntry = T3.Baseentry and T1.LineNum = T3.BaseLine inner join

dbo.ORDR T0 ON T0.DocEntry = T1.DocEntry

LEFT JOIN DLN1 T8 on T8.BaseEntry = T0.DocEntry and T8.BaseLine = T1.LineNum

LEFT JOIN ODLN T9 ON T9.DocEntry = T8.DocEntry

 

 

 

 

WHERE T3.[U_ExtON] Like '%[%0]%'


Re: Seeking solution for inserting backdated Action and deletion of backdated Action

$
0
0

Hi Gupta,

 

Which scenario (A or B) are you referring to?

 

If it is for scenario B, I do not want to change the date, I want to delete the ActionA2 altogether.

 

For scenario B, if ActionA2 is deleted, ActionA1 should be automatically extended, but SAP blocks this.

 

I am trying to understand the reason why they do not want the user to do this, as deletion can be done if all Actions has the same Employment Status.

 

Similarly, for scenario A, I cannot cut ActionA1 if my ActionA2 has different Employment Status, I can cut only if ActionA1 and and ActionB1 has the same status.

 

Again, why is this limitation imposed?

 

Regards,

Tri

Re: BP Catalog number in Packing Slip

$
0
0

Hi,

 

Please provide an example to understand the requirement. It will be better, if you start with new discussion.

 

Thanks & Regards,

Nagarajan

Re: Business Object class for PM Order (BUS2007) in TREX

$
0
0


Hi Frank,

 

What I was trying to explain, but wasn't really clear at is the following scenario:

In Search Engine Service Admin (SES_ADMIN)  I went to GoTo > Customizing > Business Objects and Indexes.

Here I select Settings for Business Objects and then I clicked "New Entries".

Now I have the option of selecting a business object and its associated class. The object that I want to use is BUS2007, but as siad before, I have no idea which (TREX) class to use. Therefore my question is: "Is there a standard class, or do I have to create my own?"

 

We're currently not using NW yet. All we're doing so far is enabling additioanl search tabs within ECC 6.06

 

Thanks, Martijn

Re: SAP Webi Reporting Query

$
0
0

Thanks Sahil.

But can we choose dynamic values to create graphs using Plant->Result, using input control.

Client does not want to select Plant and Result and but want it to be identified automatically by selecting District.

 

Thanks for any sugestions.


Re: How to deal with "remnants" in consumption?

$
0
0

Hi Timothy,

 

What do you do with the remaining bars (I mean remaining 2 ft every time)? I assume it is scrap. And I assume  2 pcs each with 5 feet is called one rib. In this case please maintain assembly scrap in material master as 20%. This will be considered in MRP also and you will get planned order of demand qty. But when you will convert the planned order to production order, the scrap/extra qty will be considered.

 

Ex: Assembly scrap 20 %

Requirement 100ft.

Planned order 100 ft after MRP

When you convert it in prod order, it will be 120ft.

 

Regards,

Krishnendu.

Re: Getting a drop down in the header of the table

Re: No maintenance cycle is open for the current system - CHARM

$
0
0

Hi Martin,

 

BWD 500 has which system role in your test project? I can only see in the maintenance cycle screen that your dev is BWD 200.

 

Please send me the screenshot of tables /TMWFLOW/TTRCKHC and /TMWFLOW/TTRCKEC. Your transport tracks seem to be inconsistent. It seems that a target system (such as QAS) is set as single system but has a previous system in table /TMWFLOW/TTRCKEC, which causes the error you have (has a predecessor).

 

 

If BWD 500 is a QAS system and it's not configured as "Target Systems" in the system role assignment (for instance, if it's set as Single System), your project will be locked by ChaRM consistency check.


If this is the case, in order to unlock your project, do the following:

 

- Go to SOLAR_PROJECT_ADMIN, tab System Landscape->Systems

- Scroll down and click the pencil in "System Role Assignment"

- Select "Edit System Roles"

- Check if the QAS systems have Type of Role as Target Systems. If not, change it. Save.

See picture below:

 

img1.jpg

- Now Refresh again the project in the Change Management->Change Request Mgt area. And repeat the check.

 

Let me know the results.

 

Regards,

Raquel


Re: Delete Leave Request Workflow still Active - Unable to Reapply

$
0
0

Hi Siddharth,

 

Thanks your reply.We facing two issue as mentioned below.
1) When Deleting (i.e. Cancel Leave) workflow not stopping (during this No Dump) 
2) When Approver Approve Leave Request getting Dump as in below Screen shot.

Leave - Dump.jpg

Leave - Dump - 2.jpg

 


Regards,
Surjith

Re: Process chain repair going to Debugger mode

$
0
0

Hi Ahmad,

 

can you share screenshot from the point of code where the debuggers starts?

Only thing I think about is that there some exception happened when you attempt to go with DTP repair.

This is quite usual in BW. Once something goes wrong debug mode starts to show to user the point where something happened which was not supposed to ...

 

cheers

m./

Re: No supplying plant defined for product 0000000xxxxx Message no. SR053

$
0
0

Hi RSK,

 

There is sap note available for this issue. This is valid error in some of EWM release.

 

Please check and if not I will give note no soon.

 

or you can debug queue and put sy-subrc = 0 for this message and go ahead.

 

Regards

Suraj

Re: Authorization to edit Z-WDP Component

Re: iFRame does not exist

Re: Selective Deletion and FULL load Inquiry

$
0
0

Hi Kodanda pani,

 

Thank you for your immediate response, the additional field is only added in Infocube, it is populated in DSO from 2LIS_13_VDKON. So the historical data of the additional field is just in Infocube. Specific plant is the filter for the selective deletion in infocube. There is a large volume of data in Infocube so deletion of data is the last option i suppose, So just wondering after doing the selective deletion in infocube and loading a full from dso to infocube using the plant as filter, what wil happen on the regular delta that is loaded from DSO to infocube.

Re: Enquire authorization setting in material no. control

$
0
0

Hi Colleen,

 

Sorry I think I didn't mention in detail. Actually I want to limit the activity in a particular material number which assign in particular material group. e.g.: material group; 305 in dump screen, I want user not allow to enter this material number in group 305.

 

Is there any object are also need to setup. Because I try to set M_MATE_MAR as display only in group 306 (dump screen). But I still can access group 305. Could you kindly advice?

 


pic2.png

pic1.png

 

Rdgs,
Emily


Re: Best approach to transport infoobjects to Quality box for the first time

$
0
0

Hi,

 

why are you collecting the 4200 objects in single TR? it's not better approach.

collect the some minimum objects under on TR.

step by step transport.

info areas

info objects catalogs

info objects

data source and info package

dso and info cube and transformations.

dtp.

queries.

 

collect the each data flow one single TR then move to QAS.

you can search on more doc available on Google about transportation.

please find the below doc.

SAP BI Objects Transportation simple way

 

Thanks,

Phani.

Re: File Not Found downloading SAP NetWeaver ABAP SP 9 Trial 7.02 Win 64 bit Version

$
0
0

Hi Aisurya,

my guess is that file I provided link to is old. Simply once they put file on server they has some validity to it. And validity is expired at this point of time.

I'd suggest you request download files again from store.sap.com

 

cheers

m./

Re: Questions on SLT

$
0
0

Hi BI Learner,

 

Thanks for your response! And it is inline with my understanding.

 

Would you be able to help with the second question?

 

Thanks

 

Prince

Re: Composite roles not visible after refresh

$
0
0

Hi Sankar

 

not sure why you mention obsolete roles button instead of filter button? if composite was obsolete and that was your issue you would not see the singles either

 

On your roles tab you have ALV layout for the roles. There is a button (6 from left) that looks like a funnel/filter. Click on that and see if you have an option to "delete" filter.

 

The filter is screen layout and not user specific. You do not need to go through and fix each user up. The user has the access (you confirmed it's in the table). You are trying to fix your screen layout

 

Regards

Colleen

Firm zone calculation to be in working days

$
0
0

Hi,

 

I know that as a SAP standard the calculation of the firm zone and trade off zone is based on calendar days and in not working days. In contrast creation profile works in working days.

 

I checked various threads in SCN wherein I couldn't find correct answer. Could anybody knows if it is possible to change that, so that firm zone values are based on working days / factory calendar days ? Is there any config or custom code exist?

 

It would be great help if someone would reply.

 

Regards,

Sri

Viewing all 8594 articles
Browse latest View live


Latest Images