Facturas Electronicas

Jovenes alguien tiene un manual de como implementar lo que son facturas electronicas en SAP 8.8.
Se los agradezco bastante.
Saludos Cordiales

Buenas tardes,
creo que antes de compartirse materiales, deberian de concretar exactamente de que localización estan hablando.....
En Mexico llevan varios años con factura electronica, en Portugal igual....y a partir de enero se implementará en España....
Les puedo asegurar que la factura electronica de Mexico no tiene nada que ver con española...
A nivel de SAP España, se nos entregará con una actualización en el mes de enero...
Para cualquier duda respecto a esto contacten con la figura de su local expert.
Saludos cordiales

Similar Messages

  • ENVIO DE CORREO CON XML DE LA FACTURA ELECTRONICA

    HOLA CHICOS, BUEN DIA,
    Alguno de ustedes sabe como puedo configurar que el xml que se genera de factura electronica en SAP se envie una copia al correo del cliente?
    Agradezco de antemano su apoyo.
    SALUDOS
    NANCY

    HOLA MAURICIO,
    Yo estoy utilizando la factura electronica nativa de SAPB1 que genera un xml. Estoy trabajando con 8.81pl07
    saludos.

  • Factura Electronica.- Sello "Invalido" al momento de validar el xml en SAT

    Buen dia!!
    Se  configuro en un ambiente de  pruebas la  factura electronica   , se realizó la validación del  xml en la  pagina del SAT  y no hubo problemas,  pero al momento de  pasar al ambiente productivo  todos los xml que se validan  marcan que  el sello NO es valido;  tanto la base de pruebas como la de productivo estan configuradas de la misma  manera y contienen la misma  información, con un cliente se resolvio cambiando  información del detalle de sociedad,  pero en esta empresa  no  ha  funcionado espero me puedan ayudar.
    Saludos,

    Hola!
    ¿Puedes por favor revise los pasos sugeridos en la nota SAP 1542753?
    Puede haber algunas diferencias en el XML debido al uso incorrecto de los certificados, las diferentes implementaciones de BADI o customizing.
    REgards,
    Renan Correa

  • Mexicou00B4s Pedimentos

    By law in Mexico we have to assign to every import material a number given by customs. And this number should be on every invoice of that material.
    For what I had read most companies in Mexico do it with Batch Management, so what I am trying to accomplish first its to copy MIGO fields GOHEAD-BKTXT and GOHEAD-XABLN into MSC3N field DFBATCH-KZTXT
    I understand I can use a user exit for this, so these are the user exits for MIGO:
    MBCF0002 Customer function exit: Segment text in material doc. item
    MBCF0005 Material document item for goods receipt/issue slip
    MBCF0006 Customer function for WBS element
    MBCF0007 Customer function exit: Updating a reservation
    MBCF0009 Filling the storage location field
    MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0011 Read From RESB and RKPF For Print List in MB26
    MBCFC003 Maintenance of batch master data for goods movements
    MBCFC004 Maintenance of batch specifications for goods movements
    I think I should use any of the last two, I am just a SD guy and I wanted to ask anyone has any tips, advice how should I figure this out?
    After that its seem I can do this to copy information to invoice:
    Use FM READ_TEXT by passing the following paramaters,
    ID = VERM
    LANGUAGE = sy-langu
    NAME = check for object name from table STXH where TDOBJECT = 'CHARGE' and TDID = 'VERM'
    OBJECT = CHARGE
    Also check form program SDTEXTE by passing the follwing parameters,
    OBJEKT = CHARGE
    TXID = VERM
    SPRACHE = sy-langu
    NAME = check for object name from table STXH where TDOBJECT = 'CHARGE' and TDID = 'VERM'
    Thanks
    Carlos

    Nadie ha manejado lotes con la factura electronica que trae nativamente SAP?
    =(

  • Borrado de contenidos a la hora de actualizar software.

    Hola a todos. Acabo de actualizar el software de mi iphone y, entre otros desastres, se ha borrado la aplicación de WhatsApp y todos sus mensajes. ¿Qué puedo hacer para recuperar los contactos y los chats perdidos?

    El problema fue por el B1f, de factura electronica, se tubo que desactivar para poder cambiar la hora en las parametrizaciones

  • Factura electrónica

    Colegas,
    Alguien de ustedes me podría decir cómo configurar la factura electrónica que trae el parche 17?.
    Saludos!

    Hola
    El parche 17 tiene problemas actualmente, no se puede configurar, por lo menos no he podido, pero a grandes razgos haces lo siguiente
    1.- Tener tu firma, sellos, folios, esto te lo da el SAT
    2.- Tener PL17
    3.- Instalar el addon
    4.- Importar el certificado dentro del servidor
    5.- Seleccionar el certificado dentro de Datos de contabilidad en Detalles de sociedad
    6.- Crear las series dentro de SAP, Gestión, Númeración de documentos
    7.- En gestión- Definiciones- General- Electronic File Manager, debes cargar los archivos SPP
    9.- Indicar el formato xml que estará siendo utilizado en Gestión, Parametrizaciones Generales, pestaña SN, formato de exportación electronico(Electronic Invoice)
    9.- En socios de negocios asignar a cada uno el formato predeterminado.
    En teoria hasta ahi ya puedes hacer facturas, en la factura de clientes, hay una pestaña Documento electronico, donde podrás ver las series electronicas, pero al crear hay un error, que indica
    "El formato no puede analizarse sintacticamente etc etc etc, y otros más.
    saludos.

  • Como generar una factura de clientes con lotes

    Como Generar Una factura de Clientes con lotes, es Decir buscas? Busca otros Una Lista de Materiales Con Todos SUS Hijos, Tener pecado Una generada Orden de venta.
    Mi codigo es el siguiente, en solitario ingreso CUANDO Que El artículo De Una Lista de Materiales no me géneros la factura.
    Espero me puedan Ayudar.
    Consulta_SAP = new SqlDataAdapter ("SELECT Código como Código DESDE DONDE ITT1 Padre = '" + artículo + "'", DB_SAP);
                            Datos_SAP = new DataTable ();
                            Consulta_SAP.Fill (Datos_SAP);
                            cadena codigo_ = "";
                            codigo_ = Datos_SAP.Rows [0] [0] .ToString ();
                            for (int y = 0; y <Datos_SAP.Rows.Count; y ++)
                                dg_items.Rows.Add (Datos_SAP.Rows [y] [0] .ToString ());
                            for (int n = 0; n <dg_items.Rows.Count; n ++)
                                items_hjos = Convert.ToString (dg_items.Rows [n] .Cells [0] .Value.ToString ());
                                Facturas.Lines.SetCurrentLine (c);
                                Facturas.Lines.BatchNumbers.InternalSerialNumber = "67";
                                Facturas.Series = Convert.ToInt32 ("49");
                                Facturas.CardCode = CI;
                                Facturas.DocCurrency = "$";
                                Facturas.Lines.Address = direccion;
                                Facturas.UserFields.Fields.Item ("U_Orden") Valor = "Reto" + + reto ".";
                                Facturas.Lines.Quantity = 1;
                                Facturas.Lines.TaxCode = "IVAP16";
                                    Facturas.Lines.BatchNumbers.BatchNumber = "145134514000396";
                                    Facturas.Lines.BatchNumbers.Quantity = Convert.ToDouble ("1.0");
                                Facturas.Lines.BatchNumbers.SetCurrentLine (0);
                                Facturas.Lines.BatchNumbers.Add ();
                                Facturas.Lines.Add ();
                                c = c + 1;

    Hola
    Nuevamente gracias por tu respuesta
    La nota que mencionas la he revisado junto con otras varias,  te cuento como me fue con estas
    El cambio de estatus solo esta habilitado para las facturas de deudores que no son de anticipo, esto lo que me permite es  hacer la nota de crédito de esa factura  y así cancelar el pago  recibido de la factura de Anticipo  y esto me libera  una parte del Anticipo,
    Ahora al tratar de hacer  la nota de crédito de la factura de Anticipo el sistema invierte los importes, donde el total aplicado de la factura  se convierte en el total pendiente  en la nota de crédito,
    FACT
    Total Pendiente   970 (DEL PAGO CANCELADO)
    Total aplicado        30
    NOTA DE CRÉDITO
    Total Pendiente   30
    Total aplicado        970 (DEL PAGO CANCELADO)
    Esto es lo que me  tiene detenida :s
    Saludos

  • Estorno de facturas de SD com recebimento

    Boa tarde,
    Alguém sabe uma forma de impedir a possibilidade de estornar um documento de facturação a cliente, pelo fluxo de SD, que já tenha liquidação e recebimento?
    Obrigada,
    Maria

    Boa tarde Fernando,
    Trata-se de uma nota fiscal comum, pensei que pudesse haver alguma outra solução envolvendo parametrizações. Pelo que tenho visto só através de user exit ou BAdI.
    Obrigada,
    Maria

  • How to configure or pair a Bright House Remote (Universal Electronics Atlas) with Apple TV

    I live in Central Florida and have Bright House Networks as my cable provider.  The remote I received for my Digital Television service is a ATLAS OCAP 5-Device by Universal Electronics.
    When I tried to have the Apple TV learn this remote it didnt work.  The Apple TV couldn't seem to recognize the signal from the ATLAS remote.  So I tricked it.  I had a spare remote it tested fine with the Apple TV so I had the Apple TV learn it.  Then I programmed the spare remote to work with the VCR button on the ATLAS remote. Now the Apple TV recognizes the signal from the ATLAS remote.

    Welcome to the Apple Community.
    Hold the remote close to and pointed at the Apple TV, hold down the menu and FF buttons together for 6 seconds or until you see a chain icon on screen.

  • Crane Aerospace and electronics is looking for Test Engineers with LabVIEW experience - please disregard previous post.

    Here is the correct post:
    Are you detail-oriented, creative, and technically skilled at Engineering design and development?  Come to Crane Aerospace & Electronics and use your excellent Engineering skills to design, improve, and deliver the next generation of products in the aerospace and electronics Industry!
    We have a unique and exciting career opportunity for Engineer II, Test.
    You will be responsible for maximizing new product development and manufacturing performance through the creation and deployment of test strategies, tools, and plans.  Design and implement high performance hardware and software for test equipment.  Authoring test procedures and performing Qualification test activities.  Ensure high product quality.
    Responsibilities:
    Collaborate with customers and multi-disciplined engineers to establish/clarify test, qualification, verification and validation requirements.
    Write test plans, procedures, requirements and reports in a highly structured environment.
    Analyze, develop and deploy complex and high performance test hardware and software solutions for automated test equipment. 
    Design, develop, debug, validate & verify the fabrication of manual and automated test equipment at the circuit board and system level, and specify and procure COTS test equipment.
    Develop/maintain hardware documentation including block diagrams, schematics, BOMs, wiring diagrams and wiring lists, software documentation, and configuration control of initial release and updates. 
    Perform detailed calculations to establish test equipment specifications and design margins.
    Maintain existing test systems through bug fixes, improvements and modifications.
    Support the estimation of costs and schedules to develop or upgrade test platforms.
    To perform a number of the above responsibilities with limited supervision.
    Minimum Requirements:
    Experience: 2-5 years.  Previous work experience in aerospace, space or medical electronics industry preferred.
    Knowledge: Microprocessor / Microcontroller hardware and firmware design; Analog Circuit and power supply design; Digital Circuit Design including high-speed serial communication design; Firmware programming in c; Schematic Capture, PADS Logic preferred; Circuit Simulation; Fundamentals of magnetic proximity, temperature, and pressure sensing electronics; ESD; Familiarity with testing standards (MIL-810, MIL-704, and DO-160 preferred).  Basic laboratory test equipment; LabVIEW experience, certification preferred; Developing hardware per DO-254 and software per DO-178 preferred; Experience with Adobe FrameMaker, IBM Rational tools, TestStand, Microsoft Project preferred.
    Skills: Good interpersonal and communication skills (verbal and written)- effectively lead and/or participate in multifunctional teams in a dynamic work environment. Ability to manage multiple tasks, flexibility to switch between tasks and prioritize tasks. 
    Education/Certification: Bachelors Degree in electrical engineering, computer science, physics or related technical discipline.
    Eligibility Requirement: Must be a US Person (under ITAR rules) to be eligible.
    Working Conditions:
    Working conditions are normal for an office/manufacturing environment. Machinery operation requires the use of safety equipment to include but not limited to safety glasses, heel straps, and shop coats.
    Requires lifting 25 lbs
    Apply online today: http://ch.tbe.taleo.net/CH06/ats/careers/requisition.jsp?org=CRANEAE&cws=5&rid=3170
    Crane Aerospace & Electronics offers competitive salaries and outstanding opportunities for career growth and development.  Visit our website at CraneAE.com for more information on our company, benefits and great opportunities.
    In our efforts to maintain a safe and drug-free workplace, Crane Aerospace & Electronics requires that candidates complete a satisfactory background check and pass a drug screen prior to employment.  FAA sensitive positions require employees to participate in a random drug test pool.

    How can you say you are hiring test engineers with LabVIEW, yet the job description doesn't even mention LabVIEW.  All I see in there is CAD design.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • I can not connect my I Pad to a Samsung TV. Does the following make any sense?     Dear Phillip Baker,   Thank you for contacting Samsung Electronics.  We understand that you are not able to movies on the iPad on the TV.   We are sorry to say that you can

    Will the I Pad 2 connectr to a Samsung TV to play a movie from I Tunes.  Samsung sent the following.
     Dear Phillip,
     Thank you for contacting Samsung Electronics.
    We understand that you are not able to movies on the iPad on the TV. We are sorry to say that you can connect devices which are DLNA compatible and PC or laptops which are
    installed with PC Share manager. If the iPad supports DLNA, you can connec it to the TV and play the files
    supported by the TV. The TV supports following file video types : MKV, AVI, MP4, WMV, MPEG, MPG, ASF, 3GP, TS, TP, TRP. If you have any other questions, please feel free to contact us.
    Thank you. 
    Samsung Online Support.
    Any help?

    What method of connection are you trying to use? DLNA looks like a standard for sharing media between devices over your home network, but I'm fairly certain the iPad doesn't support this protocol. Apple sell adaptors to connect your iPad directly to TV using composite or HDMI connectors. I'd be surpsied if your TV won't support either of those.
    tt2

  • Spain - Self Invoice ( Auto Factura )

    Hello,
      There is a new requiremnt in Spain to report what is called "Self Invoice" or "Auto Factura".  I found some documentation on OSS. 
    New tax codes and new number ranges need to be created.  Is anyone familiar with this set-up at all.  Has anyone worked on this in Spain.
    Thanks for any information will be appreciated.
    Inessa

    Which proposed method doesn't work ?
    If you can't tell us which kind of AW6 documents you are trying to convert, we can't help more.
    I repeat :
    Pages import AW6 WP documents
    Numbers import AW6 SS documents
    I posted scripts transferring AW Draw documents in Pages (or Numbers)
    There is no way to import other documents with Apple applications.
    I create my typical test file with a copy paste of the AppleScript library in which I store my handlers.
    The result is a 58 pages document with 12131 words.
    The file size is 139 Kbytes.
    I know well that Pages is verbose but I'm a bit surprised by the size which you get.
    You may send the original AW6 document to my mailbox.
    I will try to understand why the result is so large.
    Yvan KOENIG (VALLAURIS, France) lundi 18 juillet 2011 22:26:23
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • CLAD with MS in Electronics/Electrical engg looking for better opportunities

    Priyanka Chaudhary
    ob/4 wardens' residence medical boys hostel campus, near white church colony, Indore(M.P)-452001
    [email protected]
    OBJECTIVE:
    ==========
    Seeking position as Labview Developer
    EDUCATION
    ==========
    Master of Science in Electrical Engineering
    University of Kentucky, Lexington, KY.( G.P.A. 3.5/4.0)
    May 2010
    B.E. Electronics and Communications Engineering
    Rajiv Gandhi Technical University, India
    First Class with Honors G.P.A. 4.0/4.0
    June 2007
    SKILL SET
    ==========
    Programming Languages: Labview (2011,2010,8.6),Simulink,VHDL, Verilog , C , C++, VC++, MATLAB C#,HTML, ASP.Net 4.0, Assembly Language
    Development and Simulation Tools: Labview, Xilinx ISE, ModelSim, MATLAB, MS office Suite, VS .Net
    Hardware: NI cRIOs, NI CDAQ, NI C-form thermocouple ,IEPE and strain gauge modules etc.,8085/8086 Processors, 8051/8951 Microcontrollers
    WORK EXPERIENCE
    ===============
    1)Assistant Manager, VE Commercial Vehicles Ltd. (OEM), Pithampur, July 2010-Present
    -Certified Labview Associate Developer (CLAD) [Serial Number:100-311-4045; Issue date: Dec 29,2011;Expiration date: Dec 28 2013]
    -Part of the software development team in the Vehicle Validation and testing Division
    -Developed and deployed software in Labview for Testing Rigs required in the Fatigue and Endurance Labs.
    -Attended Labview Core1 & Core2 training and preparing for Certified Labview Associate Developer exam (CLAD).
    -Projects include:
    --software development for Clutch endurance test using Master/Slave architecture;
    --system identification, iteration and drive-file generation from RLD for Cabin testing on Moog Controller;
    --Test Sequence generation for suspension leaf spring endurance and Front Axle endurance tests;
    --R&D of Stewart’s Platform(Multi-Axis Shaker Table) in Simulink using Pro-E/CAD model and validation of the model parameters for Rig development in Labview.
    --Single-handedly designed and deployed endurance test application on FPGA target using Labview 2011 using Modbus as communication protocol between variable frequency drives(ABB) and motors.
    -Designed software utility manuals for rig operators.
    2) IT consultant, Libsys Consultancy, Chicago, USA ,Sep 2010-March 2011
    -Worked as Dot net developer apprentice/consultant for client (Thomson Reuters ) in Minnesotta,USA.
    -Worked on Models –View-Controllers architecture to design Web applications.
    3)Graduate Research Assistant, University of Kentucky, May 2008 - Aug 2010
    Thesis : Spheroid detection in 2D images using Circular Hough Transform
    -Collaborated with National Cancer Institute and the dept. of Opthalmology to prepare High Content –High Throughput Screening Assay (3D-ECSA) analysis platform.
    -Ran an automated test bench with a motorized camera (VC++, MFC) for the assay analysis and image acquisition.
    -Synthesized data stochastically similar to original, to increase the databank.
    -Developed algorithm (MATLAB) to detect spheroids in data images using Circular Hough Transform.
    -Demonstrated measures to classify identified spheroids according to shape and symmetry.
    -Involved extensive application of Image Processing techniques.
    4)Graduate Assistant, Graduate Housing Resident Manager, University of Kentucky,Feb 2010- May 2010
    Responsibilities include, resolution of conflicts, inspections, attending to resident requests and acting as a bridge between the 100+ residents and housing body.
    ACADEMIC PROJECTS
    ==================
    1)Design and implementation of 2 special purpose processors,Spring 2008
    -Designed two special purpose processors in VHDL in Xilinx ISE
    -These were non-programmable and were designed to execute a repetitive custom logic
    -Simulation was done in ModelSim and tested on Xilinx Virtex 5.1 FPGA.
    2)Wireless Datacommunication between terminals using Frequency hopped spread spectrum,Spring 2007
    -Prepared and etched PCBs for circuit base;
    -Soldered HT-12 encoders/decoders, transceivers and PLL ICs to the PCBs to form a FHSS transceiver circuit
    -Involved electronics and communication principles.
    -Demonstrated the working of the units for duplex communication
    PUBLICATIONS
    =============
    Correlation based swarm trackers for 3-dimensional manifold mesh formation
    SPIE April 13,2009. Vol:7340 2009
    RELEVANT COURSEWORK
    ===================
    Graduate:
    Digital Signal Processing, Deterministic systems, Real-time Embedded systems, VHDL, Antenna Design, Solid state electronics,
    Electromagnetic field theory.
    Undergraduate:
    Mobile Communications, Satellite Communications, Fiber Optics, Microwave Circuits, Data Compression and Encryption, Microprocessors and Microcontrollers, Microelectronics, Digital Logic Design, Electronics
    Attachments:
    Priyanka_Chaudhary_resume_LABVIEW.pdf ‏130 KB

    Message Edité par salimo le 11-04-2009 04:36 PM
    ~~~~~~~~~~~~~~~~~~Looking for a LABVIEW JOB (In EUROPE)>~~~~~~~~~~~~~~~~~~
    **The Best Way To Predict**The**Future Is To Invent It**

  • Why do I depend on a carrier for 10.2.1 update if I bought the phone from an electronics shop, unlocked

    I am mad on Blackberry for this, because I don't undestand why !
    I bought the my phone, a Z10 from an electronics shop, so it is unlocked and not dependable on any carrier, and I paid premium.
    The first time I turned on the phone, BB Link did update the OS, though some minor stuff.
    Now I see carriers around the world are pushing the 10.2.1 update to their phones but what about me ? I do have a sim card of a carrier (Vodafone) wich did not release the update yet, but WHY DO I need to wait for them to push the update ? Why can't I just update the phone trough Blackberry Link ?
    Is there a good reason why the update can only be made if the carrier the phone runs on make it available ?
    I find this very stupid !

    BlackBerry has never pushed updates direct to the user, always from the carrier.
    So, no, there is no public documentation on that.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Is using a Delta Electronics DTX power supply in a Quicksilver 2002 risky?

    After verifying that my original PSU was dead according to a procedure found in the forums, I purchased what was represented as an identical model (AcBel 614-0157 344W) but I received a Delta Electronics 614-0158 355W model instead. The main connector is the right size (22 pins) but the wire colors are different.
    I've read DTX psu's have issues with Cinema Displays and can freeze up during sleep mode due to an unstable 5V trickle voltage. Can anyone confirm or deny the incompatibility?

    This site appears to show it can. http://www.atomicoverload.com/servlet/the-3374/APPLE-G4-DPS-dsh-340AB-614-dsh-01 58/Detail
     Cheers, Tom

Maybe you are looking for