Can I craete a Field without a Data Element ?
How
Answer Posted / kalyan
yes We can create field without Data element.
Choose Build-In type option,enter field name , data type, length and short desc.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is meant by stacked list?
What is a function group? : abap modularization
Difference between domain and data element? What are aggregate object?
What are number ranges?
What is payroll area
Why grouping of fields is required? What is the max no of modification groups for each field?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What are the page headers for secondary lists?
What is the disadvantage of a call by reference? : abap modularization
dynamic programming in sap abap
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.
How do you Export a session ?
What are the parameters in bdc_open_group? : abap bdc
How to display if the value entered contains records or not?
What is the use of enqueue function module? : sap abap data dictionary