What is security fund contract field in VDARL  table

hi
i want to retrieve the security fund contract value
from VDARL table. But what is field in VDARL that is
pointing to this.?

Hi Gupta,
In std SAP ERP 6.x there is no such field in MARC. This field can be found only in follwing tables:
T5W68            SARS Interface : Record Types
RECTYP                         SARS Record Type
J_1IEWTPROV      Table for TDS provisions
RECTYP                         Record type for TDS / Service tax
J_1ISERVC        Service tax details
RECTYP                         Record type for TDS / Service tax
CRFILEPOS        Payment Card File: Individual Records
RECTYP                         Payment Card File: Record Type
T5W67            SARS Interface : Definition of Electronic Tax Certificate
RECTYP                         SARS Record Type
Your collegue might have some enhancement done to MARC table or some Industry Solution activated that added such an extra field to MARC. Only knowing what that is you will be able to check why it was added.
Best Regards,
Tomek

Similar Messages

  • How can L identify what are the not null fields of a table in a stored procedure ?

    How can L identify what are the not null fields of a table in a stored procedure ?

    You could query the data dictionary:
    SELECT column_name
    FROM all_tab_columns
    WHERE owner = '...'
    AND table_name = '...'
    AND nullable = 'N'

  • Meaning of field  upgrade in table smodilog

    Hi all ,
    Do you know what is the meaning of field UPGRADE in table smodilog ?
    the thing is that after upgrade of our test system , by using spau cr (that was imported during the upgrade in phase adjust_prp)
    when I  goto SPAU I see that the objects that appear there got the right version , but they are not adjusted .
    If I delete the value from filed UPGRADE in table smodilog fo r one of these objects , The object is set to adjusted in SPAU.
    Any ideas ,
    Regards ,
    Oren

    Hi
    The field SATZA means RECORD TYPE for confirmation & it gets updated when RECORD TYPES are copied from table TEVEN to AFRU.
    Check the SAP standard report CORUSART.
    Hope this helps.
    Regards
    Abhii

  • HELP!! security - HR related fields in BW rpt

    We are planning to bring HR data to our BW system. Of course, there are some HR specific security concerns. Specifically, there are certain fields(about 10-15) that certain users are not allowed to see. These are NOT key figures, but rather characteristics, so key figure security is not relevant. We have several 'levels' of users, each who are allowed to see different sets of data (characteristics). That is, 'level 1' users may be allowed to see all characteristcis, while 'level 2' can see a subset of them, while 'level 3' can see an even smaller subset.
    The question is how to enable this type of access most effectively and easily without creating different versions of the same query.
    Ideally, we'd like to have all the users run the same query, but have the system contol what characteristics each user sees, depending on his security profile.
    I want to be clear - this is not about what 'set' of data people can see for an object. Rather, it is the ability to se "ANY" data for that object.
    That is, they would have NO access to any values for an infoobject.
    I am familiar with BW security and cube authorization and have not found a suitable solution. I have tried granting access to no values for an object, but if the cube is secured by that object, I get NO AUTHORIZATION when I run the report, even if I do not drill down on that object. That's no good.
    Any ideas?

    U can check all the infoobjects corresponding to R/3 fields in below tables:
    RSTSFIELD
    RSOSFIELDMAP
    Best way to check mapping is using BI Contents.
    KJ!!!

  • I have no clue as to what my security question answers are and since this is my first purchase from my mac book it is asking for these. What do i do?

    I have no clue as to what my security question answers are and since this is my first purchase from my mac book it is asking for these. What do i do?

    You won't be able to change your rescue email address until you can answer 2 of your questions, you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down this page to update your rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • What are the fields in BDC table

    hi
    what are the fields in BDC table. what is the last entry

    hi,
    BDC table structure
    FIELD                     TYPE                            DESCRIPTION
    Program                CHAR (8)                      Program name of transaction.
    DynPro                   CHAR (4)                      Screen number of transaction.
    DynBegin               CHAR (1)                      Indicator for new screen.
    Fnam                     CHAR (35)                     Name of database field from screen.
    Fval                       CHAR (80)                     Value to submit to field.
    Hope this is helpful, Do reward.

  • What does all does metadata fields mean?

    So far, I haven't yet created a personalized Metadata Preset for all my photos because I don't understand most of the fields, what they exactly mean and where is that value going to be displayed/read by.
    Can anyone help me on that or point to me to an article or guide about each metadata field editable in Lightroom?
    For instance, Basic Info has fields like "Caption", "Rating", "Label" and Copy Name". Well, I believe Caption is the photo name (if we decide to give it one), Rating is self explanatory but Label and Copy Name I have no clue what are they for and where are they going to be used, etc...
    IPTC Content, IPTC Copyright, IPTC Creator, IPTC Image and IPTC Status, what are all these for and what about each of their fields, I don't know what they mean and what are they for, where they will be read/used, all that...
    After understanding what all those fields mean, which ones do you recommend to fill for a preset or how do you do it with your photos? I mean, I believe IPTC Image is something to do with a respective image, so, if I have a bunch of images from different countries, places and whatever, it makes no sense to have a preset for that unless I'm importing a bunch of photos from a specific place. But I'm talking about a more general preset that you use for all or most of your photos. What should I fill?
    But more importantly, I need/want to understand all those fields, what are they for and how they will be used, etc, but the most important thing in all of this is to know what each field means, otherwise, I won't be able to know if I want to provide that information or not and if I know what to write there.
    P.S: Try not to confuse me a lot ;)

    See: http://www.iptc.org/IPTC4XMP/
    Download: http://www.iptc.org/download/public/IPTCCore-CSPanelsOnly.zip

  • What are the 3-bit field choices for Hw_Arm_Sel in PCI-6601

    Hi,
    I am programming our own driver to operate the PCI-6601. For our application we need hardware arm option. I know it is possible to use 2 counters for that, but NI-TIO should support also hw_arm. Although it is not explained in the registry document at all, after some tedious check in the DDK examples I found that this bits are located in the Gi counting mode register. I know the position of the HW_enable as well as the position of the 3 bits for pin sellect options. What I do not know is What are the 3-bit field choices for Hw_Arm_Sel . I contacted NI support but got no support. How can NI sell boards and when a customer who is not using LAbview or Measurement Studio or DDK, but is implementing his own driver is then so arrogantly turned down from NI? Also, how can NI publish just part of the registers the board support, and when a customer contacs and asks for some registers get not at all support? I can not foretell the missing registers, and it is pretty unprofessional to document just partly the registers of 660x devices. And on request you got nothing.
    I hope someone from the community know about this Hw_Arm_Sel 3 pin options. Otherwise, there is just an option of error and trial. Or simply throw the board in the garbage.
    Dr. Kirco Arsov
    Solved!
    Go to Solution.

    Hi Kirco,
    I have some more information for you :-)
    I haven't been able to speak to the developer who is the most familiar with TIO programming since he's out of the office, but I have come across his notes from when he was writing support for the DAQmx driver.
    As I described earlier, the HW_Arm_Sel bits don't select a connector I/O pin, but an internal trigger signal. There are seven internal trigger lines, and the HW_Arm_Sel bits map directly to the internal trigger signal: 0b000 - 0b111 map to 0d0 - 0d7. In order to route an I/O pin to an internal trigger, you must also write to a few more registers.
    From what I've read, there are two more register families that need to be programmed: TG_x_LevelEdgeReg and TG_x_CombinationReg, where x is the internal trigger number. In your case, you only need one pin from the I/O connector to be your arm start trigger, so TG_0_LevelEdgeReg and TB_0_CombinationReg will suffice for your application.
    TB_0_LevelEdgeReg :: Offset 0x660
    TG_0_LevelEdgeReg is only 8 bits wide, and maps as follows:
    7..6: EdgeMode
    5..0: LESel
    LESel selects the I/O connector pin to use as the source for the internal trigger signal. 0d0 - 0d39 will select the I/O pin of the same number. NB: behavior for TG_x_LevelEdgeReg is more limited for triggers 1-7, and only a small subset of the I/O pins can be selected for those trigger signals. Trigger 0 can use any I/O pin. Setting these bits to 0d63 forces the trigger source low, and can be used as a way to 'unroute' it when you're finished with your program.
    EdgeMode determines whether the TIO will detect an edge of the incoming signal, or just pass the signal level straight through. When detecting edges, it will latch the signal and generate a single TIMEBASE3 pulse instead. 0b00 sets level mode; 0b01 sets rising edge; 0b10 sets falling edge; 0b11 sets either edge.
    TG_0_CombinationReg :: Offset 0x6A0
    TG_0_CombinationReg is 32 bits wide, and has three fields of interest:
    19..16: CombFunction
    5..4: CombTypeB
    1..0: CombTypeA
    CombTypeA controls which trigger subsystem to use as the source for the trigger signal. Since you're coming from an I/O pin and using the edge/level subsystem, you must set these bits to 0b01.
    CombTypeB is similar to CombTypeA, and although you won't be using trigger B, set it to 0b01 to be safe.
    CombFunction performs a simple logic function on A and B. Since you're only using a single I/O connector, you only need the A output, so set these bits to 0b1100.
    All of the other bits should be set to 0b0.
    Unfortunately, I'm unable to test these statements since my test machine is currently being used for another research project. Please let me know what happens if you decide to test.
    Joe Friedchicken
    NI VirtualBench Application Software
    Get with your fellow hardware users :: [ NI's VirtualBench User Group ]
    Get with your fellow OS users :: [ NI's Linux User Group ] [ NI's OS X User Group ]
    Get with your fellow developers :: [ NI's DAQmx Base User Group ] [ NI's DDK User Group ]
    Senior Software Engineer :: Multifunction Instruments Applications Group
    Software Engineer :: Measurements RLP Group (until Mar 2014)
    Applications Engineer :: High Speed Product Group (until Sep 2008)

  • HT201303 How can I find out what my security answers are? I am trying to purchase an app on a new device and it won't let me without answering and I have totally forgotten

    How can I find out what my security answers are? I am trying to purchase an app on a new device and it won't let me without answering and I have totally forgotten

    Welcome to the Apple Community.
    You might try to see if you can change your security questions. Start here, change your country if necessary and go to manage your account > Password and Security.
    I'm able to do this, others say they need to input answers to their current security questions in order to make changes, I'm inclined to think its worth a try, you don't have anything to lose.

  • What events change the Created field in, finder, get info

    On my laptop, in finder, in the get info screen there are 2 fields the Created Date and Modified Date fields.
    I was looking at these fields for an app that I use on my iPhone, it was listed in finder, so I clicked the get info option.
    The created date and modified date were 10/16 both the same.
    I have not used this app in a long time, my question is this.
    What event changes the created field?  If the app was downloaded on the Iphone will the created field get updated in finder?
    or if it was an update on itunes, would that change the created date in finder?
    Does the created date mean that the app was downloaded and installed on that date?

    Thank you so much.  That works just fine.  However, I also just discovered something.  Evidently, at least some of the fields in list view are editable.  By adding Grouping to the columns shown and clicking on the empty field, I was actually able to type whatever I needed into the field.
    I have not yet tried it with other fields, but will do so to see if it works for all fields in the list view.
    Laura

  • RE-FX Internal contracts and security deposit contracts

    Hi All
    Please let me know the purpose of creating internal contracts and security deposit contracts and their diff with normal contract. in ecc6.0.
    Regards
    shantanu

    Hi
    Thanks for reply.
    how to settle cost between two department in internal contract? through rerapp?
    suppose there are two department(A and B)  and A wants to transfer cost to B because this cost does not belongs to A.
    and A has already post entry exps dr
                                                         to vendor.....
    now through internal contract A wants to .post .above exps as income
    B   Dr.
    to expenses...
    Is above scenario is correct.?
    Regards
    shantanu

  • What is needed for sorting on two fields in a table control

    Hi Everybody
    I am going to certification in a couple of days. I need some help and was hopeing that you  guys could help.
    What is needed for sorting on two fields in a table control?
         One sorted table and two processing blocks
         Two standard tables and one processing blocks
         Two standard tables and two processing
    Which one is corret??
    //Script

    Hi Kimallan
    I am not sure what is meant by a "processing block". However, it seems the question wants the original table order to be preserved. If so; as far as I understood the problem we need:
    itab_proxy[] = itab_main[] .
    "two standard tables"
    SORT itab_proxy BY field1 field2 .
    If we have a sorted table, then it is always sorted by its keys. So, the question seems to become obsolete for that option.
    Hope I've understood correct...
    Regards
    *--Serdar
    [email protected]

  • Security deposit contract creation

    Hi Gurus,
    while  creating security deposti contract(z001 contract type) it asking contract number to enter even though we have given internal number range.
    We have implemented EHP5.I am testing in quality.
    we given internal number range in contract number range.
    Please help on this.
    Thanks
    Regards
    Sasikanth.

    Hi Srini,
    The following error it is displaying while creating security deposit contract..
    "Secur.Deposit Contract" not allowed for security on contracts of type "License Agreement-Retail"
    I entered the main contract..its showing above error.
    Can you please help on this..
    Thanks
    regards
    Sasikanth.

  • What  are the usual date field validations

    Hi all,
    can you please tell me what  are the usual date field validations in selection Screen
    Thanks and regards ,
    Madhavi pilla

    Once you declare it as TYPE SY-DATUM, usually that is enough.  Sometimes we will also check that it is not less than '18000101' or greater than '99991231'.  Or if you have a specific date range that applies to your program you could check the field contents against that. I hope this helps.
    - April King

  • TS2446 Is there a way to find out what your security question answer is?

    Is there a way to find out what your security question answer is?

    Amazing,  I can't find out what app on my phone just ran 388mb of data xfer at 2:44am yesterday while I'm sound asleep yet the LE types can subpoena and search warrant anything I do online and with who and for how long.  Verizon list who I receive phone calls from and make calls to and from where I receive messages and to whom/where I text but can't tell me squat about something that is eating up band width.  I'm sure it's probably some app that is running in the background on my phone. I've just got to figure out what it is and kill it.  I want to drop (cause I don't use it, it's slower than a dial up 1200bps modem)my data plans and save about $50 a month.

Maybe you are looking for