Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

hide

former_member329386
Participant
0 Kudos

hi all

name the views, that are used to hide fields of a table ?

syntex of call transaction ?

table to find sales document flow ?

t-code associated with sap-query ?

t-code to find application server directories ?

t-code to view complete documentation of BAPi data record on line ?

thanks

1 ACCEPTED SOLUTION

kishorepallapothula
Participant
0 Kudos

Hi Fighter,

name the views, that are used to hide fields of a table ?

We have to create the views based on the requirements.

The views r 4 types.

1. database view.

2. production view.

3. help view.

4.maintanence view.

syntex of call transaction ?

call transaction <t.code> using <bdc structure> mode <n/e/a> update <s/a> into messages <message table>.

t-code associated with sap-query ?

SQ01.

t-code to find application server directories ?

AL11

Reward if useful.

kishore

3 REPLIES 3

paruchuri_nagesh
Active Contributor
0 Kudos

hi abap fighter,

1)projection view is used to hide fields in a table

2) call transaction 'mm01' using itab update a mode e messages into msgtab.

3)KNA1,VBAK.,VBAP,VBKD,VTTP VTTE,VBRP,VBRT etc

4)SQ01,SQ02,SQ03

5)al11

reward if u find useful

regards

Nagesh.Paruchuri

kishorepallapothula
Participant
0 Kudos

Hi Fighter,

name the views, that are used to hide fields of a table ?

We have to create the views based on the requirements.

The views r 4 types.

1. database view.

2. production view.

3. help view.

4.maintanence view.

syntex of call transaction ?

call transaction <t.code> using <bdc structure> mode <n/e/a> update <s/a> into messages <message table>.

t-code associated with sap-query ?

SQ01.

t-code to find application server directories ?

AL11

Reward if useful.

kishore

Former Member
0 Kudos

Hiii fighter, I am forwarding all the tcode and the required data below.

Syntax for Call transaction.

CALL TRANSACTION <TCODE> using <BDCDATATAB> mode <A/N/E> update <S/A> messages <BDCMSGCOLLTAB>

TCODE - Transaction Code to call the transaction

BDCDATATAB - internal table with the structure of BDCDATA

MODE A for ALL SCREENS

N for NO SCREENS means Background

E for Error SCREENS

UPDATE S for Synchronus

A for Asynchronus

BDCMSGCOLLTAB - internal table structure of BDCMSGCOLL for errors storage

VBFA is used to for SD document flow

Transaction codes for SAP Query ( I am not sure)

SQ01

SQ02

Sq03

and I am forwarding you the several transaction codes, it will clarify your query

Transaction code Description

SEARCH_SAP_MENU Find menu path for transaction code

AL11 SAP directories

BAPI BAPI Explorer

BUSP Regenerate screens during BDT development

CMOD Project management

FILE Logical file paths

GRANT_CUSTOMIZE Customize Grant management screens via SAP's BDT(business data toolset) - Must have permission from SAP to use this method of modification

OAOR Business document navigator (edit ENJOYSAP_LOGO etc for ALV Tree)

OLE Examples for OLE Processing

PFTC Workflow

SA38 Execute program

SCC1 Client Copy, copy transport

SCDO Change Document / Change History

SCOT SAPconnect Administration.

SE01 Transport Organizer (extended view)

SE03 Transport Organizer Tools (change package/dev class etc..)

SE09 Workbench organiser

SE11 ABAP Dictionary

SE14 Database utility: Adjust after change to definition, delete….

SE16 Data browser, view/add table data

SE18 Business Add-ins(BADI’s): Definition transaction

SE19 Business Add-ins(BADI’s): Implementation transaction

SE24 Class builder

SE38 Program Editor

SE39 Split screen editor

SE41 Menu Painter

SE51 Screen Painter

SE61 Document maintenance

SE71 Form painter (SAPscript)

SE80 Object Navigator ( SAP Development workbench, most development functionality is available from this transaction )

SE81 Application Hierarchy (leads to SE84 for desired area)

SE84 Repository info system

SE91 Message Maintenance

SE93 Maintain Transaction code

SHD0 Create Transaction Variant. Enter name of transaction plus name of new/existing variant.

SHDB Batch input recorder

SLIN ABAP program extended syntax check (full check of programs syntax)

SM04 User overview

SM12 Lock entries

SM13 Update Requests

SM21 Online system log analysis

SM30 Maintain table views

SM31 Table maintenance

SM35 Batch input i.e. Recording

SM36 Create background job

SM37 Background job monitor, Select background jobs

SM49 External Commands

SM50 Process overview (within current server)

SM51 Server overview

SM59 Display and Maintain RFC destination

SM64 Display/maintain Events

SM66 Process(session) overview across all servers

SM69 External commands(Maintain)

SMW0 SAP WEB Repository(binary data) - add/ mod images(used to put in screen containers)

SMX View background jobs

SNOTE SAP note assistant (if installed)

SNRO Maintain number ranges (use FM 'NUMBER_GET_NEXT' to retrieve next number in range.)

SO10 Standard text editor

SP01 Spool list

SP02 Own spool list

SPAD Spool Administrator

SPAM Support package manager

SPAU Modification adjustment

SPRO IMG

SQ01 Sap Query

ST02 Database Tune Summary

ST04 DB Performance Monitor

STMS Transport Manager

ST22 ABAP Dump Analysis

SU01 User Maintenance

SU53 Retrieve authorisation data for object, execute after error message is displayed(/nsu53)

SUIM User info system (New user, Roles, Authorisations, User tcodes etc..)

SXDA Data transfer workbench

SALE IDoc and ALE development

VOK2 Output determination by functional area / output type (Output programs).

WEDI IDoc and EDI Basis

Reward points if helpful