Purpose: add customer fields in tcode FB01,F-02 for postting document in SAP ABAP. enhancement:BADI-FI_HEADER_SUB_1300-F-02 会计凭证抬头增加字段。 T-code: SE19 BADI:FI_HEADER_SUB_1300 Step1: add a customer...
下面是按照您的描述以及SAP的标准流程来处理特殊期间记账的步骤: 1. 打开特殊期间 (T-Code: OB52)首先,您需要确保公司代码中的特殊期间是开放的,以便可以进行记账。这可以通过事务码`OB52`(定义公司代码的科目表和特殊期间)来完成。在`OB52`中,您可以设置哪些特殊期间是开放的,并且可以选择是否允许反向过账(即允许...
销售订单屏幕增强 项目中经常有销售订单屏幕增强的需求以满足客户在录入销售订单时特殊指标的录入和存储。 销售订单屏幕增强分为抬头屏幕增强和行项目屏幕增强,根据需求,完成增强开发。 1.T-code :SE80 输入程序SAPMV45A 2.打开屏幕子文件夹 2.1. 首先要在VBAK VBAP中增加相应的字段存储数据 2.2... ...
每天一个sap问题解决 | 每天一个sap问题解决 F-02F-02手工记账,提示在表T043S中,***的输入丢失。报错解决:后台OBA0后台为公司代码配置一个总账容差组即可。 #思爱普 (SAP) #SAP 入门 #SAP 中国 #SAP 入门 #就业 发布于 2024-12-01 21:56・IP 属地河南 赞同 分享收藏 写下你的评...
Actually from F-02 T.Code we are going to 3 different Screens. Regards: Sridhar.J Reply Former Member 2009 Jan 06 10:44 AM 0 Kudos 990 SAP Managed Tags: ABAP Development hi try out these bapi's BAPI_ACC_GL_POSTING_CHECK BAPI_ACC_GL_POSTING_POST BAPI_ACC_DOCUMENT_POST you...
What is tcode for doing reversal entry in different company for the above transaction. Thanks & Regards, Vikgnesh Former Member 2010 Mar 24 0 Kudos Hi SAP restricts fast entry entries in all the sap screen to G/L Account only and hence you cannot use "Fast data entry" option for...
SAP Tcode FPAC02 Description Activate AS for Document Archiving Package FKKB Transaction Type P Module Financial Accounting ► Contract Accounts Receivable and Payable The SAP TCode FPAC02 is used for the task: Activate AS for Document Archiving. The TCode belongs to the FKKB package.Important...
Also why F-02 is not working in foreground it works only in background any clue? For other t.code recordings it is working fine.Know the answer? Help others by sharing your knowledge. Answer Need more details? Request clarification before answering. Comment ...
SAP Managed Tags: ABAP Extensibility Dear Experts , Can any body help me out to find a suitable screen enhancement for t-code F-02, F-29 , F-48 . My requirement is to add a new date field in Item details I searched for it and found enhancement for header only . ...
---* FORM frm_creation_voucher. DATA:lt_rows TYPE lvc_t_row, ls_rows LIKE LINE OF lt_rows. "取得所有选择行 CALL METHOD go_grid->get_selected_rows IMPORTING et_index_rows = lt_rows. DATA(g_lines) = lines( lt_rows ). IF g_lines = 0 . MESSAGE '请选择一行数据!' TYPE 'I'. ...