Bypassing BSEG!

HI !
is there any method to by pass FI TABLE BSEG as , pcl1,pcl2,pcl3 of HR are used to be accessed by RPCS using macros , is there any functinality for FI table BSEG , (e.g bseg cluster table can be directly accessed or by passed from database directly insted of moving it to memeory and again accessing ) as done by above RPCS using macros for pal1,pcl2,pcl3 etc ! means we can access any componenet from BSEG cluster table directly by efficent manner instead of moving whole data to memeory and then filtering it ! i am attachin some data for pcl1,pcl2 ,pcl3 it used to be accesed
}example starts here.
pCL1 is the database for HR application areas.It contains information
regarding the time recording.
PCL2 contains information regarding payroll accounting.
PCL3 contains applicant data.
PCL4 contains change documents for HR master data.
Cluster rx contains the payroll results for country x according to table
T500l.
The clusters can be called from macros.
RP-IMP-Cn-xx ( n = 1,2,3,4 and xx is cluster)
When macro is used to import data,it is not directly get from database table PCL,
instead it checks for the buffer directory whether it contains it in main memory.
if it is there it takes it from main memory..otherwise it reads from PCL to main
memory and from there to the report.
Standard import programs follow the naming convention RPCLSTxx..xx is cluster.
RP-EXP-Cn-xx ( n = 1,2,3,4 and xx is cluster)

Hi Prashanth,
    While writing a select statement, to access the record quickly its better to mention all the fields of a primary key.If not possible, atleast the fields mentioned in the where statement should be in order.
See in you select statement ebeln,ebelp are compared first and belnr is compared last.Compare them in the order in which they are in the table.
Even while selecting the data, gjahr matnr wrbtr is not matching with the table order.
Please change the order of the fields and check the performance.Surely it will not take time as much as before.
select belnr gjahr wrbtr sgtxt matnr ebeln ebelp prctr
from bseg into corresponding fields of table ist_bseg
for all entries in ist_mseg
where
belnr between '0002800000' and '0002899999'
and  matnr = ist_mseg-matnr
and  ebeln = ist_mseg-ebeln
and  ebelp = ist_mseg-ebelp.
Hope this is helpful.
Please let me know if any issues....

Similar Messages

  • My Mac is bypassing a website filter... How can I stop it?

    I am a computer technician at our local high school. Right now, the school has about 800 Dell computers, but we are planning on introducing a few Macintosh labs within the next school year.
    Since they lack educational value, the school district's director of technology (my boss) has a web filter (Deep Nine) that blocks myspace, facebook, youtube, proxy sites, and other similar sites.
    Myspace is blocked via a keyword filter, any page containing the word "myspace" in the url, or in the document a set number of times, is automatically blocked. The other sites are simply blocked by URL. This filter works perfectly on our Dells, no one can access Myspace, Facebook, Proxies, etc.
    I brought my Macbook to work today, plugged it into the network, and logged onto the internet. I noticed instantly that my homepage (Facebook) loaded without being blocked at all. Curious, I tested myspace and youtube, and I could get on youtube fine, but myspace remained blocked.
    I checked on the Dell next to me, and all those sites will still being filtered and blocked. Yet my Macbook was able to access them without issue. So it would appear that my Macbook has some mystic ability to bypass the web address filter, but it can not bypass the keyword filter.
    I do not have any proxies configured. My Macbook connects to the network (and thus, the internet) the same exact way the other computers within the school do, with the exception of the other computers being within Active Directory.
    I need to find out if it is an issue with the Mac or with our Filter. I don't have any other Macs available to test with (Our only other Mac in the school is our DHCP server, and we do not use servers as "lab rat" computers).
    Has anyone had any similar issues with this? Or does anyone know of any way I can diagnose this with only one Mac and only one Filter?
    Specs: OS 10.5.5, Safari 3.1.2, wired networking.
    Message was edited by: Joey Hogan
    Message was edited by: Joey Hogan

    The DeepNines product works well and does much more than a simple URL filter. The problem lies entirely in your district setup and not in their product. If you're not using a proxy filter, then you have all access and routes designed to head out on typical port 80 traffic to your isp and ultimately the internet hence no proxy configs. The filter is integrated with LDAP accounts at each of your locations to tell it which users and groups are to get filtered at what level. That tie in is what breaks down who goes where. If you introduce new macs onto the network and they have not been configured to work with the DN appliance and are going out unfiltered... then there are 2 problems here. #1 is that you have computers attaching to the network, receiving leases and doing what they want. Use DHCP reservations or a whitelist to control who gets on your network. #2 is that your DeepNines filter has not been set to failover to BLOCK. Instead, it's allowing unknown users to bypass freely simply because it doesn't recognize their group/account. And Orange, stop slamming the company. They are a smaller business that has taken a much better approach to filtering than any other large corporation. Standard database driven URL filters DO NOT WORK....PERIOD! I challenge you to call any district that is running their appliance to get their opinion of it in comparison to any of the other basic url filters out there. I did just that last week and they had absolutely nothing but high praises for the DN product. One even laughed at Websense which they had before switching simply for the lack of ability to block anonymouse proxies.

  • HT1212 My 7 year pls has forgotten her passcode for her iPod touch. I have put it into recovery and through iTunes tried to restore. But it will only let me also try to update it with iOS 6.1.3 which no longer allows the bypass of the passcode. Can anyone

    My 7 year old has a passcode on her iPod touch. She forgot it, after multiple attempts at what it could have been, it comes up with disabled etc.....I have tried it in recovery and hooking it up to iTunes (which the device has been previously synced up to) to restore. But the problem I am having is it only gives me the option to update also, to iOS 6.1.3 with the new bug fix which it won't allow you to bypass the passcode. It gets a little into the downloading, turns the iPod on and then asks for the passcode to continue?! I am at a loss as to what to do now, as every forum says put it in recovery and restore. I can't use the 'find my iPhone' app as the iPod is offline. I've tried it on a laptop not prev synced up to and get the same problem. Has any one got any ideas!

    Try disabling the computer's antivirus and firewall.
    - Next try the manual install method of:
    iDevice Troubleshooting 101 :: iPhone, iPad, iPod touch
    Place the iPod in recovery mode after the firmware download is complete and then restore using the instructions in the article. Sometimes recovery mode timeouts and returns to disabled before the firmware download is complete.
    - Then try on another computer

  • BSEG table in Report painter

    Hi All,
    I want to create a report using a report painter. For this while creating library, i want to use the table BSEG.
    But i am getting an error message "Table BSEG is not installed in report painter".
    Then i used transaction MC27 and created Z structure from table BSEG. This solved my problem.
    All this i was doing in ECC6.0 version.
    Then i tried in 4.7 version, there table BSEG was already available to create a library.
    Is it a version difference or we can can directly map standard tables also using transaction MC27 ?
    But in ECC6.0, it was not allowing me map table BSEG using transaction MC27. I was getting message that "Evaluation structure name must be started with ZF"!!
    Please help me in solving this puzzle!
    Thanks
    Puneet Aggarwal

    Hi
    This is version difference.  In 4.7 Table BSEG not updated.  In ECC 6 this problem solved.
    Shammi
    assign points if it is helpful

  • BSEG.CREATED event not triggering when a document is posted in FB60

    Hi All,
    I have a requirement in which i need to post documents in FB60/FB65/FB01 tcode. But when i post the document in FB60 the event BSEG.CREATED is not triggering. I could not see any trace in SWEL. But when i park the document in FB60, FIPP.CREATED event is getting triggerd.
    Can anyone tell me why this BSEG.CREATED event is not triggering.
    Thanking you in advance,
    satheesh.

    Hi Viji,
    Thanks for your quick reply.
    We have maintained the required configurations in the system related to this. But still the event BSEG.CREATED is not triggering.
    for this the alternative solution is to implement the BTE '1030'. But our functional team is asking us to check whey standard business object BSEG.CREATED is not triggering when we post a document. So that particular reason we are not able to find out.
    Configuration maintained.
    1) Created a workflow variant and assigned it to particular company code(OBWA and OBWJ).
    2) Checked the 'Posting' release' and 'Release payments' checkboxes in the OBWA transaction.
    3) Event linkage for BSEG is active.(SWETYPV)
    Thanks,
    satheesh

  • RFINDEX - Errors in section Reconciliation INDEX vs BSEG

    Hi Experts,
    After converting a normal GL account into OIM, we have executed the report RFINDEX for consistency check.
    We have found errors in the section Reconciliation INDEX vs BSEG.
    But I am not sure what exactly the system trying to make me understand and the list of documents that got affected.
    Analysis log says that error msg appears at XBLNR field in BSEG & BSIS table.
    However, we do not find the field in BSEG table.  Then why the system is showing it as "error msg "?
    May I request the forum to throw some light and route me towards solution for overcoming the issue?
    Regards,
    BSK..

    Hi Surya,
    Please note first of all that the repair option in RFINDEX is only available for use SAP Support. We never recommend that customers or general systems users use this report in repair mode themselves. It can lead to further inconsistencies if used incorrectly.
    The error you have seen on this account related to XBLNR is arising because there are differences in the values when comparing the contents of field BKPF-XBLNR and BSIS-XBLNR for a particular set of line items. The XBLNR field is in the header table BKPF and not BSEG.
    This error is usually a non critical error and can occur when customising settings such as user exits, substitutions update the XBLNR field in one table (eg BKPF) but not in another (eg BSIS). In these types of situations we usually advise customers to first take time in understanding why the values are updated for XBLNR in their system; the field is highly customizable and therefore errors like this can often appear in systems when running RFINDEX. There is no bug in the standard system which causes these types of differences.
    The good news is that this error has nothing to do with the open item management which you enabled. Otherwise you would see error messages like "XOPVW" etc. From your description it seems that the conversion to Open Item Management you did was successful.
    Kind regards,
    Declan

  • DataSource for FAGLFLEXT and BSEG, or New Table in ECC6?

    need to create an extractor to have all the information of FAGLFLEXT, because we need to keep the ledger information and the split of the information. However, we need to add 13 fields contained in BSEG.
    Therefore we thought to reads the line items table FAGLFLEXA, and then enhace it throught BSEG table.
    However, since we are using ECC6 and BI7. It is not support the creation of DataSources for FAGLFLEXA throught FAGLBW03.
    Is it an option to incorporate all fields into FAGLFLEXT.
    Can we creat a new table group based on FAGLFLEXT, and then adding the coding block extensions to that table -
    how does new g/l and the new table group work in parallel? Which is the procedure to do it?
    Documentation says we can create a new table group based on FAGLFLEXT --- its the how does it work in conjuction part...for example...the new g/l handles document splitting and one other thing georg referenced last night...will the split documents go into our new table group?
    BSEG does not have the document splitter information that we need (it's incomplete data). It's missing profit centers on many items, it's missing the proper split of transactions.
    Thanks for your comments.

    Here is more information about this post.
    Client situation:  Our client is implementing ECC 6 and is using the "New-GL" features.  Because of business requirements, the coding block has been extended (not insignificantly - 18 extra fields at the moment) to accommodate legal, regulatory and management reporting.  The reporting solution includes standard ECC reporting (e.g. report writer, report painter reports) as well as feeds to BW (BI 7).
    The Challenge:  Our understanding is that adding all of the coding block extensions to the New-GL tables (ie. FAGLFLEXA and FAGLFLEXT) may lead to performance degradation in the ECC system.  However, we still need to accommodate the requirement to report by the additional dimensions that are not currently included in the New-GL, so our challenge has been to find a solution that minimizes performance issues, while still allowing us to have all the necessary dimensions with which to do the required reporting.
    What we would like to know:  How have you handled this in similar situations?
    Have you added to the New-GL tables? How many fields? Performance issues encountered?
    Have you created additional table group(s) based on the New-GL and then modified that structure to have the new fields?  How does the additional table group work co-incident with New-GL (e.g. does the additional table group receive document splitting information?)?
    Have you created custom extractors for BW?  On what basis (we understand that FAGFLEXA cannot be created as a datasource to feed BW)?

  • Bypass Header and Footer in Excel output

    I have a Requirement like this
    I need to have the report output in the below three formats
    PDF,EXCEL,HTML
    But when we see the ouput in EXcel it should not have the Footer and Header Scetion ,
    remaining two output formats (PDF,HTML) must have the Footer and Header Section.
    Any one having any idea about this issue.
    Thanks in Advance.
    Have a Nice day.

    Hi @BIPuser.
    I said the same thing to them but they said no that is final option but we need only single template for all the outputs alos it should handle the bypassing of header and footer for excel output.
    Thanks for your reply, If i come across anything i will let u know.

  • Item text (BSEG-SGTXT) is not getting updated in Payment document generated

    Hi All,
    Item text (BSEG-SGTXT) is not getting updated in Payment document generated through F110.
    After generating the payment document via Transaction Code u2013 F110, system is not updating the
    Text field (BSEG-SGTXT) in the payment document with the text that we have entered in the Invoice (MIRO or FI Invoice).
    In case of manual payment (F-53) we can input the text manually hence that will get updated in
    payment document but this thing is not possible with F110.
    How can I update it?
    Is there any configuration for that?
    Thanks
    Daniel Dorta

    Hi All,
    I've applied the two notes as recommended. However, when I run FBL3N for payment run items, the Text field is update with wrong data, i.e. not from the Text field in FB60
    Thus, I'll like someone to help me with what should exactly be done on the 'Step', 'Pre-requisite' and 'Substitution' side of the Substitution rule (TCode GGB1), I did not fill anything in the Pre-requisite box - is this right?
    Thanx in advance.

  • How do i get the option for Bypassing when i get a "this connection is not trusted"? This is my company SSO sign on web site

    the only 2 options i have are:
    Get me out of here and Technical Details.
    The documentation shows a third option to bypass, but this is not available to me.
    I am trying to get an SSO passed into a website that uses my corporate SSO in our SaaS subscription. It works fine on IE10 and was working fine on Firefox until recently.

    Note that the forum software detect your computer as Windows NT 4.0
    Check that you do not run Firefox in compatibility mode or with a reduced screen resolution.<br />
    Make sure that you do not run Firefox in compatibility mode.<br />
    You can open the Properties of the Firefox desktop shortcut via the right-click context menu and check the "Compatibility" tab.<br />
    Make sure that all items are deselected in the "Compatibility" tab of the Properties window.
    What does it say under the technical details?
    If "I Understand the Risks" is missing then this page may be opened in an (i)frame and in that case try the right-click context menu and use "This Frame: Open Frame in New Tab".

  • Incoming calls bypass the general iphone lock

    Although I've set up the general lock on my IPhone 3G, incoming calls bypass the mechanism and make the phone accessible by anyone who picks it up. Is there a way to require a passcode for receiving calls....I want to block all access to my phone!
    Any help would be greatly appreciated.
    Message was edited by: chiroguy2pittsburgh

    You'll find that with the iPhone locked, an incoming call will not allow access to the phone, i.e. you can only answer and talk, not access the phone OS.

  • How to bypass Fan Error on X1 Carbon

    Hi folks,
    We're in a real pickle right now trying to help out one of our faculty members.  She needs to use her new X1 Carbon laptop but is getting a 'Fan Error' message on her X1 Carbon immediately after turning it on. 
    Is there anyway we can bypass this error on the X1 Carbon?  We're trying the Escape key with no success.  We understand that the laptop may need a fan replaced, but we really need to access data for an important conference tomorrow in Dubai.
    Any ideas or suggestions?  Thank you kindly!!

    http://forums.lenovo.com/t5/X-Series-ThinkPad-Laptops/X1-Carbon-Won-t-Boot-without-AC-Cord-reset-swi...
    try this method.
    Otherwise you would be in a pickle. This is one reason why i dislike Ultrabook format with their proprietary SSD format.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • How do I unlock an iPhone 4 with iOS 7 and bypass the activation lock?

    How do I unlock an iPhone 4 with iOS 7 and bypass the activation lock? I can't find the previous owner and I really want to use my new iPhone, I did purchase it Second-Handed.and now I'm stuck. Ive tried recovery mode and nothing still restores and asks me the same thing. Been working on this forever- Please Help!

    If you want to risk your money, fine. 
    To answer your questions
    Is this just an iOS 7 feature?
    Yes, Activation Lock is an iOS 7 feature.
      Could you not restore the device to an earlier version?
    No, you cannot downgrade your iOS device.
    That may mean jailbreaking, I'm not sure.
    Jailbreaking is not supported by Apple or this forum.
    Or what about replacing the motherboard?
    There are no user serviceable parts on an iPhone.

  • Disable or bypass SSL on Sharepoint Foundation 2013

    My SSL certificate is expired and I am going to purchase the new certificate for the server. But at the mean time,
    I want to disable SSL (https) login, I've tried to remove the certificate and binding from IIS and remove the certificate
    from SharePoint Central Administration interface, and also configure the mapping URL from https to http but when
    I login the sharepoint website, it still try to redirect to https but cannot load the login page now. Anyone know how
    to bypass and make my sharepoint site can be access through http temporary? Thanks
    Rgds,
    LKF4459

    Hi LKF4459,
    Are you trying to access your SharePoint from outside your domain? If so, it might be possible that a firewall that publishes your SharePoint sites does the redirect from http to https.
    Also, it may be possible that IIS is configured to always redirect to https. See this link for more information:
    http://www.sslshopper.com/iis7-redirect-http-to-https.html
    Regards, Nico
    Nico Martens - MCTS, MCITP
    SharePoint 2010 Infrastructure Consultant / Trainer

  • How to get the sum in BSEG table using select statement

    hai all
    i made the internal tale "itab1" .. i want to get the som  feild of  DMBTR in BSG table my code is here but its not working gave som error massage (Aggregate functions and the addition DISTINCT are not supported in field lists for pooled and cluster tables.)  plz tel me how should i do it..... i want to get the som of that feild....          
    loop at itab1
         SELECT sum( DMBTR  ) from bseg INTO itab1-DMBTR141_45
             where GJAHR = itab1-GJAHR
             and   BELNR = itab1-BELNR.
    endloop.
    regard
    nawa

    SELECT BELNR GJAHR SHKZG DMBTR
                 from bseg
                 INTO table it_bseg
                 for all entries in itab1
                 where GJAHR = itab1-GJAHR
                   and BELNR = itab1-BELNR.
    loop at it_bseg.
        IF it_bseg-shkzg = 'H'.
          it_bseg-dmbtr = it_bseg-dmbtr * ( -1 ).
        ELSE.
          it_bseg-dmbtr = it_bseg-dmbtr.
        ENDIF.
        MODIFY it_bseg.
    endloop.
    loop at it_bseg.
    READ TABLE itab1 with key belnr = it_bseg-belnr
                               gjahr = it_bseg-gjahr.
    if sy-subrc = 0.
    collect it_bseg into it_bseg_amount.
    endif.
    endloop.
    U can use the collect statement
    Regards
    Gopi

Maybe you are looking for