Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8877 articles
Browse latest View live

Doubts in DM Packages - Prompts, Script Logics, BAdi

$
0
0

Hi Gurus,

 

1. I have to restrict the user that they must have to select only one member in DM package. Please let me know how can I achieve this. Actually I have to restrict the user to run the DM package for only one Account at a time.

 

I thought of using Text prompt but in that, user has to enter the member manually so there is an opportunity for spelling mistakes. So please help me on this.

 

2. How can write the condition in script logic for variable value which is passed by DM package. Assume I have got the value from DM package which user entered in local variable. Now I have to check the value in script logic. Depending on that entered value I have to run different type of process. Any Idea?

 

3. I am writing the custom logic BAdi which is going to execute from both Input form as well as from DM package. How can raise the error message from inside the BAdi which could show in both Input form and Script logic.

 

Thanks,

Suresh


BDC for VA01

$
0
0

Hi Group,

 

For one of my requirement I am using BDC for VA01 transaction, Main recoding contains below sections:

 

1. Header in

2. Go to -> Header -> Text

2. Item (Material and quantity)

3. Go to --> Item->Additional Data A

4.Go to --> Item--> Order data

5.Go to --> Condition

 

I recorded successfully but in the code I am getting correct logic to apply for multiple line items, can any body have similar recording please share.

 

Here I am attaching BDC recording:

 

--------------------------------------------------------------------

perform bdc_dynpro      using 'SAPMV45A' '0101'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBAK-AUART'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'VBAK-AUART'

                               'ZDR1'.

perform bdc_field       using 'VBAK-VKORG'

                               'GRCO'.

perform bdc_field       using 'VBAK-VTWEG'

                               '01'.

perform bdc_field       using 'VBAK-SPART'

                               '01'.

perform bdc_dynpro      using 'SAPMV45A' '4001'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'KUAGV-KUNNR'

                               '500238'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBAK-FAKSK'.

perform bdc_field       using 'VBAK-FAKSK'

                               ''.

perform bdc_field       using 'VBKD-PRSDT'

                               '05.08.2013'.

perform bdc_dynpro      using 'SAPMV45A' '4001'.

perform bdc_field       using 'BDC_OKCODE'

                               '=KTEX_SUB'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'KUAGV-KUNNR'

                               '500238'.

perform bdc_field       using 'KUWEV-KUNNR'

                               '500238'.

perform bdc_field       using 'VBKD-FKDAT'

                               '05.08.2013'.

perform bdc_field       using 'VBKD-PRSDT'

                               '05.08.2013'.

perform bdc_field       using 'BDC_CURSOR'

                               'RV45A-MABNR(01)'.

perform bdc_dynpro      using 'SAPMV45A' '4002'.

perform bdc_field       using 'BDC_OKCODE'

                               '/EBACK'.

perform bdc_field       using 'LV70T-SPRAS'

                               'EN'.

perform bdc_dynpro      using 'SAPMV45A' '4001'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'KUAGV-KUNNR'

                               '500238'.

perform bdc_field       using 'KUWEV-KUNNR'

                               '500238'.

perform bdc_field       using 'VBKD-FKDAT'

                               '05.08.2013'.

perform bdc_field       using 'VBKD-PRSDT'

                               '05.08.2013'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBAP-ZMENG(03)'.

perform bdc_field       using 'RV45A-MABNR(01)'

                               '815'.

perform bdc_field       using 'RV45A-MABNR(02)'

                               '814'.

perform bdc_field       using 'RV45A-MABNR(03)'

                               '813'.

perform bdc_field       using 'VBAP-ZMENG(01)'

                               '              323'.

perform bdc_field       using 'VBAP-ZMENG(02)'

                               '               34'.

perform bdc_field       using 'VBAP-ZMENG(03)'

                               '               23'.

perform bdc_dynpro      using 'SAPMV45A' '4001'.

perform bdc_field       using 'BDC_OKCODE'

                               '=PBES'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'KUAGV-KUNNR'

                               '500238'.

perform bdc_field       using 'KUWEV-KUNNR'

                               '500238'.

perform bdc_field       using 'VBKD-FKDAT'

                               '05.08.2013'.

perform bdc_field       using 'VBKD-PRSDT'

                               '05.08.2013'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBAP-POSNR(01)'.

perform bdc_field       using 'RV45A-VBAP_SELKZ(01)'

                               'X'.

perform bdc_dynpro      using 'SAPMV45A' '4003'.

perform bdc_field       using 'BDC_OKCODE'

                               '=T\12'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBKD-BSTKD_E'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'VBKD-BSTKD_E'

                               'US9999999'.

perform bdc_dynpro      using 'SAPMV45A' '4003'.

perform bdc_field       using 'BDC_OKCODE'

                               '=T\09'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBKD-KDKG1'.

perform bdc_field       using 'VBAP-MVGR1'

                               'Z01'.

perform bdc_field       using 'VBKD-KDKG1'

                               '01'.

perform bdc_dynpro      using 'SAPMV45A' '4003'.

perform bdc_field       using 'BDC_OKCODE'

                               '=T\05'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBAP-POSEX'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'VBKD-BSTKD_E'

                               'US9999999'.

perform bdc_dynpro      using 'SAPMV45A' '5003'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'BDC_CURSOR'

                               'KOMV-KSCHL(01)'.

perform bdc_dynpro      using 'SAPMV45A' '5003'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'BDC_CURSOR'

                               'KOMV-KSCHL(01)'.

perform bdc_dynpro      using 'SAPMV45A' '5003'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'BDC_CURSOR'

                               'KOMV-KSCHL(01)'.

perform bdc_dynpro      using 'SAPMV45A' '5003'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'BDC_CURSOR'

                               'KOMV-KSCHL(09)'.

perform bdc_dynpro      using 'SAPMV45A' '5003'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'BDC_CURSOR'

                               'KOMV-KBETR(08)'.

perform bdc_field       using 'KOMV-KSCHL(08)'

                               'ZPR0'.

perform bdc_field       using 'KOMV-KBETR(08)'

                               '           10.00'.

perform bdc_dynpro      using 'SAPMV45A' '5003'.

perform bdc_field       using 'BDC_OKCODE'

                               '=POS+'.

perform bdc_field       using 'BDC_CURSOR'

                               'KOMV-KSCHL(09)'.

perform bdc_dynpro      using 'SAPMV45A' '5003'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'BDC_CURSOR'

                               'KOMV-KBETR(08)'.

perform bdc_field       using 'KOMV-KSCHL(08)'

                               'ZPR0'.

perform bdc_field       using 'KOMV-KBETR(08)'

                               '           10.00'.

perform bdc_dynpro      using 'SAPMV45A' '5003'.

perform bdc_field       using 'BDC_OKCODE'

                               '=T\09'.

perform bdc_field       using 'BDC_CURSOR'

                               'KOMV-KSCHL(09)'.

perform bdc_dynpro      using 'SAPMV45A' '4003'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBKD-BSTKD_E'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'VBKD-BSTKD_E'

                               'US9999999'.

perform bdc_dynpro      using 'SAPMV45A' '4003'.

perform bdc_field       using 'BDC_OKCODE'

                               '=T\12'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBAP-POSEX'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'VBKD-BSTKD_E'

                               'US9999999'.

perform bdc_dynpro      using 'SAPMV45A' '4003'.

perform bdc_field       using 'BDC_OKCODE'

                               '=POS+'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBKD-KDKG1'.

perform bdc_field       using 'VBAP-MVGR1'

                               'Z01'.

perform bdc_field       using 'VBKD-KDKG1'

                               '02'.

perform bdc_dynpro      using 'SAPMV45A' '4003'.

perform bdc_field       using 'BDC_OKCODE'

                               '=T\09'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBKD-KDKG1'.

perform bdc_field       using 'VBAP-MVGR1'

                               'Z01'.

perform bdc_field       using 'VBKD-KDKG1'

                               '02'.

perform bdc_dynpro      using 'SAPMV45A' '4003'.

perform bdc_field       using 'BDC_OKCODE'

                               '=T\05'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBKD-BSTKD_E'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'VBKD-BSTKD_E'

                               'US9999999'.

perform bdc_dynpro      using 'SAPMV45A' '5003'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'BDC_CURSOR'

                               'KOMV-KBETR(08)'.

perform bdc_field       using 'KOMV-KSCHL(08)'

                               'ZPR0'.

perform bdc_field       using 'KOMV-KBETR(08)'

                               '           10.00'.

perform bdc_dynpro      using 'SAPMV45A' '5003'.

perform bdc_field       using 'BDC_OKCODE'

                               '/EBACK'.

perform bdc_field       using 'BDC_CURSOR'

                               'KOMV-KSCHL(09)'.

perform bdc_dynpro      using 'SAPMV45A' '4001'.

perform bdc_field       using 'BDC_OKCODE'

                               '=T\01'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'KUAGV-KUNNR'

                               '500238'.

perform bdc_field       using 'KUWEV-KUNNR'

                               '500238'.

perform bdc_field       using 'VBKD-FKDAT'

                               '05.08.2013'.

perform bdc_field       using 'VBKD-PRSDT'

                               '05.08.2013'.

perform bdc_field       using 'BDC_CURSOR'

                               'RV45A-MABNR(04)'.

perform bdc_dynpro      using 'SAPMV45A' '4001'.

perform bdc_field       using 'BDC_OKCODE'

                               '/00'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'KUAGV-KUNNR'

                               '500238'.

perform bdc_field       using 'KUWEV-KUNNR'

                               '500238'.

perform bdc_field       using 'BDC_CURSOR'

                               'VBAK-AUGRU'.

perform bdc_field       using 'VBKD-PRSDT'

                               '05.08.2013'.

perform bdc_field       using 'VBAK-AUGRU'

                               '001'.

perform bdc_field       using 'VBKD-FKDAT'

                               '05.08.2013'.

perform bdc_dynpro      using 'SAPMV45A' '4001'.

perform bdc_field       using 'BDC_OKCODE'

                               '=SICH'.

perform bdc_field       using 'VBKD-BSTKD'

                               'PO Ref AAAAA'.

perform bdc_field       using 'KUAGV-KUNNR'

                               '500238'.

perform bdc_field       using 'KUWEV-KUNNR'

                               '500238'.

perform bdc_field       using 'VBKD-PRSDT'

                               '05.08.2013'.

perform bdc_field       using 'VBAK-AUGRU'

                               '001'.

perform bdc_field       using 'VBKD-FKDAT'

                               '05.08.2013'.

perform bdc_field       using 'BDC_CURSOR'

                               'RV45A-MABNR(01)'.

perform bdc_dynpro      using 'SAPLSPO2' '0101'.

perform bdc_field       using 'BDC_OKCODE'

                               '=OPT1'.

perform bdc_transaction using 'VA01' .

 

perform close_group.

 

---------------------------------------------------------------------

logon problem

$
0
0

Hi, after upgrade from 4.7 to ECC6 I have a problem in logon screen.

 

Can you help me?

 

See the attachment.

 

Thanks

Find/Check Character in a String

$
0
0

Hi Everyone,

 

I have a itab string value. It may contains "#" character . So need to do is check whether there are any "#" character in a given string and replace another character (space).

Can any give me a solution.

PI not handling special chars

$
0
0

Hi,

 

We are on SAP PI 7.11 SPS06.

 

We designed a synchronous BPM scenario, which sends the Idoc from ECC

to HTTP web service(third party) and receives the respose using ABAP

proxy.

 

Sender Adapter: Idoc

Receiver Adapter: SOAP

 

This scenario works fine with regular payload except when special

characters present in the payload. These special characters (european, latin, german, etc.) going from

ECC in the Idoc and receiving back in the same response(that is the

requirement). These special characters can go out to target(web HTTP

service) without any issue, but fails when they present in the response.

 

Also, I’ve used ‘Transform.ContentType’ to ‘application/xml;charset=utf-8’ in the SOAP receiver adapter module but it didn’t help.

 

Example:

 

IDOC request:

 

- <ZABRS01 SEGMENT="1">

<TYPE>Final Destination</TYPE>

<KUNNR>0019999999</KUNNR>

<NAME>EU End User US</NAME>

<ADDRESS1>7151 JACK NEéäÜéäÜéäÜ, B</ADDRESS1>

<CITY>FORT WORTH éäÜéäÜéäÜ</CITY>

<REGION>01</REGION>

<POST_CODE1>761187</POST_CODE1>

<COUNTRY>IN</COUNTRY>

</ZABRS01>

 

 

Error while respose coming back:

 

<SAP:Category>Application</SAP:Category>

<SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>

<SAP:P1>com/sap/xi/tf/_MM_AmberRoad_TransactionResponse_T~</SAP:P1>

<SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException:</SAP:P2>

<SAP:P3>Invalid byte 2 of 3-byte UTF-8 sequence.</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:Stack>Runtime exception occurred during application mapping

com/sap/xi/tf/_MM_AmberRoad_TransactionResponse_T~;

com.sap.aii.utilxi.misc.api.BaseRuntimeException:Invalid byte 2 of 3-

byte UTF-8 sequence.</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

 

 

Please help.

 

Thanks.

Business Content Error

$
0
0

Hi Guys

 

I am trying to install

FI-AA - Asset History Sheet(for Depreciation)

 

0FIAA_C04_Q002

 

As soon as i drag and drop this query to install it the following error comes up:

Object 2TZ8HET23YFXS54PSNJ0X7KIN (Query,ELEM) could not be collected for object 2RUIC2UGQKP9MYY5KZTI2VXCV (Query,ELEM)

 

It comes up for a lot of (query,ELEM) objects.

 

I tried different collection modes, but no luck with that.

 

Please can you advise what steps to take.

 

Nadia


 

Personalization Keys for Synchronization Groups

$
0
0

Hello,

 

i´ve got a problem with getting the correct data after setting Personalization Keys.

I have 5 MBOs which are based on an RFC. All of them have the two identically input parameters (every MBO has the parameters fromDate and fromTime). I created two Personalization Keys and set them as Load Argument for every MBO.

My MBOs are grouped in 3 Synchronization Groups. MBO1,2&3 are in Sync-Group1, MBO4 is in Sync-Group2 and MBO5 is in Sync-Group3.

When i´m previewing the MBOs with certain parameters i get correct data for every MBO. When i´m setting the Personalization Keys out of XCode they are only working for Sync-Group2 and Sync-Group3. So they only work for the Synchronization-Groups which only contain 1 MBO.

It would be great if anybody has an idea which may cause this problem!?

Thanks in advance

 

Regards,

Florian

Status profile for equipment

$
0
0

I have added a user status to the equipment as added the transaction controls install equipment, mark for deletion, set object inactive and create measurement document. But these functions are still working for the equipment.


Delivery date based on PO release date

$
0
0

Hi All,

 

One of my client as a requirement that : PO delivery date should be calculated from the date when the PO is released completely. Please advice whether their is standard configuration for this or should we go for user exit?.

 

Thank you,

 

Ramesh Babu

Wily EM restart / disconnect Problems

$
0
0

Hi Guys,

 

Wily Introscope EM seems to have problems quite frequent in our landscape. The EM is installed in our Solman and connects to remote agents.But quite sometimes I observed that it is either getting restarted or disconnecting the agents and thereby causing problems to generate EWA report rating. It was working all fine a month back.

 

I have checked the java logs to make sure there are any heap/memory issues.Couldnt find any though.

 

Any pointers where I could trace our the actual problem?

 

Thank you,

Kiran

Data Manipulation with Do-It Feature in Lumira - Get Your New Data Geek Badge

$
0
0

Prompted by Get Your Data Geek Badges Today! by Anita Yuen I noticed this:

"Mission 2: Share your Data Geek Knowledge - NEW"

 

I thought why not share a feature I've used with various types of data.  See a simple Excel example below:

 

1sampledata.jpg

 

I would like to separate the Name field into First Name, Middle Initial, Last Name...perhaps to load this into SAP?

 

First, I Googled the steps and they work in Excel, but I needed step-by-step directions:

 

http://office.microsoft.com/en-us/excel-help/split-names-by-using-the-convert-text-to-columns-wizard-HA010102340.aspx#BMdelimit

 

These work but will I remember them when I need them next month?

 

Using SAP Lumira (formerly SAP Visual Intelligence) I didn't have to search anything.  I simply opened the Data Manipulation tool after acquiring the data.

2split.jpg

 

 

I select the Name column and select Split as shown above.

3rename.jpg

 

 

After I split the columns I simply rename the columns by double clicking on the column.

4finalresults.jpg

 

So now I have my desired First Name, Middle initial, and Last Name fields separated into columns. This was easy to use, not something I needed to look up and I'll remember it next time I need to do it.  I also find with large numbers of fields and columns Lumira is helpful to use against Excel.

 

Related Links:

Big Data Manipulation? “Do-it” with SAP Lumira

Get Your Data Geek Badges Today!

 

So how will you share your knowledge to earn the second Data Geek badge?

HCM Manager Insight Prerequisites

Nova WIKI de Localização de America Latina

$
0
0

Estimados,

 

   Segue abaixo o link da WIKI nova totalmente dedicada para tópicos de localização de América Latina.

 

   http://wiki.sdn.sap.com/wiki/x/FoIcF

 

   Finalmente temos um ponto único de acesso para o material relacionado a localização. Esta dividido por paises, produtos/componentes.

 

   Acessem agora mesmo, para prestigiar a área!

 

   Abraços

 

Gustavo

Trouble pulling invoice numbers into query

$
0
0

Hello,

I have been working on a query to pull in and link a Sales Order, it's Delivery Number, and the associated Invoice number. Most of the query works correctly with the exception of the Invoice Number. Currently only Open invoices are pulled into the report. We need all of the link invoices to be listed. I am not sure what is missing from the query. We have a "Ship Status" area that is used, if needed to list a time detail on the shipping status.

 

Here is the query so far:

 

SELECT DISTINCT

DATEDIFF(DD, T2.DocDueDate, T3.DocDueDate) AS 'Lapsed Days',

CASE
WHEN DATEDIFF(DD, T2.DocDueDate, T3.DocDueDate) >= 5 THEN 'Shipped'
WHEN DATEDIFF(DD, T2.DocDueDate, T3.DocDueDate) BETWEEN 1 AND 4 THEN 'Shipped'
WHEN DATEDIFF(DD, T2.DocDueDate, T3.DocDueDate) = 0 THEN 'Shipped'
WHEN DATEDIFF(DD, T2.DocDueDate, T3.DocDueDate) < 0 THEN 'Shipped'
ELSE 'Not Shipped'
END AS 'Ship Status',

T2.DocNum AS 'Sales Ord',
T2.DocDueDate AS 'Exp Del Date',
T3.DocNum AS 'Del Num',
T3.DocDueDate AS 'Del Date',
T5.DocNum AS 'Inv Num'

FROM RDR1 T0

LEFT OUTER JOIN DLN1 T1
ON T1.BaseType = 17
AND T0.DocEntry = T1.BaseEntry
AND T0.LineNum = T1.BaseLine
AND T0.ItemCode = T1.ItemCode

LEFT OUTER JOIN ORDR T2
ON T0.DocEntry = T2.DocEntry
AND T2.Canceled = 'N'

LEFT OUTER JOIN ODLN T3
ON T1.DocEntry = T3.DocEntry

LEFT JOIN INV1 T4 ON T0.LineNum = T4.BaseLine AND T0.DocEntry = T4.BaseEntry AND T4.BaseType=17

LEFT JOIN OINV T5 ON T4.DocEntry = T5.DocEntry

WHERE

T2.DocType = 'I'

ORDER BY

DATEDIFF(DD, T2.DocDueDate, T3.DocDueDate),
T2.DocDueDate DESC,
T2.DocNum,
T3.DocDueDate,
T3.DocNum,
T5.DocNum


FOR BROWSE

 

Any Help is Appreciated!

short dump if we run RSCONN01

$
0
0

Hi,

 

I'm getting a short dump if I run RSCONN01. Is there any way to avoid that, or any setting required to run the report. It happens in a FORM Routine XAB_RUN_DRIVER

 

           if new_function = space.                                              

             call 'RfcImport' id 'Push' field rfctype_abap4_exit                 

                              id 'Info' field program.                           

           else.                                                                               

call 'RfcImport' id 'Push' field rfctype_abap4_exit                 

                              id 'Info' field program                            

                              id 'Function' field new_function.                  

 

 

Has anybody faced this kind of problem.

 

 

Regards,

Vijay

 

 

Message was edited by: vijay srikanth

 


E-mails de entrada NFB2B

$
0
0

Olá amigos,

 

 

Meu Inbound NFB2B Cenário funciona bem com FTP.

 

 

Agora eu estou tentando ativar o processo com e-mail.

 

 

Eu estou trabalhando em anexos de e-mail da NFe de entrada usando XML PayloadSwapBean. Estou recebendo um erro sobre os parâmetros em RWB Adapter Engine.

 

 

exception caught during processing the mail message ... ModuleProcessorException: Error during processing local bean:localejbs/localjbs/AF_Modules/PayloadSwapBean

 

 

 

Alguma dica sobre o erro?

 

 

Configuração do módulo como:

 

 

swap.keyName = payload-name

swap.keyValue = nfe.xml

 

 

Você conhece um bom wiki ou blog sobre como realizar esse processamento de e-mail automático de entrada anexos em GRC NFE B2B? Gostaria de comparar a minha configuração, porque eu não sei como troublehsoot este erro.

 

 

Obrigado,

 

 

Aaron

List of SAP Mentors

$
0
0

Welcome to the SAP Mentor overview page. It lists all of the SAP Mentors including their area of expertise, industry knowledge (if applicable), country of residence and links to their SCN profile. Check out the SAP Mentor Initiative FAQs for more information, ..

 

 

 

PictureCompanyCountryArea of Expertise/ Line of BusinessIndustry Expertise & Mentor Since

Abdulbasit

Gulsen

DetaysoftTurkeyABAP, Web Dynpro ABAP/Java, J2EE, Netweaver Portal & KMC, Netweaver Architecture, SAP Netweaver BPM Consulting

Abesh

Bhattacharjee

Fujitsu Consulting India Pvt Ltd. IndiaSAP MII 11.5, SAP MII 12.0, 12.1, 12.2, 14.0 SAP-PI, Databases, Widgets, RIAs, Adobe Flex, Adobe Air. Consulting

Alexandra

Carvalho

BI Group AustraliaAustraliaBW, Business Objects, Data Warehousing, Mobile BI, Big Data, Predictive Analysis, Agile BI, BI Strategy, Governance, Enterprise Architecture Consulting

Alex

Andrenacci

AccentureSingaporeERP-SAP, Program Management, Global and Regional SAP deployments, Business Transformation Programs, IT Strategy, BI Consulting

Alisdair

Templeton

SAPWORKS Pty LtdAustraliaSoftware JourneymanSoftware Development

Alvaro

Tejada Galindo

SAP Labs MontrealCanadaABAP, Scripting Languages (PHP, Ruby, Python), Flex/AIR, Regular Expressions.Technology Innovation

Andreas

Eissmann

Data One GmbH Germany SAP Business ByDesign, Cloud, ByDesign Studio (ABSL, BODL, SAPRuby), Development Professional Services

Ann

Rosenberg

SAP Denmark BPM, Head of Global SAP University Alliance Higher Education

Anton

Wenzelhuemer

Austrian MintAustria

SOA, Scripting Languages, IS Healthcare, Enterprise Mobility,

ERP(SD, MM, PP), CRM, Development

Retail, Manufacturing, Healthcare

Arun

Varadarajan

Intelligroup Inc
USA
Business Intelligence , RIAs , Widgets , BSP , Adobe FLEX , Adobe AIRConsumer Goods , Professional Services

Aslan

Noghre-kar

SAPUSA, CA, Palo AltoSAP Startups, Communities

Bhanu Gupta

Molex, Inc.USA, IL, ChicagoBusiness Intelligence

Bruce

Armstrong

Integrated Data ServicesUSASAP PowerBuilder Development

Bryan Enochs

AT&T USA, OrlandoEnterprise Mobility

Bryan

Whitmarsh

Sybase Mobile USA, ID, Boise Enterprise Mobility

Carsten

Nitschke

IBMSpain, MadridBusiness Development, Value Based Selling, SAP HANA,Partnering, Hardware, InfrastructureSales

Chris

Kernaghan

CapgeminiUnited KingdomSAP Netweaver, Upgrades, Unicode conversions, Cloud Technologies, Hardware migrationsProfessional Services

Chris Paine

Discovery Consulting Group AustraliaHCM, Web Dynpro ABAP, HANA Cloud Platform, HR ABAP, SuccessFactors, Mobile DevelopmentConsulting

Christopher

Solomon


USA, ALESS/MSS/HRAS, Adobe Interactive Forms, HCM Processes and Forms, Development , WebDynpro, Interfaces, ITS, Enterprise Portal, NetWeaver ArchitectureProfessional Services

Clint Vosloo

BI in the BoxSouth AfricaSybase IQ, Sybase ASE, Hana, DWH Design, System Architecture, BusinessObjects, ETL , Business IntelligenceProfessional Services

Corey

Adams

Frucor BeveragesNew ZealandBusiness Objects – Architecture; Webi; Design; Federation, Wherescape Red, Project Management, Business Analysis, Data Warehousing, RoamBI, RoamBI Flow Development

Dagfinn

Parnas

BouvetNorwayWeb technologies, NetWeaver Portal, Java, Shared Services/ITIL

Dan Grew

AstraZeneca United Kingdom Business Objects, Web Intelligence, Xcelsius, Dashboard Manager. Life sciences

Daniel

Graversen

Figaf ApS DenmarkSAP Process Integration (PI) ,SAP NetWeaver,SOA Middelware,Enterprise Services

Dave

Rathbun

PepsiCo USA, TXBusiness Objects

Derek

Loranca

AetnaUSA, PASAP BusinessObjects, VLDB Reporting, Business AnalysisInformatics, Insurance,  Healthcare

Dilek Adak

Arete Turkey SAP Human Capital Management, SAP AnalyticsConsulting

Dipankar

Saha

IBMIndiaESOA, SAP MII, Composite Applications, CAF, GP, ISA95/B2MML, Adaptive ManufacturingManufacturing (CPG, Chemicals)

Dj Adams

Bluefin Solutions LtdUnited KingdomSAP NetWeaver,PI, ABAP,Rich Internet Applications,SOA,ERP

eric_vallo.pngEric Vallo

EV Technologies USA, TX, St. LouisSAP BusinessObjects, SAP Data Services, Crystal Reports, SAP Dashboards, web architecture stuff Telecomm, Finance, Government, Retail, Health Care

Ethan

Jewett

Independent ConsultantUSAEnterprise Performance Management, BPC, Business Intelligence, Datawarehousing, Data transformation, In-memory technology and analytic DBMSes, Apache ESME and social messaging software, open source, developer engagementConsumer Products, Technology

Frank

Köhntopp

SAPGermanySecurity, Governance Risk and Compliance, Mobility, CommunityBanking, Pharmaceutical, Telco, Finance

Fred

Verheul

N.L. for Business B.V.NetherlandsCore areas are ABAP, Process Integration. NetWeaver Development

Gary

Hooker

Australian Pubic ServiceAustraliaSAP Business Warehouse, Business Intelligence, SAP BusinessObjects, Netweaver, Basis, ERP, HR, FICO Public Sector

Graham Robinson

Yelcho Systems ConsultingAustralia Infrastructure Planning, ABAP Objects, Web Design and Development, BSP, Adobe Flex, HTML, JavaScript, Mobile, etc.

Greg

Capps

Coca-ColaUSA, GA, AtlantaSAP Security, Risk Management, Sarbanes-Oxley, Internal Auditing

Greg

Myers

EVtechnologiesUSA, PA, DouglassvilleBusinessObjects Enterprise, BI, ETL, WebIntelligence, Universe Design, CA Wily, BI Performance, Capacity Planning & Testing, Apache jMeter, SAP Lumira, SAP Predictive Analysis

Finance

Software

Healthcare

Government

Gregor

Wolf

Siteco Beleuchtungstechnik GmbHGermany, BavariaCRM, SCM APO DP (Demand Planning), ABAP, Scripting Languages

Gretchen

Lindquist

Chevron Phillips Chemical CompanyUSA, TX, Houston SAP Security, GRC Access Control 10.0, Sarbanes-Oxley Controls/  ComplianceProject management

Harald

Reiter

Deloitte Consulting LLP USA, AZ, PhoenixProject Managment, Enterprise Architect, Solution Architect, Business Transformation, Software DevelopmentProfessional Services

Harshit

Kumar

CapgeminiIndiaCRM, Social Media and Networks, Custom Development and Mobile Applications.Consulting

Henrique

Pinto

HPBrazil Solution Advisor, SAP NFE (electronic invoicing), NetWeaver, Corporate Mobility, Java Development. Android enthusiast.

Ingo

Hilgefort

Business ObjectsCanada, VC, VancouverBusiness Intelligence, Business Objects product suiteEducation Services

Ivan Femia

TechedgeGroupItaly, MilanABAP, Web Dynpro ABAP, Scripting Languages, Mobile Consulting

Jamie

Oswald

Mercy HealthUSA, TX, St. Louis Business Objects, Crystal, Xcelsius. Healthcare, Mining

Jan

Penninkhof

Phoqus B.V.NLABAP, Java, SOA, Application Architecture, UI Technologies, Mobility HealthcareConsulting

Jansi Rani

Murugesan

Infineon Asia Pte Ltd, SingaporeIndiaChange control Management, Custom Code Lifecycle Management, Business process managment, Incident Management Etc Consulting

Jarret

Pazahanick

EIC ExpertsUSA, TX, Houston SAP Human Capital Management (HCM), US Payroll, Shared Service Framework (SSF), Employee Interaction Center (EIC), Enterprise Compensation Management (ECM), SuccessFactors Professional Services

Jelena Perfiljeva

Elster SolutionsUSA, NC, RaleighABAP, ALE/EDI/IDOC, SD, MM, FI, bridging the gap between technical and functionalWholesale, Professional Services, Manufacturing

Jim Spath

Stanley Black & DeckerUSAPerformance, Capacity Planning, Unicode, SQL, Perl, UNIX, Environmental EngineeringManufacturing, Consumer Products

Joerg Nalik

SAP Labs USA, CA, Palo AltoInfrastructure Technologies, Cloud, Best-Built Applications Guidelines for SAP partners

John

Appleby

Bluefin Solutions LtdUnited Kingdom Mobility, Sustainability, CRM, NetWeaverRetail, CPG, Utilities, Media

John Astill

SAP Labs USA, PA, New Town SquareNew Technology

John

Harrickey

[CSA Group]CanadaNetweaver, BPM, SOA, VC/GPProfessional Services

John Moy

Blue TAustraliaSAP UI technologies, Mobile Native (iOS / Android) and Web App development, jQuery Mobile, Open Source javascript, SAP NetWeaver Portal, NetWeaver Business Client

Jon Reed

JonERP.comUSASAP skills trends, SAP hiring trends, SAP consulting trends, SAP market analysis, SAP and Social Media/community marketing, SAP business strategy for third party solutions.Professional Services, Media/Publishing

Joseph

Zeinoun

RaytheonUSAEnterprise Architecture, Cloud Computing / Virtualization, NetWeaver, Mobility, Business Process Management, Enterprise SOA, Master Data ManagementAerospace & Defense, Professional Services, Healthcare. 

Joshua

Fletcher

ASG GroupAustraliaBusiness Intelligence, SAP BusinessObjects, Enterprise Information Management, SAP Data Services, Data Warehousing, ETL DesignMining, Oil & Gas, Government, Healthcare, Retail, Utilities, Professional Services

Joyce Butler

Cameron International Corp.USASAP BW, SAP BOBJManagement

Julien Delvat

Alta Via ConsultingUSASAP PDCE, SAP NMAConsulting

Krishnakumar

Ramamoorthy

Deloitte ConsultingUSASOA, ABAP, Performance tuning, ESB, Application Architecture Consulting

Kumud Singh

NTT DataIndiaABAPDevelopment

Lantao Yang

SAPChina

Human Capital Managment (HCM), MillProducts  


Consulting, Solution and Products Management

Leonardo

de Araujo

Beyond TechnologiesCanadaFunctional + Technical
SD, LE and ABAP
IS-Retail, IS-Mining 
AND
Business By Design (ByD) Advocate
Retail, Manufacturing and Mining

Luke Marson


USA

SAP Human Capital Management (HCM), SuccessFactors, SAP HCM Talent Management (including TREX & Nakisa). Community Evangelist, blogger, tweeter, SAP Press author, and SAPexperts contributor.

Public Sector, Manufacturing, Defense, Retail, Utilities, Media, Telecommunications, Oil and Gas, and more

Marcelo

'Ramos

Voith IT SolutionsBrazil

ABAP Development, ABAP Objects, BSP, Web Dynpro ABAP,

CRM WebUI, Solution Manager, SAP Inside Track Sao Paulo organizer

Professional Services

Marek

Kowalkiewicz

SAPSingaporeApplications, Mobile, Cloud, Database and TechnologyResearch

Marilyn Pratt

SAPUSA, NJCommunity, Training and Education, ABAP Programming, Corporate Social Responsibility and Sustainability

Mark

Chalfen

Bluefin Solutions

United Kingdom

ERP, Finance and Controlling and FSCM Consumer Products, and Media

Mark Finnern

SAPUSA, CA, Palo AltoCommunity, Collaboration,
SAP Implementation,
Controlling, Product Costing
Consumer Goods,
Public Sector

Marlo Simon

SAPBrazilD&T and Mobile Presales,  SAP UI (HTML5, GW, Portal, Scripting Languages, Java, etc.)
SAP Inside Track Geek
Cross-Industry

Martin English

IndependentAustraliaSAP Installation, Support, Upgrade, Decomission,
Operating systems (*nix, Windows),
Infrastructure (including cloud infrastructure),
Netweaver Technology (aka BASIS) in general
Public Service,
Mining,
Support

Martin Gillet

FreelancerBelgiumSAP Human Capital Management (HCM) - Human Resources (HR) : Personnel Admnistration (PA) & Development (PD), Time Management (PT) - Cross Application Time Sheet (CATS) - Self Services (XSS) : Employee, Manager, Admin Role, e-recruitment, Learning Solution (LMS/LSO) Authorizations, Reporting, Workflow Oil, Pharma, Service Sector, Public Sector, Banking

Martin Lang

SAPUSA, PA, Newtown SquareSAPrunsSAP, Enterprise Mobility, SAP Community Network

Matt Harding

IndependentAustralia Enterprise & Solution Architecture, Netweaver, ABAP, JAVA, PI, Portal, Custom Development Utilities & Mining

Matthias Steiner

SAP AG GermanyCloud Computing, PaaS, SAP HANA Cloud Platform, Developer Evangelism, Custom Development, Open Source, Web Technologies (HTML, CSS, Javascript), Integration, Blogging, Social Mediamisc.

Michael

Koch

PixelbaseUnited Kingdom Custom SAP Development, SAP Web Development (ITS, BSP, WDA), RIA, Flex, Data Migration, Interfaces, CRM, FSCM, WorkflowFMCG, Entertainment, Automotive, Insurance, Logistics

Michal

Krawczyk

int4PolandExchange Infrastructure/Process Integration, CRM Middleware, SAP AutoID Infrastructure, Business Connector 

Moya

Watson

SAPUSA, CA, Palo AltoDiversity, Communications, Anti-Bullying, Prototyping, Video Sharing, Collaboration, Project Management, Sustainability, Electric Vehicles and services to connect them, Connected Cars, Technical Documentation, API/SDK Documentation, Lapsed QA Engineering...

Nathan

Genez

Serio ConsultingUSA, TX, HoustonERP FICO and Capital Management (Project Systems, Investment Management, Fixed Asset),  Asset Lifecycle Accounting (ALA), Asset Retirement Obligation Management (AROM), SAP BI Oil&Gas, Manufacturing, Chemicals, Tech, Consumer Products

Nigel James

Square CloudAustralia, NSW, SydneySAP River, Gateway , CRM, HR, BSP, ABAP OO, Scripting Languages, Adobe FormsEnergy, Consumer Goods, Media, Local Govt

Otto Gold

Xiting AG Switzerland, Basel + Zurich ABAP security (consultant, developer, trainer), ABAP/ Adobe Develope, ABAP Authorization suite developer Public sector, Banking/ Insurance, Automotive, Retail

Owen

Pettiford

CompriseITUnited KingdomSAP Appllication and Technology Roadmaps
Identification of Composite Applications
Design / Developing of Composite Applications (xApps)
CPG, A&D, Manufacturing

Paul

Aschmann

Lithium LabsUSA, NC, CharlotteSOA, Web/ES Services, Development, Eclipse, iPhone & iPad Development, .NET, Oracle, ABAP

Paul

Hawking

Victoria University Australia Australia SAP University Alliances, Business Intelligence, Training and Education, SAUG Higher education

Paul

Kurchina

KurMeta GroupCanadaConnector, Analyst, and community Catalyst in the SAP ecosystem

Paula

Rosenblum

RSR ResearchUSA, FLRetail

Pete

Lagana

Excellis InteractiveUSASAP Usability , Mobile Application Development, Mobile User Experience, SAP User Interfaces Pharma, Financial, Hi Tech, Consulting

Peter

Langner

ADventas ConsultingGermanyAccounting, Logistics, Global Trade Management (GTM) SAP ECC, SAP NetWeaver, SAP NetWeaver CE, Solution Manager, ABAP Classic & ABAP Objects Trade, Finance

Peter

McNulty

SAP Labs  USA, PA, New Town SquareWeb Dynpro, Web Services, J2EE, and new ABAP features

Philip Kisloff

CapgeminiUnited KingdomRunSAP (Business Process Integration & Automation Managent), SAP Business Workflow and BPM.Consulting

Phil Loewen

Fritz & Macziol
it360°
Germany, Munich & Thessaloniki,
Greece
Partner Alliance Mgmt., IT Strategy, IT Management, ITIL, Web, Mobility, Innovation, Social Media, Project Management & Capacity PlaningIT Strategy & Mgmt. Consulting

Prashant

Mendki

Bristlecone India Enterprise Performance Management, Spend Performance Management, Data Enrichment and Classification, SLM, Infonet, SRM, Supply Chain Consulting

Prashant

Padmanabhan

SAPUSA, CA, Palo AltoProduct Management, Product Marketing, Enterprise Human Capital Management Solutions, Software as a Service SaaS, Distributed Development, Collaboration Systems for Distributed teams.
Web 2.0 Learning 2.0, Mobile Applications, SuccessFactors 

Prateek Raj

Srivastava

AccentureCanada, TorontoSOA Middleware (SAP PI, Seeburger EDI Suite), AMI Integration for UtilitiesConsulting

Pratik

Talwar

Colgate Palmolive Mumbai, India ABAP Development, ABAP Objects, Business Rules Framewrok Plus (BRFPlus), MDM, MDGx (Master Data Governance), SAP Business Workflow, Business Process Reengineering and Six Sigma. FMCG

46.png

Raquel

Cunha

Independent Brazil Solution Manager, ABAP, IDOC, ALE, HCM (PA and PD), Design Thinking.Automotive, Defense, Mill, Pharma, Public Sector, Services

Renald

Wittwer

Independent  Germany, HamburgABAP Development, BSP, Web Dynpro ABAPAerospace,
Real Estate

Rich

Heilman

SAPUSA, PA, New Town SquareHANA XS, SQLScript, ABAP on HANA

Richard

Duffy

SAPAustraliaSAP Business one, Crystal reports, Crystal Reports Server, Microsoft SQL Server, Citrix, Windows Server, NetworkingPre Sales

Richard

Hirsch

AtosAustriaCloud

Roel

van den Berge

Ciber Nederland B.V.NetherlandsNetWeaver, ABAP, CRM WebUI, Sybase Unwired Platform, Web Dynpro ABAP Consulting

Ronald

Konijnenburg

Logica Nederland B.V.NetherlandsBusiness Objects, BW, HANA, SEM BCS, ECC Consulting

Rukhshaan

Omar

SAP

Germany, BW, Walldorf

SAP NetWeaver BPM and SAP HANA use cases

Sascha

Wenninger

Blue TAustralia SOA, REST, PI, MII Mining, Retail

Shabarish

Vijayakumar

Wipro TechnologiesIndia SOA Middleware (SAP PI), Enterprise SOA

Sheng Qiang

Zhengzhou Sanquan Food. Co. LtdChina ABAP

Simha

R. Magal

Grand Valley State UniversityUSA, MISAP ERP, Business Analytics,  Education and Training, SAP University Alliances
Higher Education

Simon Kemp

PLAUT IT AustraliaAustraliaPortal, Usability, Development, ABAP, Java, SAPUI5, Gateway, Mobile Applications, User Interface/User ExperienceConsulting

Simon To

Fossil, Inc.USA, TX, DallasBusiness Analytics/SAP BusinessObjects portfolio, database development, programming Retail, insurance/finance, oil & gas, telecom, software

Sina

Moatamed

IT Strategist and ConsultantUSA, CABusiness ByDesign, Cloud ComputingManufacturing, Life Sciences, Consulting

Somnath

Manna

IBM IndiaIndiaSCM (APO) Consumer Products, Pharmaceuticals, Chemical & Petroleum

Srini

Tanikella

SMART Modular TechnologiesUSA, CA, Freemontb2b, web services, ABAP Integration Technologies, SAP - SD, ABAP, XI,BI and NetWeaver PortalsHigh Tech

Steve Rumsby

University of WarwickUnited KingdomNetWeaver, ABAP, GRC, PersonasHigher Education

Susan

Keohan

MIT Lincoln LaboratoryUSA, MAWorkflowPublic Sector

Sue

Dunnell

SAPUSA, CASAP PowerBuilder, Developers, Community Engagement

Tammy

Powlas

Fairfax Water USA,VABI ASUG Chair, FI, CO, FM, Solution Manager, BI client toolsUtilities
Public Sector

Thomas

Jung

SAPUSA, INABAP, Web Dynpro, BSP, CE

Thorsten

Franz

AOK SystemsGermany Technology Strategy, Architecture, ABAP on HANA, Custom Development and ISVs, NetWeaver, Mobile, Composition, Cloud Insurance

Tim Guest

SAP Business OneUnited KingdomDirector at a Flow Control company. Implemented SAP Business One Version 9 now and look after the IT systems, Marketing and Sales activities. Dedicated to growing the SAP Business One community both online and offline. Volunteer and SIG Vice Chairman at UKISUGDistribution and Manufacturing

Tobias

Hofmann


Brazil SAP Portal, Mobililty (Sybase SUP), Knowledge Management, Collaboration, NetWeaver, Integration

Tobias

Trapp

AOK SystemsGermanyeSOA, custom made Enterprise Services,
Landscape Transformation / SLO
Custom Development with ABAP and CE
Enterprise Architecture
Semantic Technologies
Insurance

Tom

Cenens

Infinite SolutionsBelgiumSAP Basis (Netweaver related), SAP Solution Manager
Currently involved in SAP Certification & Education - representing SAP Mentors & SAP Community for EMEA
Interested in SAP HANA, Virtualization&Cloud
Professional services

Tomas

Krojzl

IBMCzech Republic SAP HANA, Trigger Based Replication (SLT), SAP Basis (NetWeaver, OS/DB Migrations, Release Upgrades, EHP Installations)

Tony

de Thomasis

SAPWORKS Pty LtdAustraliaApplication Lifecycle Management, Solution Manager, NetWeaver Infrastructure, Disk Technology, IBM PowerVM technology, Wily IntroscopeProfessional services

Twan

van den Broek

CIBER NL Netherlands SAP NetWeaver, BPM and SOA Consulting

Tridip

Chakraborthy

Cognizant Technology Solutions CorpUSASAP Supplier Relationship Management, SAP Sourcing, SAP Contract Lifecycle Management, SRM MDM Catalog and Business Process Expert in Sourcing, Contract Management space, Supply Chain professionalConsulting

Uwe

Fetzer

SE38 IT-EngineeringGermanyABAP, BSP, WDA, Workflow, JSON, REST, SAPUI5, HANAConsulting / Development

Uwe

Goehring

bigbyte software systems corp..USALogistics, Supply Chain Management, Hospitality, Printing & Packaging, Chemical, Discrete, Repetitive Manufacturing http://scn.sap.com/people/vance.panuring Consulting

Vance Pan

DataCVGChinaSAP Analytics Solution, specially Business Intelligence Solutions

Vitaliy Rudnytskiy

SAP  /
Vital BI (blog)
Poland Data Warehousing, BI, Analytics, In-memory // Technology Evangelism and Developers Engagement

Wei Zhu (Ethan)


ChinaBusiness Intelligence Consulting

Xumin Zhao

Dimension InfoTechChinaSAP ESA, SAP NetWeaver

Yakov

Werde

eLearnIt LLCUSA, NJSAP PowerBuilder

Yariv Zur

SAPIsraelNetWeaver Portal, NetWeaver Cloud, Mobile Portal, NetWeaver, UI technologies (HTML5, Web Dynpro, Visual Composer)

Zimkhita

Buwa

City of Cape TownSouth AfricaBI and SAP Strategy Management Consulting

 

NFe 10 - Mensagem: "NF-e sem atrib.processo empresarial"

$
0
0

Olá pessoal,

Ao enviar para o monitor um XML referente o processo de subcontratação recebi a mensagem de erro "NF-e sem atrib.processo empresarial".

 

Verifiquei a configuração da view /XNFE/V_CFOPPROC no PI e o CFOP em questão não havia sido registrado. Uma vez corrigido a configuração, qual seria a tratativa?

 

O XML ainda está aparecendo com o mesmo erro no monitor, e a opção "Continuar Processo" não está disponível.

Tentei também re-enviar o XML para a caixa de entrada, também sem sucesso.

 

Eu poderia recriar o caso de teste, porém o que me preocupa é que este problema pode ocorrer novamente no período pós Go Live e o usuário ficaria de mão atadas.

 

Atenciosamente,

 

Daniel Zardo

Stock Audit report and Balanced Sheet

$
0
0

Hi

 

Goods Receipts were created to bring in the inventory closing balances at 31122012. A JE was created to reverse the values but the quantities were not reversed and were still in inventory. However these Goods Receipts were reversed with  Goods Issue because we decided that the items be entered in  different units of measure. After the goods issue, the prices of some items changed.  The system issued out some items at different cost, relatively higher compared to the actual items prices. The item valuation method is moving average. This results in the difference of about the 152,000 from the stock audit report when compared with GL balance figure which is actually correct. The stock audit report is more by the 152000.

 

How do i resolve this??

 

Thanks

System copy Netweaver 7.1 system

$
0
0

We have a two year old PI 7.1 system Dual Stack that has a Central Instance and SCS instance.

Now we want to do a system copy to another PI 7.1  system and the only choice we have is to install Primary Instance plus ASCS plus SCS.

Did SAP change the architecture for NW 7.1 after they released NW 7.1? Or am I missing something here.

I rather not create the 3 instances due to connectivity issues.

Viewing all 8877 articles
Browse latest View live


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