In a transaction there are 5 screens (say) but while
recording you could see only 3 screens.what will u do to
avoid such situation?will u save it like that?
Answers were Sorted based on User's Feedback
Answer / sateesh
So altimately it is not possible for recording as per FLAT
FILE structure.
we cannot save like dat.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramjan shaik
hi..this is ramjan shaik(rsrl)
to record data we have to use shdb.while recording,sap
automatically displays all the screens.if the recording
transaction is having 5 screens ,5 screens displays and
vice versa.
take one example ,if u use xk01,mk01 etc transaction,u wil
not get confused while recording data.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / arjun manglekar
If the standard BAPI is availabe then go for it only.
SHDB recoring may not display all screen and its fields.Its
not corrcet method.
If the standard BAPI is not availabe check the
Configuartion/Current Package etc.
Is This Answer Correct ? | 0 Yes | 0 No |
what are the events in ABAP?
18 Answers Keane India Ltd, Microsoft,
Hi To all ABAP Gurus Is there any other way to create data elements apart from se11 tocde as we dont use the se11 in real time generally this question is asked in enteg infotech
What will happen if we write “WRITE” statement in the TOP_OF_PAGE? Can we write?
On which even we can validate the input fields in module progams?
if u write a write statement after end of selection ,will that be triggered?
2 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
While Transporting Smartform form Dev to Test to Production, it is possible that Name of the Function Module change, Why? In which case it changes and in which case it remains same?
What is the function of the transport system and workbench organizer?
What is the procedure you followed to upload the data?
Print options in smartforms?
Hiall We can implement n no of implementations for a badi. which badi will be active...
2 Table Maintenance generation & validation using events Create table lets say ZXXXX hold Object Locations. Field key data element Type Length Dec text MANDT x MANDT Clnt 3 0 Client ZCTRY x LAND1 Char 3 Country Key ZOLOC x ZOLOC Char 15 Object Location ZOLOC20 ZOLOC20 Char 20 Object Location short text ZOLOC40 ZOLOC40 Char 40 Object Location long text ZAWSYS LOGSYSTEM Char 10 Logical System ZSTREET AD_STREET Char 60 Street ZSTREET2 AD_STRSPP1 Char 40 Street 2 ZPOSTAL_CODE AD_PSTCD1 Char 10 City postal code ZCITY AD_CITY1 Char 40 City ZCOUNTRY ZLAND Char 3 Address Country ZOBJ_SIGN ZOBJ_SIGN Char 10 Object Sign ZREF1 ZREF1 Char 10 Reference 1 ZREF2 ZREF2 Char 10 Reference 2 ZREF3 ZREF3 Char 10 Reference 3 ZREF4 ZREF4 Char 10 Reference 4 ZNOTE1 ZNOTE1 Char 20 Note 1 ZNOTE2 ZNOTE2 Char 20 Note 2 ZCREAETDATE CREATEDATE Dats 8 Creation/Change Date ZCREATETIME CREATIETIME Tims 6 Creation/Change Time Create a table maintenance generator for ZXXXX. Create two events in Table Maintenance Generator: - To update the filed value SAP in ZAWSYS and creation date and time - To update change date and time after saving the entry Event ‘21’ – At Create: ZXXXX-ZAWSYS = SAP. ZXXXX-ZCREATEDATE = sy-datum. ZXXXX-ZCREATETIME = sy-uzeit. Event ‘01’- After Save ZXXXX-mandt = extract+0(3). ZXXXX-zctry = extract+3(3). ZXXXX-zoloc = extract+6(15). ZXXXX-zoloc20 = extract+21(20). ZXXXX-zoloc40 = extract+41(40). ZXXXX-zawsys = log_sys. ZXXXX-zstreet = extract+91(60). ZXXXX-zstreet2 = extract+151(40). ZXXXX-zpostal_code = extract+191(10). ZXXXX-zcity = extract+201(40). ZXXXX-zcountry = extract+241(3). ZXXXX-zobj_sign = extract+244(10). ZXXXX-zref1 = extract+254(10). ZXXXX-zref2 = extract+264(10). ZXXXX-zref3 = extract+274(10). ZXXXX-zref4 = extract+284(10). ZXXXX-znote1 = extract+294(20). ZXXXX-znote2 = extract+314(20). ZXXXX-zcreatedate = sy-datum. ZXXXX-zcreatetime = sy-uzeit. modify ZXXXX.
How to upload data using catt ? : abap hr