Brief scenario of check table / value table?
Answer Posted / uma
value table:
value table we maintained at domain level.it for exmaple
of domain is shkzg in this level the system maintain value
ranges like h or s.when ever we assigned the domain in
table only that perticuler field like what ever we
assigened domain into field it allows only existing values
like h or s.
check table:
for example of check table is first table is employee
master table like employee name,address etc.its standardand
another table is employee transaction table like employee
salary details,whch platforms like this .
when ever we give the employee name first it checks the
whether that employee is exit or not in employee master
table is nothing but check table.and transaction employee
table is foreign key table.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
How will you define posting procedures?
What does the ‘suppress dialog’ do?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the organizational related Infotypes
How to analysis Background Job for performance Issue?
How do you write a function module in sap?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
Static and instance variable and method with live example. Why and when to use
How to find Kernal badi ?
where do we store all custom programs in SD module?
What are the events used in abap in the order of execution?
How to call a subroutine in sapscript?
Polymorphism real time scenario
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary