TMG for j_1iexcdtl

Hi all
i am trying to make TMG for excise table J_1IEXCDTL table but it is not allowing me to do. then i created Z table for the selected fields now the question is
i want to pull the data to my Z table automatically how it will possible to retrive data in my z table so i can make TMG for my Ztable and do the changes i want.

If you look at the delivery/maintenance tab of table J_1IEXCDTL, you will see that Table/View/Maint.  is set to Display/Maintenance allowed with restrictions.
On pressing F1 on the field, documentation says :
Display/maintenance allowed to limited extent
Usage of standard table maintenance tools is allowed to a limited extent:
Transaction SE16 allows the display function for this Dictionary object, but no maintenance.
Generation of a maintenance dialog for this Dictionary object is possible using transaction SE54.
Transaction SM30 does not allow maintenance and display functions for this Dictionary object
Note: The generated dialog can be included in view clusters (data maintenance through transaction SM34) or called within a program through the function module View_Maintenance_Call.
One way out is to create a TMG for a Ztable having fields invoice number & on/off field. Read this table in an enhancement and allow/prevent posting based on the value in the customizing table.

Similar Messages

  • Internet Access through TMG for all HO & Branch office

    Dear Experts!,
    I am new to the Forefront TMG 2010. Have requirement to implement internet access.
    Head office : 192.168.11.x/24 (192.168.11.1 is the TMG server)
    Branch Office 1: 192.168.12.x/24
    Branch Office 2 : 192.168.14.x/24
    Branch Office 2 : 192.168.16.x/24
    Forefront TMG 2010 standard edition.
    Having 3 NIC's two have different ISP network addresses and one has 192.168.11.1.
    Branch office are connected using MPLS network, the requirement is all branch site internet must be accessed through TMG 2010 server which is homed in Head Office. How to achieve ?
    What needs to be done in external firewall and in TMG for enabling internet access.
    Thanks!
    Regards, Ganesh, MCTS, MCP, ITILV2 This posting is provided with no warranties and confers no rights. Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread.

    Hi Ganesh,
    Hope this helps
    1 - If you wish to give internet as Proxy to users.
    Ensure the Below subnet is able to reach TMG Internal Interface that is 192.168.11.1
    Subnet
    Branch Office 1: 192.168.12.x/24
    Branch Office 2 : 192.168.14.x/24
    Branch Office 2 : 192.168.16.x/24
    Configuration
    Enable Proxy in TMG and configure Proper Ports as per your requirements
    On the Client IE – Ensure you put Proxy IP as TMG and Port configured in TMG configuration.
    Enable a Rule
    Access Rule
    Source : Internal
    Destination : External
    Ports : HTTP / HTTPS
    Users : Authenticated Users
    2 As normal Internet as Gateway to users
    You need to request your MPLS provider to change the Default Route of below subnet to 192.168.11.1. By doing this, all the internet request from the below subnet to internet will hit TMG.
    Subnet
    Branch Office 1: 192.168.12.x/24 Default Route 192.168.11.1
    Branch Office 2 : 192.168.14.x/24 Default Route 192.168.11.1
    Branch Office 2 : 192.168.16.x/24 Default Route 192.168.11.1
    IF you have any L3 Switch then you can also make Default gateway as L3 for all the subnet and from L3 device point it to TMG
    Enable a Rule
    Access Rule
    Source : Internal
    Destination : External
    Ports : HTTP / HTTPS
    Users : All Users ( Important )
    Two ISP
    In network Rules : You need to use NAT
    You will have a Rule which NATS internal to  External
    On external - Choose which ISP interface should be used  and Apply NAT rule

  • Not asking for TR while re-creating TMG for DB Table?

    Hello Folks,
    I have added the field in the DB table in DEV server but it wont reflect on Quality server. I cheked it on DEV, it is showing there. There is no issue with the SM30 also. But still it wont reflect on quality. So I deleted the existing TMG & created the new one. but while creating the new one, it didn't asked me to for new TR. My problem is that how I move this newly created field onto quality server?
    Thanks in advance.

    Thanks a lot Vadamalai Adhimoolam & chandra madapati ...I have done as suggested by you. Now, awaiting for the functional guy's reply...

  • Disable DELETE Button for TMG

    Dear All,
    I have a TMG for one of the Custom DBT.
    In the maintenance screen, I want to delete the DELETE Button.
    Is this posible ?
    If yes, any help is appreciated !
    Regards,
    Deepu.k

    Hello Guy,
    Yes, I did the same.
    I used the following :
    a. Go to the TMG
    b. Go to the Maintenance Screen.
    c. Double click on the screen number.
    d. In the PBO write amodule : module disable_delete.
    e. module disable_delete output.
           excl_cua_funct-function = 'DELE'. "(function code for delete)
           append excl_cua_funct.
       endmodule.                 " disable_delete  OUTPUT
    It worked fine !
    Thanks,
    Deepu.K

  • How to populate values in F4 help based on another F4 help in a TMG

    Hello All,
    I have created a TMG for a table. Have added that to customization also. Now, in that table I have 2 fields say carrid and connid. In the F4 help of carrid, all carrids will be displayed. Now if the user selects one carrid, the next field connid should show only those connids related to carrid. How this can be achieved in a TMG. If in a module pool, we can write POV or etc. But in TMG, how can we ?
    Rgds,
    Renjith

    See the table maintaince has events ,you can write the code under events.
    Reward Points if it is helpful
    Thanks
    Seshu

  • Problem in creating table maintenance generator for 61 fields in table

    Hi Experts,
    I am facing problem in creating a table maintenance genarator for a ZTABLE which has 61 fields
    i am using below details whicle creating the TMG
    in Maintenance screen
    i am giving maintenance type as two step
    Maint screen no overview screen 2
                              single screen        3
    Dialog Data Transport details
    Recording routine    standard recording routine
    but it is giving following error
    screen SAPL<ZTABLE NAME>    0003 could not be generated
    In DYNPFIELD_ATTR mandatory field LINE has no value
    please let me know how to sort out these errors.
    Is there any limit on the number of fields for which we can create table maintenance generetor.
    Thanks a lot in advance
    Sudipto

    Hi Sudipto,
    There is not limit to the number of fields of the Table which can be used in TMG for generation. But, from the usability point of view this will horrible.
    I created a Z table and added 64 fields and was able to generate the TMG with the screens perfectly. So, I guess there should not be any problem.
    Well, have a look at the Function Group. I guess the screen numbers are already used by some other screens. You can set the system to propose freely available screen numbers from the pool.
    Also, check whether proper authorization is assigned or not.
    And if nothing is working, you can degenerate all the generated screens and then can have a new regeneration of it.
    Hope these tips will work.
    Thanks,
    Samantak

  • Maintaince view creation for a cluster table

    Hi friends,
    I have created a maintaince view for a cluster table bseg and i have activated it its working fine..
    now my problem is i can create maintaince view for mutiple tables if other tables are linked with primary table using foriegn key relationship..
    Now can any one tell me is it possible to create maintance view for cluster table with multiple tables as i need a linked table with bseg which iam not able to get... ie : when i click on the relationship tab iam not getting the linked tables for bseg...
    now can i create a maintaince view with 2 linked cluster tables..
    if so can any one tell me how to create it.
    As sap says we can create projection view for cluster and pooled table and we cannot create database view for cluster and pooled tables , but it does not mentioned like that for maintaince view....
    I assume we can do it.... as iam trying to create a maintaince view with single cluster table then it shoudl allow me to create for multiple linked cluster tables.... and is it mandatory to maintain TMG for this maintaince view....?
    Regards
    KUMAR

    yes.. ur right inserting values into a cluster table other than standard sap tarnactions is dangerious....
    But sap didnot mentioned any where that we cannot maintain data for cluster tables using maintaince view... which it said for database view..that pooled and cluster table cannot be used for database view..
    Regards
    Kumar

  • Default & Background events in TMG

    Hi Friends,
    YMM_PO_REGISTER IS A CUSTOM TRANSPARENT TABLE CONTAINS BELOW FIELDS
    1)     PO NUMBER            -EBELN
    2)     MATERIAL DOC NUMBER  - MBLNR
    3)     INVOICE NUMBER       -XBLNR
    4)     C FORM NUMBER        -XBLNR
    5)     C FORM DATE          -DATS
    6)     AMOUNT               -DMBTR
    7)     REMARKS              -CHAR100
    8)     DIFFERENCE           -CHAR40
    I CREATED A TMG FOR IT AND I WANT TO CALL THE BELOW CODE ON AN EVENT. SO THAT MY TMG GETS UPDATED.
    TYPES: BEGIN OF GS_EKBE,
             EBELN TYPE EKBE-EBELN,
             BELNR TYPE EKBE-BELNR,
             BWART TYPE EKBE-BWART,
             END OF GS_EKBE.
      TYPES: BEGIN OF GS_MKPF,
             MBLNR TYPE MKPF-MBLNR,
             XBLNR TYPE MKPF-XBLNR,
             END OF GS_MKPF.
      DATA: LS_EKBE TYPE GS_EKBE,
            LT_EKBE TYPE TABLE OF GS_EKBE,
            LS_MKPF TYPE GS_MKPF,
            LT_MKPF TYPE TABLE OF GS_MKPF,
            LS_FINAL TYPE YMM_PO_REGISTER,
            LT_FINAL TYPE TABLE OF YMM_PO_REGISTER.
    **Start of Selection
      SELECT EBELN BELNR BWART FROM EKBE INTO CORRESPONDING FIELDS OF TABLE LT_EKBE
                                                            WHERE BWART = '101'.
      IF SY-SUBRC EQ 0.
        IF LT_EKBE IS NOT INITIAL.
          SELECT MBLNR XBLNR FROM MKPF INTO CORRESPONDING FIELDS OF TABLE LT_MKPF
                                                          FOR ALL ENTRIES IN LT_EKBE
                                                          WHERE MBLNR = LT_EKBE-BELNR.
        ENDIF.
      ENDIF.
      LOOP AT LT_EKBE INTO LS_EKBE.
        LS_FINAL-PO_NUMBER = LS_EKBE-EBELN.
        LS_FINAL-GR_NUMBER = LS_EKBE-BELNR.
        READ TABLE LT_MKPF INTO LS_MKPF WITH KEY MBLNR = LS_EKBE-BELNR.
        IF SY-SUBRC EQ 0.
          LS_FINAL-INV_NUMBER = LS_MKPF-XBLNR.
        ENDIF.
        APPEND LS_FINAL TO LT_FINAL.
      ENDLOOP.
      MODIFY YMM_PO_REGISTER FROM TABLE LT_FINAL.
    I have used Events '01' & '05'. For it we have to enter a value and press save button or have to hit enter key from our keyboard then the TMG get updated I need an event which get triggered default or in background which updates TMG without user interaction.
    Awaiting for your reply.

    Hi Indra,
    I guess we will need more info to provide any inputs, for example when you say
    I need an event which get triggered default or in background which updates TMG without user interaction.
    do you mean that you want the table to be updated without the user even opening up the TMG?
    Or do you mean that you want the Y table to be updated regularly based on the entries in the tables EKBE and MKPF?
    If this is so, then just create a report program with the code you already have and schedule it as a periodic background job with a defined period.
    If the above two cases are not what you are looking for, please provide more detailed info on your requirement.
    Regards,
    Chen

  • Outlook 2013 - Exchange 2013 - Prompts for username and password when EWS basic authentication is enabled

    So we have an Exchange 2013 environment, and a CRM solution that requires basic authentication to EWS internally.  Problem is, after a reboot of our Exchange server, all of our Outlook clients begin prompting for username and password (which nothing
    works) which also starts locking users AD accounts out due to failed login attempts (somehow).  If I disabled basic authentication on EWS, Outlook authenticates as normal using NTLM and there are no issues.  Once Outlook has authenticated, I can
    turn back on basic authentication, and Outlook will be fine until the next time the Exchange server is rebooted.
    Any ideas?

    Hi,
    According to your description, I understand that Outlook client prompted for username and password when Exchange server restart and basic authentication is enabled for EWS.
    If I misunderstand your concern, please do not hesitate to let me know.
    It’s normal. This caused by the difference between basic authentication and NTML authentication:
    Basic, with any version of Outlook prior to 2010, results in a pop up dialog asking for creds. Outlook 2010 makes the 'save this password' actually work, so in an Outlook 2010 or later world, Basic can mean no need to authenticate every time you open/reconnect,
    but in all earlier versions, you will have to enter creds every time.
    NTLM, when used by a client that is domain joined and logged in with cached creds, results in the client simply sending the cached in creds to the server, resulting in what looks like a pretty seamless single sign on experience. However, if you want to do pre-authentication
    at something like TMG, and not let the traffic go all the way to CAS, you need to configure TMG for this.
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Allen Wang
    TechNet Community Support

  • Need to show messgae while pres 'ENTER' in TMG Events

    HI All,       Need to validate Table events when user put some wrong entry in table and press enter have to show error message.i have used 05 event and code also attached here plz correct me coz its not working. Thanks Sankil

    HI Sankil,
    There are two ways to deal with this:
    1.  Use events .. as you already saying you have used 05 try it with event 21 .
    Second easy way.
    2.
    a. Go to the function group you have defined in the TMG.
    b. Open Function group in SE80.
    c. Go to the screen
    d. Choose the SCreen PAI for the screen you want to make chenage in.
    e. Inside CHAIN ENDCHAIN right after all validation Module check_field\
    f. It will show a pop up to select include in which you want to save the module create your own Zinclude so that even if you delete the TMG for some reason you code will be intact there.
    g. writhe the validation inside the module and will work excellent for all teh cases.
    h. Define this procedure in You Detailed design specification so that if someone delete TMG in future he will be knowing what modification you have done in Function group.
    Let me know if you need any help on this.
    Thanks & Regards,
    Rahul.

  • Configure rmg 2010 published sites for office 365 hybrid

    Tmg 2010 publishing all exchange services I am using the same servers for hybrid office 365 and I am not ablet to migrate from cloud to onpremise
    What listener should I create for ews and autodiscover to work
    Wants is required on TMG

    Hi and thanks for the reply, sorry for the typo
    i am doing this setup @ a customer site and they already published all exchange web services as OWA, active sync through TMG
    now i am not able to understand what i need to change in TMG to make things work 100%
    i have already followed this like to make the HCW work and it did it
    http://community.office365.com/en-us/w/exchange/1042.how-to-configure-tmg-for-office-365-exchange-hybrid-deployments.aspx
    now the only issue i am facing now is migrating a mailbox from office 365 back to on premise
    i get this error related to authentication
    The call to 'https://link/EWS/mrsproxy.svc' failed. Error details: The HTTP request is unauthorized with c
    lient authentication scheme 'Negotiate'. The authentication header received from the server was 'NTLM,Negotiate,Basic r
    ealm="webmail.srmcc.net"'. --> The remote server returned an error: (401) Unauthorized..
        + CategoryInfo          : NotSpecified: (:) [New-MoveRequest], RemoteTransientException
        + FullyQualifiedErrorId : [Server=AMSPR01MB215,RequestId=1c6b5a8f-5a17-4611-8388-5895a553c6ff,TimeStamp=4/15/2014
       5:39:46 PM] [FailureCategory=Cmdlet-RemoteTransientException] 47950287,Microsoft.Exchange.Management.RecipientTask
      s.NewMoveRequest
    now i found this link that i want to share with you and to confirm it is the solution, also if it is i need to know some details on how to apply it
    http://blog.mygeeklab.com/2012/01/24/office-365-tmg2010-and-ews/
    currently there are 3 FW polices publishing OWA, Active Sync and outlook anywhere
    all of them are using the same listener -authentication is NTLM form based authentication / validation method is windows active directory
    ports for the listener is http / https !
    all FW polices for publishing the above 3 uses basic authentication except for the OWA uses NTLM authentication
    and all of them don't have the "but clients my authenticate directly delegation" settings
    please note i am not a pro in TMG i am an office 365 and exchange guy ! so please i really need your help to get this through since it is stopping my work
    regards

  • With TMG EOL what can I replace with?

    My TMG 2010 is used mainly for reverse proxy for internal .NET applications, OWA, etc.  What MS products or third party products are available to replace this functionalility?

    Hi,
    Web Application Proxy in Windows Server 2012 R2 has some capabilities like TMG for basic reverse publishing, you can also use IIS AAR.
    For more functionality you must use third party products like Blucoat, Checkpoint, Sophos UTM
    regards Marc Grote aka Jens Baier - www.it-training-grote.de - www.forefront-tmg.de - www.galileocomputing.de/3276?GPP=MarcGrote

  • WildCard Certificate for IBCM - SCCM 2012

    Hi,
    I have a Primary Site at the DataCenter. There are 2 MP's installed there.
    One MP I would like to publish using ISA/TMG for Internet Based Client Management. Can I use a wild card certificate on ISA Server for the same? The MP would have Local Cert in IIS.
    Does SCCM 2012 support wild card certificate?

    My assumption was that you had purchased a wildcard cert and thus were purchasing your certs as you made no mention of an internal PKI.
    What happens at your ISA box is between the client OS and ISA and really has nothing to do with ConfigMgr. So, although I haven't tried it, it should work. If you have an internal PKI though, why aren't you just issuing a non-wildcard cert to the ISA?
    Jason | http://blog.configmgrftw.com

  • Account Keepgetting Lockout from TMG Server

    Hi All,
    one domain user account keep getting lockout every 30min from our TMG server. i have restarted the TMG server many times. earlier i was having only TMG SP1. after i encounter this lockout problem i have upgraded my TMG server to SP2.
    my currently TMG Version : 7.0.9193.500
    i have captured below event error from TMG server ( Event ID : 4648, Source : Microsoft Windows security )
    A logon was attempted using explicit credentials.
    Subject:
        Security ID:        NETWORK SERVICE
        Account Name:        TMGServerName$
        Account Domain:        WORKGROUP
        Logon ID:        0x3e4
        Logon GUID:        {00000000-0000-0000-0000-000000000000}
    Account Whose Credentials Were Used:
        Account Name:        userid
        Account Domain:        domain
        Logon GUID:        {00000000-0000-0000-0000-000000000000}
    Target Server:
        Target Server Name:    Domain.FQDN.org
        Additional Information:    Domain.FQDN.org
    Process Information:
        Process ID:        0x2f98
        Process Name:        C:\Program Files\Microsoft Forefront Threat Management Gateway\wspsrv.exe
    Network Information:
        Network Address:    -
        Port:            -
    This event is generated when a process attempts to log on an account by explicitly specifying that account’s credentials.  This most commonly occurs in batch-type configurations such as scheduled tasks, or when using the RUNAS command.
    i am not sure, why the account keep getting lockout from TMG, any suggestion would really helpful.
    srini

    Hi There, 
    Can you please confirm if you are publishing any Web applications through TMG? 
    Like Active Sync or OWA ?
    When you do some Pre-authentication at TMG Level, and you see source as TMG for account lockout, the root cause might not be TMG itself.
    Reason is: When a client tries to connect to TMG and provides a old/wrong password, TMG is going to take the credentials on behalf of the user and take this to DC for auth. 
    In case of a failure DC is always going to see the source for Failure Audit as TMG and NOT the real client which is connecting to.
    If you are publishing services like active sync, may be you can check if the user's device has got a old password and causing lockout!.
    Also you can do a Soft-lock out at TMG level, so that in case of too much failure attempts account will be locked at TMG protecting the original account in AD.
    You can refer to the below link to learn more about soft-lockout.
    http://blogs.technet.com/b/isablog/archive/2012/11/01/using-the-account-lockout-feature-in-tmg-2010.aspx

  • Internet Control by TMG 2010

    
    I have some issue…. on TMG
    I am running DHCP Server from Server. 192.168.0.12win 2008r2
    Running TMG 2010 on another Machine 192.168.0.10win 2008r2
    Domain with exchange Server 192.168.0.3win 2008r2
    Client Getting IP from DHCP Server as follows
    192.168.0.101
    255.255.255.0
    Getaway 192.168.0.10 (TMG for Internet) win 2008r2
    DNS 192.168.0.3 (Domain With Exchange Server) win 2008r2
    Domain Using different Internet direct connection for Exchange
    all client gettiing internet by using DHCP but controlled by TMG Auto Discovery.
    My issues is some client not able to control
    some client you tube blocked but facebook cant close. i did all settings to blcok. but still there is loop hole
    1. Dany Local to External Http https all users online community and urls which is Facebook and prohibited sites
    2. allow local to external all users exclude online community and urls
    but not coltrolled

    Hi,
    According to your description, it seems that you have configured the TMG server as a WPAD server and let the clients use WPAD protocol to obtain proxy information from DHCP server. If I misunderstood anything, please feel free to let me know.
    In these scenario, please make sure that you have add the 252 option for WPAD on DHCP server. In addition, did you configure the DHCP to support WPAD on a per-scope basis or on a per-server basis? If you want all clients to use the same TMG firewall regardless
    of the TMG Firewall Network on which the host is located, you need to make sure that you have configured the DHCP WPAD option as a server-level option. Besides, you can check if any related log on the server side or client side, and you can also capture packets
    to compare the differences.
    Best regards,
    Susie

Maybe you are looking for