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

Re: Asset Master Data - Tax Depreciation

0
0

Thanks Ali,

 

its for reporting purpose.

 

got one more issue related to this. In regards to reporting of the depreciation area 15 Tax Depreciation.

I want to fetch a report for a period like monthy, quaterly or for six months.

Tried this transaction S_ALR_87012026 - Depreciation Current Year, but its executing for the future date not the current date.

 

 

regards,

sandy


rollback update status jdbc sender channel

0
0

Hi experts,

 

  Scenario DB->PI->ECC(IDOC) Asynchornous

 

 

PI should update the status the moment it picks up the records and then create the IDoc's. If PI fails before completely creating all the IDoc's for some reason, then,PI should have the capability to either roll back and re-create the IDoc's again or know what IDoc's were not created and create them.

 

Is there a possibility for to change the status flag(update) from PI end or source system would update the status manually ?

 

 

Thanks,

aman

Importación de archivos para ordenes de venta, compra, etc

0
0

Buenas noches comunidad SAP! me encuentro en la implementacion para una empresa y me comentan que buscan una forma de automatizar las entradas a las ordenes de compra o venta o ese tipo de cosas. Tengo como ejemplo, esto:

Se tiene un archivo de excel con 50 o mas partidas (lineas indicando cantidad de articulos, cantidad, etc).

 

Lo que se busca es si hay una herramienta de importación para excel o algún estilo copy-paste, ya que capturar linea por linea es demasiado exhaustivo para la persona encargada de dicha tarea.

 

Esta como herramienta el DTW pero puede resultar una manera compleja y/o tediosa de realizar la carga para el usuario estándar. Entre mas fácil se pueda realizar, mejor. Ya que en ciertas ocasiones las personas de ventas/compras no tienen mas que el conocimiento básico de informática.

 

Incluso para mi que estoy un poco mas "familiarizado" con SAP (cerca de 3 meses trabajando con el, lo cual no es mucho) a veces entro en conflicto con DTW para importar los datos.

 

Entonces si hay una manera un poco mas rápida y/o fácil de hacerlo, me seria de gran ayuda. Me comentaron que con el nuevo upgrade de SAP 9.1 si hay algo por el estilo pero lo desconozco.

 

Cualquier información es de ayuda, gracias y saludos!!

Re: Error in Concatenate. I just can't see it!.

0
0

Hi Mauro,

 

It's been a long long time since I worked in a 4.6C environment. I can't remember if the ABAP editor allowed you to break a statement into multiple lines. This may be a silly suggestion but did you try putting the concatenate statement onto a single line?

 

I.e CONCATENATE lw_param-prefca lw_param-vprefc INTO pl_line.

 

Regards,

Nick

Re: IDOC Receiver channel 7.31 Java stack error-Connection factory name for channel is null

0
0

Closing the issue.

 

  Issue got resolved by system refresh and updating properties under

outboundRA.

Re: PM DataSource Enhancement

Re: Error in Concatenate. I just can't see it!.

0
0

I'll bet that either:

 

-  The declaration of LW_PARAM is not ZTPZ4M

- The active table ZTPZ4M does not contain the field VPREFC

 

cheers

Paul

Re: Hacer Web Service en C# para datos Maestros de Almacen

0
0

Prepara tus querys y enviamelos yo te voy a mandar los webservices ya hechos tu solo cambiarias los datos de conexion a SAP en el Web.Config


Re: customize the next number maintenance in ME 6.0

0
0

Hello Leon, You should use my code example as a reference, it replace %SALES_ORDER_NUMBER% and %COLOR% replaceable parameters defined in Next Number maintenance with custom fields defined for Shop Order. You must implement your own business logic in service extension class. Regards, Oksana

Re: Internal table

0
0

Hello Vivek,

 

Use this syntax in Loop:

LOOP AT in_tabinto wa_tab..
   WRITE / wa_tab.
ENDLOOP
.


Now the output will be:

11KiddFC
10FetcEA

 

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

 

If you use Sort before Loop

SORT in_tab BY matnr.

LOOP AT in_tab into wa_tab.
   WRITE / wa_tab.
ENDLOOP
.


Then the output will be

10FetcEA
11KiddFC

 

 

 

KJogeswaraRao

Why SAP system can't display the 'DepReq' in MS04?

0
0

I create a Long term planning Scenario (MS31), I can find the 'DepReq' requirement in MD04, but I can't find it in MS04.

 

The system display only 'OrdRes' ?

 

What's the problem?

Re: customize the next number maintenance in ME 6.0

0
0

Hi Leon , You missed required steps from SDK Installation guide. It is section SAP ME License Configuration. A SAP ME license is required to allow extensions to be run within the SAP ME application.  Perform the following steps to install the development license: You must complete the following steps before performing the Java AS instance configuration: • Verify that all processes in the NetWeaver cluster are started.  Use SAP MMC to view the cluster status. • Start the Config Tool by running configtool.bat located in :\usr\sap\\\j2ee\configtool. 1. Select the instance node located in the navigation tree. 2. Go to the VM Environment tab. 3. Select the ClassPath property. 4. Add the following variable to the beginning of the classpath: ${INSTANCE_DIR}; Make sure to include the trailing semi-colon. 5. Click Set Custom Value. 6. Click Apply Change (Save) icon on the toolbar and close the Config Tool.  You will be prompted to restart the cluster. 7. Copy the SAPMELicense.properties file from the SDK installation folder to the SAP J2EE instance folder: :\usr\sap\\8. Save the configuration and close the Config Tool. 9. Restart NW instance. Regards, Oksana

Re: SAPUI5 'create' method get error with a status of 403(Forbidden)

0
0

Hi Vijay,

 

Thanks very much for giving me the helpful links!

However I have defined the odatamodel in the onInit() function, and the code is:

 

var oModel = new sap.ui.model.odata.ODataModel("proxy/http/DEWDFLSSC5445.emea.global.corp.sap:8000/sap/opu/odata/SAP/ZSFLIGHT_DETAIL_SRV", false,"***","***");

  

 

  sap.ui.getCore().setModel(oModel);

  var oTable = sap.ui.getCore().byId("tableId");

  oTable.setModel(oModel);

  oTable.bindRows("/sflightSet");

 

After the onInit() function, I run the save() function to request "POST" method and the code of save() function is what I have post above.

 

So could you help me about this issue?

Thank you very much~

 

Cassie,

Best regards!

Tax-Sync SAP Business One.

0
0

Hey Experts,


Do you have any application that can generate tax report and withholding tax and can generate .DAT file for filling taxes?



Thanks

Schedule Line Quantity (VBEP) should be dependent on Order Quantity (VBAP)

0
0

Hi, all!

 

I would like to ask your help regarding the following requirement.

 

Here is the scenario:

 

Customer orders 10,000 materials. However, users will need to update the schedule line and update to when all the materials will be delivered. So for example, RDD is 12/20, schedule lines will be:

12/01 - 2,000

12/03 - 4,000

12/23 - 4,000

 

Help needed: Put a check if users are adding more than the ordered quantity. So for example, if accidentally the user inputted 5,000 on 12/23, system will prompt the user that it is more than the set original quantity of 10,000.

 

I am not sure if this is config or needs customizing on the program. Hope you can help me with this!


Re: VT01N-Loading Sequence number functionality /BEV1/RPFLGNR in table VTTK.

Re: Unable to find servers in CMS server:6400 and cluster server:6400 with kind pjs and service CS_CORBA_NetworkLayer. All such servers could be down or disabled by the administrator. (FWM 01014)

0
0

Hi Vanitha,

 

is your issue resolved??

 

Arun

Re: Stock posting opposite direction in QA11

0
0

Hi Brahmankar,


Can you please advise me.


Regards,

A Vadamalai.

Re: SFTP Advantco adapter connection failure...Error transmitting the message over HTTP. Reason: java.net.UnknownHostException: http.

0
0

Hi Nick,

 

I suppose you mean the sm59 IDOC endpoint connection?

 

Regards

Kalyan.

Re: SAP CBTA composite script execution report - how to see screen shots ?

0
0

Thank you Arjan it worked !

Viewing all 8594 articles
Browse latest View live




Latest Images