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

Re: block when the amount of delivery is greater than the amount in the order in sap b1

$
0
0

Hi,

 

Please try this:

 

IF @transaction_type IN (N'A') AND (@Object_type = N'15')

 

BEGIN

 

declare @numlinii int

 

SELECT @numlinii = (LineNum + 1) FROM DLN1

 

WHERE DLN1.DocEntry = @list_of_cols_val_tab_del AND ((Quantity > BaseOpnQty))

 

ORDER BY LineNum ASC

 

 

IF (not ISNULL(@numlinii, 0) = 0)

 

BEGIN

 

SET @error = 10

 

SET @error_message = N'Delivery Quantity is more than sales order qty ' + CONVERT(nvarchar(4), @numlinii) + N' !'

end

 

END

 

Thanks


Re: Testing EDI Idoc (Outbound)

$
0
0

The message type PAYEXT usually corresponds to one of these basic data types:

 

PEXFI03

PEXR2001

PEXR2002

 

You can view the definitions of these idoc basic types in transaction WE60.

 

Is that what you were asking about?

Product Catalog for Retail and Sales Order Type definitions

$
0
0

Dear Experts,

 

I wonder if theres any point of configuration which links the Product Catalog functionality with the Sales Order Type configuration.

 

My question since into Retail documentation there's something which suggests this relation.

 

Below the URL and some of the text of the SAP documentation.

 

 

https://help.sap.com/saphelp_utilities472/helpdata/en/59/bfe68bec2111d2b7e30000836c64dc/content.htm

 

"Prerequisites

 

 

If you want to use article order numbers rather than article numbers, you must first change Customizing settings for sales documents. For each sales document type, you can choose whether sales orders are to use the R/3 article number or the article order number."

 

Appreciate your answers.

 

Best Regards,

 

Daniel Ardila

SAP SD Consultant.

Re: SAP HANA - Upgrade error (Permission Denied)

$
0
0

Hi,

 

Please refer SAP note 1969397.

 

Thanks

Re: LICENSE COMPARISON CHART FOR SAP BUSINESS ONE

$
0
0

Hi,

 

You can get it only from SAP Business One customer portal or SAP partner edge. From Google, it is not updated one.

 

Please request from your partner, if you are customer.

 

Thanks

Re: BPC Report Displays in Different Formats Depending on a User

$
0
0

Vadim,

 

The users in this scenario have identical security settings.

 

Member Sorting and Grouping are both enabled within the report:

MSG.PNG

For User 1, the report sorts, groups, and subtotals as expected, but for User 2 it does not:

Users.PNG

 

Thanks for your input.

 

Regards,

 

David

Re: Profit and Loss Statement Budget Report - Error (Stopped Working)

$
0
0

Hi,

 

It is an application error. Please refer SAP note 2158514.

 

Thanks

Re: Generate table to different Oracle schemas

$
0
0

Thanks Again ,

 

Hi we have DEV_NEW and TST_NEW,

In the image below you will see that the target table goes to ORACLEschemaTST so if your config is set to DEV the output will still go to TST due to the hard coding ! The question I need answering - How do I set up the data flow so that it will go to the schema as setup in the config? , or do I need to set up the config some way.

in the old 3.1 you could work around this but in 4.2 how? In the mean time i'll check out aliases..

 

Note I only have one machine, if I had 2 machines with the same schema name the configs would work but I have one machine with different schemas.

config2.PNG


Re: TEXT_CONVERT_XLS_TO_SAP error

New SUM Tool Missing Alert Info Email Notifications

$
0
0

 

SUM got a makeover and  the Alert -> Alert Info feature is missing so I can longer get an email or text when the upgrade has stopped.  Anyone know of a way to be notified if the upgrade stops?  SUM 1.0 SP16 PL 10 on Windows

Re: Cumulative Sum?

$
0
0

[Report Year] will be the prompt

 

Based on when user runs the report I want to fetch the current date and derive 'rolling 12 months cumulative' and 'rolling 3 years cumulative'.

 

e,g if they ran the report today 5/9/2016 then

 

Annual Cumulative = 06/2015 to 05/2016

3yrs Cumulative = 06/2013 to 05/2016

 

 

Yes both [Report Year] & [Report Month] are type 'Number'

Re: Delivery Note Print Output

$
0
0

Custom tables are not required to develop solutions, this was an example for TW.

 

Sometimes there is more than one way to fulfill the same business requirement and it is up to you as a consultant to evaluate the options when you prepare the solution proposal.

 

If you are not sure what is possible or a good practice in printforms, you can discuss that with your developer, he can give you feedback.

Tables CRM_SVY_RE_QUEST and CRM_SVY_RE_ANSW

$
0
0

Hi,

 

Maintaining survey attributes from CRM survey suite is not populating some question and answers ids (and related texts) for certain survey ids/activities to tables CRM_SVY_RE_QUEST and CRM_SVY_RE_ANSW. So BW extractions are failing to pick these survey details. On the other hand some activities, related questions and answers are maintained in the tables. Activities are active and maintained in EN.

Not sure whether we are missing any steps here.

Looking forward to find some expert opinion here.

Re: Service confirmation- Catergorization

$
0
0

Hi Sar,

 

Can you also check if there are any ORDER_SAVE BadI Implementation active which is impacting the copy behavior.  Since you are only copying the Service Confirmations, COPY_CONTROL should not be the focus area and as the problem is intermittent, it looks like there might be some logic in place.

 

Hope this helps.

 

Thanks,

Samantak.

Re: Possibility of TSCUBE for Initial Values

$
0
0

No, BW can distinguish zero and initial.


Re: User defined windows not showing data

$
0
0

Hi Dev,

Can you post your code here ?


Regards

Edy

Re: Cost collector deleting flag

$
0
0

Hi, Ajay,

Thank you very much for answering that, I also think deleting flag is the better way of solving that.

Re: inserting data to multiple DB tables sequentially

$
0
0

Hi, Ravindra!

 

If you or someone at the receiver side have developer access to target DB, the most preferable way, to my opinion, would be to transfer insertion logic to DB side and to wrap it to some kind of stored procedure because in most cases DB level programming language gives you much more flexibility in your task realization.

 

Regards, Evgeniy.

Re: "No entry in table T549A for key" error coming while generating Form-24Q based on Personnel Area

$
0
0

Hi Mastan,


Check whether the control record is in exit mode??


Re: Discontinuation part and follow-up material

$
0
0

Hi Almeida,

 

As I have made a test in quality system, the result is that when I convert planned order to production order, reservations are redirected to the follow-up material immediately,  no ATP check in this process. It's quite confusing for me. Looking forward to your feedback

Viewing all 8667 articles
Browse latest View live


Latest Images