J1BTAX MM - Função J_1B_READ_DYNAMIC_TABLE

Boa tarde a todos !
Estamos implantando o projeto do SPED PIS / COFINS e precisamos encontrar as alíquotas de exceção para ISS da transação J1BTAX, para ICMS e IPI por exemplo usamos a função J_1B_READ_DYNAMIC_TABLE, porém a mesma não retorna a alíquota de ISS e também desconsidera os grupos de impostos que possuem o número do serviço (ASNUM) como chave dinâmica.
Alguém poderia nos ajudar ?
Muito Obrigado
Leandro de Sá.
Complementando ...
Estou criando um esquema de cálculo para pedido de serviço e queria usar a função J_1B_READ_DYNAMIC_TABLE para encontrar a alíquota de ISS para calcular o preço líquido da compra do serviço ( tudo isso pq aqui na empresa não utiliza o esquema standard), porém essa função quando ISS não retorna a alíquota nem a base do imposto e está aí nosso problema, precisaria saber se tem outra função ou mesmo outra forma pra atender nossas necessidades.
Obrigado
Leandro de Sá.
Edited by: Leandro Sá on Mar 17, 2011 9:13 PM

Bom dia leandro,
Não entendi a questão. Se o report não está atendendo abre chamado pra SAP pra corrigir o extrator.
Atenciosamente, Fernando Da Ró

Similar Messages

  • NF-e 3.10 - Nota SAP ausente - Função p/ conexão não-GRC

    Boa tarde,
    estamos fazendo a implementação da NF-e 3.10 com mensageria não-SAP. (Sem o uso do GRC).
    Após aplicação da Nota 1933985 ( NF-e new layout 3.10 ) a função que faz a conexão com mensageria ( J_1B_NFE_XML_OUT, que existe no ECC ) não é mais chamada (para a versão 3.10) e foi substituída pela  /XNFE/OUTNFE_CREATE (tem somente no GRC).
    Desta forma a estrutura da solução (chamar função no ECC vazia) para conexão 'não-SAP' foi alterada
    Havia uma Nota SAP específica para 3.10 com conexão não-SAP:
    2006439 - NF-e 3.10: FM for Non-GRG connection
    Esta nota justamente substituía a /XNFE/OUTNFE_CREATE por uma existente no ECC: J_1BNFE_OUTNFE_CREATE.
    Mantendo assim a estrutura  de solução anterior (função existente no ECC), só alterando o nome da função para uma nova com outra interface.
    Porém esta Nota SAP (2006439) não está mais disponível no Portal da SAP.
    Existem outras formas como estabelecer esta conexão, (Exemplo, já havia feito download na SNote e basta aplicar, ou utilizar enhancement mantendo standard, ou função externa...).
    Porém antes de tomar a decisão de aplicar uma nota que está ausente no portal SAP, ou outra solução, gostaria de entender qual definição final a SAP vai utilizar.
    Por favor, alguém sabe o motivo desta nota não estar mais disponível ou se vão lançar outra ?
    Obrigado,
    Arthur

    Olá Arthur, tudo bom?
    O status dessa SAP Note foi alterada para "In Process", para que o título da nota fosse corrigido.
    Agora está tudo OK e a SAP Note já está novamente "Released For Customers". Pode aplicá-la, sem problema.
    Caso isso resolva seu problema, por favor, encerre essa thread.
    Grande abraço,
    Vinícius Ferrari

  • Função para cálculo de impostos( Simulação de Geração de NF).

    Boa noite pessoal !
    Alguém conhece alguma função no SAP que posso utilizar para efetuar cálculo de impostos ???
    Trata-se de um programa customizado (Z) e preciso fazer o cálculo de todos impostos, seria como uma simulação de Geração de NF (J1B1N) .
    Agradeço desde já.
    Wagner Duarte

    Bom dia Wagner,
    Você pode utilizar a FM  J_1B_NF_VALUE_DETERMINATION:
    Exemplo:
    DATA: BEGIN OF wk_header.
               INCLUDE STRUCTURE j_1bnfdoc.
       DATA: END OF wk_header.
       DATA: BEGIN OF wk_header_add.
               INCLUDE STRUCTURE j_1bindoc.
       DATA: END OF wk_header_add.
       DATA: BEGIN OF wk_partner OCCURS 0.
               INCLUDE STRUCTURE j_1bnfnad.
       DATA: END OF wk_partner.
       DATA: BEGIN OF wk_item OCCURS 0.
               INCLUDE STRUCTURE j_1bnflin.
       DATA: END OF wk_item.
       DATA: BEGIN OF wk_item_tax OCCURS 0.
               INCLUDE STRUCTURE j_1bnfstx.
       DATA: END OF wk_item_tax.
       DATA: BEGIN OF wk_item_add OCCURS 0.
               INCLUDE STRUCTURE j_1binlin.
       DATA: END OF wk_item_add.
       DATA: BEGIN OF wk_header_msg OCCURS 0.
               INCLUDE STRUCTURE j_1bnfftx.
       DATA: END OF wk_header_msg.
       DATA: BEGIN OF wk_refer_msg OCCURS 0.
               INCLUDE STRUCTURE j_1bnfref.
       DATA: END OF wk_refer_msg.
       CALL FUNCTION 'J_1B_NF_DOCUMENT_READ'
         EXPORTING
           doc_number         = i_docnum
         IMPORTING
           doc_header         = wk_header
         TABLES
           doc_partner        = wk_partner
           doc_item           = wk_item
           doc_item_tax       = wk_item_tax
           doc_header_msg     = wk_header_msg
           doc_refer_msg      = wk_refer_msg
         EXCEPTIONS
           document_not_found = 1
           docum_lock         = 2
           OTHERS             = 3.
       CALL FUNCTION 'J_1B_NF_VALUE_DETERMINATION'
         EXPORTING
           nf_header   = wk_header
         IMPORTING
           ext_header  = wk_header_add
         TABLES
           nf_item     = wk_item
           nf_item_tax = wk_item_tax.

  • Erro na função SPELL_AMOUNT

    Olá pessoal,
        Utilizei a função 'SPELL_AMOUNT' para retornar o valor por extenso, mas o numeral R$ 106,00, retorna o valor "100 e seis", em vez de 106,00 reais.Existe alguma outra solução?
    Obrigada!
    EXPORTING
      amount         =  106,00
      CURRENCY  =   ' BRL  '
      FILLER           =    '   '
      language          =   PT
    IMPORTING
       in_words        = st_words " Estrutura de retorno

    Hi,
    have a look at view V_T015Z with transaction SM30 and check there if values are correct.
    Best regards.

  • Troca da função ENTER nos documentos de marketing

    Caros, boa noite.
    No pedido de compra ou venda, se apertamos o enter, o documento tentará fechar.
    Alguém sabe se podemos trocar a função do enter? Queria que ele pulasse de uma linha para outra.
    Obrigado.

    Bom dia Leonel,
    no inicio tive o mesmo problema aqui na empresa, usávamos um sistema em cobol e era o ENTER que pulava o campo, e o SAP, rodando no Windows, era no TAB.
    Esse é um padrão de programação para Windows e WEB, pode ver que 99% dos sites, os campos são pulados com TAB, como o pessoal já estava acostumado com WEB, também acostumou com o SAP.
    É só questão de tempo.
    Abraço
    Fabio

  • Network Cable Unplugged, even though it is not (this one is fun, I promise!)

    I am plugging my computer into my Linksys router (this computer will not be connecting wirelessly).  Unfortunately my computer believes that the network cable is unplugged.  Allow me to provide some details before we continue!
    Router: Linksys WRT54GL v1.1, with up-to-date firmware
    Ethernet Card: Realtek PCIe GBE Family Controller (with up-to-date drivers)
    Computer OS: Windows 7 64-bit 
    And now for the fun part.  First, I figured that it was a bad ethernet cable, so I tried another, and another still.  The cable does not seem to be the problem.
    Second, I figured that it may well be my ethernet card.  I plugged the ethernet cable from my cable modem directly in to my ethernet card and was instantly rewarded with a connection.  With that, I noted that my ethernet card is not the problem.
    Third, I figured, well, it must be the router.  I tried the four ports on the back of the router to see if one was bad.  None of them worked.  The router does not show any lights for ports 1, 2, 3, or 4, no matter where I plug it in. Progress!  Certainly it is the router, right?  To make certain, I ran an ethernet cord from the router to a laptop and was rewarded once again with a connection.  So the router is not the problem.
    After doing some reading both here and abroad, I reduced my "Speed & Duplex" to 10 Mbps Half Duplex.  That did not solve the problem.
    Any and all help would be immensely appreciated, as I am rather frustrated.  Please let me know if I can provide any more information for you.  Thanks in advance for your help! 

    The problem with eletronics is that a device doesn't have to be dead but can be somewhat "off specifications" where it works with some devices and not with some others depending on how much "off spec" the other device accepts.
    You could try to connect the laptop and desktop directly to each other with a ethernet cross-cable to see how they work together. Otherwise, you should try to replace either the router or the ethernet card to see if it makes the difference.

  • P7n diamond - no bios - 2 of them - fun troubleshooter

    Hello,
    I write fun troubleshooter because I went so far as to try my friends "working for years" Asus P5B-Plus mobo and CPU and RAM and had same results...
    Specs:  P7n Diamond - OCZ GameXstream 700W PSU - E8400 Wolfdale - G.Skill 4gb RAM (2x2) - MSI NX8800GT 512mb OC - 2 Sata WD HDDs - 2 Sata DVD drives
    The Story:
    I get my supplies from newegg and built it, it turns on (gives CMOS Checksum Error) but then enters bios..... then I get random freeze-ups (even in bios) that were fixed by manually setting my ram to its default timings and low end of voltage.  This fixes it enough to allow me to install Vista 64 business.  I get everything running happily and play HL2/TF2 games for about a week before it starts locking up more and more frequently.  my USB mouse would die in game and the mouse lights/laser would turn off before the system just froze about 10 secs later...   So I decide it could be a Vista issue and so I setup a dual-boot with XP-32.  It seems to fix the freeze-ups before about 5 days later it starts freezing in XP too.  I ran memtest for 6+ hours with zero errors (albeit it did give me memtest errors when i used bios auto timings for ram)...   During the freeze-up issues I went from bios 1.0 to 1.16 to rule that out.....  didnt fix it.     It ended up getting to the point where I was freezing before windows XP or Vista even loaded...  so I RMA'd the p7n diamond.
    Receive my 2nd p7n diamond and got it in..   It boots to Vista before freezing 2min later.. same with XP.. mouse stopped working after even just surfing IE. then it hard locks... one time I did get the (PFN_LIST_CORUPT) BSOD... but its not consistent.. most freeze-ups just hard lock it with no BSOD.    I get immediately frustrated and try throwing my friends 4 (1gb) sticks of PNY DDR2-667 in the machine... turn it on and it doesnt boot to bios at all/nor give any beep codes..  re-throw my DDR2-800 back in and again.. not even an attempt to show bios - i turn it on and nothing comes up on the monitor (the monitor just flashes waiting for a signal)..   So I try more troubleshooting.   Disconnected EVERYTHING but one stick of ram and the graphics card... same result - no post....    swapped ram, even tried taking the graphics card out.. no beep codes...    I then assume its a bad CPU and try my friends working-for-years E6300 core-duo chip.... same result-no bios..     
    Then I figure - it has to be 2 bad p7n diamond mobos..   So i try my friends Asus P5b-Plus with my E8400 CPU... turn it on.. SAME result!!  no bios or beep codes..   i'm thinking now bad PSU and its frying Mobos on contact??  Odd because both p7n diamonds gave me perfect on-board LED readouts when plugged in and turned on (and on standby)..  All peripheral cards lit-up fine...  and my friends p5b-plus also had the red light showing it was getting power....  Is it possible a PSU that worked for 2 weeks relative fine all of a sudden fry things? 
    so I go to best buy and buy an Antec 650W PSU to rule it out..    same result! no bios......   the main frustration is I was using the system for about 2 weeks relatively fine and now all of a sudden things seem to "fry" on contact..
    Anyway, I RMA'd this p7n diamond, and the OCZ 700W PSU to try new ones...     I was just looking for opinions on what could be the problem..  I mean as it looks.. either the PSU was frying motherboards yet still lights their LEDs up..  or my E8400 CPU is ruining the motherboard??  or my RAM went bad after being OK?   
    some questions - when I get my new setup - im going to plug it in paranoidly......    Can I power up the system with no RAM sticks in it at all??  I just want to make sure RAM wasnt causing the mobo to short out?    Is it possible the GPU is frying the mobo?   Could my Antec 900 case wires be causing this?   I feel since I tried so many diff combinations its the one thing thats staying consistent??
    Thanks in advance!!
    -mike

    Mike...when you get it back...run it outside the case, just the bare essentials, lay the MB on a non-conductive surface (the foam packing works fine.)  If it boots up and works normally..start checking your case for extra MB standoff pins that you may have left in..they will short the board.   If it still has a problem out of the case w/ minimum components...then you can start troubleshooting components.  This is the way to start.  G/luck.
    Paul.

  • Hey Guys, from Germany. I want to connect my iMac 21" with my Tv just for fun. Does anyone know, how it works. With a Hdmi adapter?

    Hey guys! I want to connect my Imac 21 " with my Tv just for fun. Does anyone know , how it works?

    Selecting the correct adapter and cable depends on which year model iMac you have and what inputs the TV has?
    Check the User's Guide that came with your iMac or your Spec's at > Apple - Support - Technical Specifications
    to see if your iMac has a Mini-DVI or Mini DisplayPort and then select that adapter with the correct connection for the TV.
    Example: if you have a 2010 or 2011 iMac and an HDMI ready TV, then you would want the > Moshi Mini DP to HDMI Adapter with Audio Support - Apple Store (U.S.)

  • I cannot get my messages/text messages to work om my Hi.  I am sending this thru my iPad.  Respond and let me know you got it.  Fun fun fun.  .  I did go and try to another Apple ID different from my iPhone but it still will not work.  Can anyone help me?

    I cannot get my messages/text messages to work om my Hi.  I am sending this thru my iPad.  Respond and let me know you got it.  Fun fun fun.  .  I did go and try to another Apple ID different from my iPhone but it still will not work.  Can anyone help me?

    chicx wrote:
    This is the third time of writing this on your Apple Support Communities!
    Not with your current user id.
    Far too much uneccesary information in your post, which only confuses things, a vast amount!
    Let's start with iTunes.
    Have you updated iTunes to 11.1.5, because the previous version did appear to have an issue about seeing iPods?
    With iTunes 11.1.5 installed, look in Edit/Preferences/Devices, (or use the ALT key, followed by the E key and then the F key) and make sure that the box named Prevent iPods, iPhones and iPads from syncing automatically does not have a tick in the box.
    Once you have doen those two things, check to see if the iPod is seen by iTunes.
    chicx wrote:
    By the way, what does IOS mean? (I thought IO stood for operating system, but am flummoxed by the S on the end.
    Really?
    OS stands for Operating System. (In computer speak, IO means Input/Output.)
    iOS originally stood for iPhone Operating System, but it now refers to the iPod Touch and iPhone. The iPod Classic, which you have listed in your profile as your iPod, does not use iOS.
    I assume that you have been listening to the Podcast in your iTunes on the computer as you cannot transfer it to your iPod. It's what I'd do.

  • TS1702 how can I get anyone to give us answer on the iphone apps casino game we purchased few days ago which once the token was finished we were not able to reset and play just for fun and not for gambling. we need help and not to be charged additional

    few days ago I have purchased Iphone casino games from itunes apps store. One of the game was made by the company called "ARISTOCRAT" dragan game. Usually we will get basic tokens to play the game, and if we ran out of the tokens all we need to do is going into "manu" and "setting" selete "dream" and reset that we should be able to continue play the game with same amount of the basic tokens. The one game would not let us to go back to the game. There were msg came out said" game center requires an active connection to the internet"? I didn't feel comfortable because we purchased the game for $1.99 to play for fun and not to gamble. We do have credit card on your file. We don't want to be charged alot of money for something not in our well. I need help to answer the question on the following:
    1.  Are we able to ever play this game again without going to internet? We don't even know which site to go to, because when we press the ok button nothing else came out to direct us to any area.
    2. We only purchased the few days ago order ID: MGT74GN6V7 on 10/03/12. all the other games we purchased we were able to continue to play by doing the same setting.
    Thank you for your help and looking forward to hear from you!

    You need to contact itunes support
    We are all itunes users just like you.
    http://www.apple.com/support/contact/

  • Would I still be able to fun Final Cut Pro with no problem with the new 13"

    My old MBP has "NVIDIA GeForce 860M GT with 128MB" and the new 13-inch MBP has "NVIDIA GeForce 9400M graphics" I don't really know what "GT" means, but the more expensive MBP's listed have it, so I'm guessing it's pretty good. I was wondering if I'd still be able to fun Final Cut Pro quickly if I got the new 13-inch MBP.
    Back in 2007, the guy at the Apple store said I'd have to get a MBP instead of a MB if I wanted to fun FCP correctly, and now both the MB and MBP use the same graphics chip, so I'm wondering if FCP will still function correctly on the new 13-inch MBP?

    Eric wrote:
    Incorrect about what? I never made any statements, just questions. According to the Apple store, the Macbook and 13-inch Macbook Pro both use the same chip, which is the only statement I made. And which is why I'm wondering if the new 13-inch MBP can even handle FCP since the MB can't (according to the guy in the Apple store).
    Actually, your original question was formed as part of a statement:
    now both the MB and MBP use the same graphics chip, so I'm wondering if FCP will still function >correctly on the new 13-inch MBP?
    And that's the part that BoyHowdy pointed out that you are "a little incorrect" about. While it's true that they both have an onboard 9400M graphics chip, you are overlooking the fact that the 15" & 17" MBPs also have the much more powerful and dedicated 9600M GT graphics card. This is not an insignificant difference. Final Cut Pro, not to be confused with Final Cut Express (not you, others have confused the two), requires a dedicated card which the 15" & 17" MBPs have in the form of the additional 9600M GT, but the 13" still lacks.
    The specs on the Final Cut Pro page are a little confusing because while it says it *will not work* with integrated graphics, it specifically refers to Intel, and does not mention Nvidia. However, it still says it requires an AGP or PCI Express card, which the 9400M is not.
    My feeling is that even if it runs, the performance of Final Cut Pro on that system will be unacceptable, and will ultimately drive you mad. It really pushes the graphics systems hard, and despite their vast improvement over the pathetic Intel onboard graphics systems, the 9400M is still pretty anemic for high end work. You're better off saving a little more money and getting the low end 15" model. Not to mention, the extra screen real estate makes a huge difference with the very crowded Final Cut Pro UI.

  • I am looking for a simple app to enable me to crop a face from one pic to another(fun). is it possible to do this via iPhoto or aperture?

    i am looking for a simple app to enable me to crop a face from one pic to another(fun). is it possible to do this via iPhoto or aperture?

    No, you will need something more advanced, like Photoshop.

  • Heading  during downloading into local file using GUI_DOWNLOAD fun.module

    Hi Guru's
    we have a requirement that we want the plant description as a heading (first line of the file) in the local file. iam using "GUI_DOWNLOAD" function module for downloading data for which iam passing the charecter type internal table. before downloading iam passing all the filed headings to that table and then appending the internal table data into it. now iam getting data properly with field headings . but before that heading i want one more description for a plant field which iam using in my selection screen
    in the fun.module "GUI_DOWNLAOD"
    we have HEADER file but it is of XSTRING type so it is taking only 2 char.
    so how to use this . Plz help me.
    thanks well in advance.
    UR's
    GSANA

    Hi,
    Please check the below link,
    header in 'gui_download'
    Also check Manoj kumar's reply in the link,
    header information to gui_download
    Hope this helps.
    Best Regards.

  • Yesterday I ran Disk Utility and came up with hundreds of permissions that needed repair.  I hit the "repair permissions" button and waited until it said they were repaired, but just for fun I hit the v

    Yesterday I ran Disk Utility and came up with hundreds of permissions that needed repair.  I hit the "repair permissions" button and waited until it said they were repaired, but just for fun I hit the "verify permissions" button again, and they all came back!  I did this several more times and every time I would hit "verify permissions" I would get the same list.  What's up?  I've always suspected diagnostic programs, but this is Apple's own!

    Ignore them. They aren't errors. You will keep seeing the same ones. As long as you get the message "Permissions repair complete," you're OK.
    http://support.apple.com/kb/TS1448?viewlocale=en_US

  • I have registered Adobe CS, and every two/three weeks i get a message that I am using a trial version.  I provide my registration key, and the fun starts over in two/three weeks.  What is going on?

    I have registered Adobe CS, and every two/three weeks i get a message that I am using a trial version.  I provide my registration key, and the fun starts over in two/three weeks.  What is going on?

    I'm not sure what's happening. See if you can get some help from Web Chat here:
    Serial number and activation support

Maybe you are looking for