*&---------------------------------------------------------------------*
*& Form entry_neu
*&---------------------------------------------------------------------*
* text
*----------------------------------------------------------------------*
* -->ENT_RETCO text
* -->ENT_SCREEN text
*----------------------------------------------------------------------*
FORM entry_neu USING ent_retco ent_screen.
CLEAR ent_retco.
MOVE nast-objky TO p_ebeln.
* Collect data from several tables
PERFORM f_collect_data.
** Display form
PERFORM f_display_form.
ENDFORM. "entry_neu
After you already finish to develop. You need to assign the program Id in Output Type using t-code spro.
After you already finish to develop. You need to assign the program Id in Output Type using t-code spro.
No comments:
Post a Comment